500 error at sentora main account
#3
RE: 500 error at sentora main account
PHP Code:
PHP Fatal error: require_once(/var/sentora/hostdata/z/public_html/domain_com/engine/_init.php 
This is an issue in the script's coding. PHP can NOT include/require a file from the file system base, only the hosted root folder. Therefore, the require_once line should be like:

PHP Code:
require_once('engine/_init.php'); 

As for the zadmin folder being called 'z' it appears your script is removing 'admin' from the code probably by using a regex like
Code:
str_replace("#admin#", "");
or something.
-TGates - Project Council

SEARCH the Forums or read theĀ DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply


Messages In This Thread
RE: 500 error at sentora main account - by Me.B - 11-20-2016, 07:14 AM
RE: 500 error at sentora main account - by TGates - 11-20-2016, 07:35 AM
RE: 500 error at sentora main account - by TGates - 11-20-2016, 09:12 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Can anyone suggest best Sentora alternative servermaster 4 4 ,594 11-28-2024, 04:52 PM
Last Post: rinkclared
Sentora 2.0 Beta Ron-e 6 18 ,549 01-01-2022, 11:56 AM
Last Post: TGates
Can not access Sentora ThomasMoss 4 11 ,311 01-01-2022, 10:41 AM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)