RE: 500 Internal Server Error
12-21-2014, 09:26 PM
(This post was last modified: 12-21-2014, 11:47 PM by blackside.)
logs:
paths:
include '../config.php';
include '../core/classes/example.php';
include '../core/classes/example2.php';
include '../core/classes/example3.php';
maybe it's version of PHP?(xampp has a newer one) or it's about file rights? btw. tried to change everything to 777, but nothing helps..
Code:
[Sun Dec 21 07:57:46.434815 2014] [:error] [pid 11326] [client xxx.xxx.xxx.xx:61204] PHP Parse error: syntax error, unexpected 'else' (T_ELSE) in /var/sentora/hostdata/zadmin/public_html/website_com/xxx/admin/index.php on line 230, referer: http://website.com/xxx/install/info.php
[Sun Dec 21 07:57:47.066957 2014] [:error] [pid 11240] [client xxx.xxx.xxx.xx:61205] PHP Parse error: syntax error, unexpected 'else' (T_ELSE) in /var/sentora/hostdata/zadmin/public_html/website_com/xxx/admin/index.php on line 230, referer: http://website.com/xxx/install/info.php
[Sun Dec 21 07:57:47.677063 2014] [:error] [pid 11244] [client xxx.xxx.xxx.xx:61206] PHP Parse error: syntax error, unexpected 'else' (T_ELSE) in /var/sentora/hostdata/zadmin/public_html/website_com/xxx/admin/index.php on line 230, referer: http://website.com/xxx/install/info.php
[Sun Dec 21 07:58:09.735045 2014] [:error] [pid 11241] [client xxx.xxx.xxx.xx:61215] PHP Parse error: syntax error, unexpected 'else' (T_ELSE) in /var/sentora/hostdata/zadmin/public_html/website_com/xxx/admin/index.php on line 230
[Sun Dec 21 07:58:15.848940 2014] [:error] [pid 11328] [client xxx.xxx.xxx.xx:61217] PHP Parse error: syntax error, unexpected 'else' (T_ELSE) in /var/sentora/hostdata/zadmin/public_html/website_com/xxx/admin/index.php on line 230
[Sun Dec 21 07:58:32.704726 2014] [:error] [pid 11242] [client xxx.xxx.xxx.xx:61218] PHP Parse error: syntax error, unexpected 'else' (T_ELSE) in /var/sentora/hostdata/zadmin/public_html/website_com/xxx/admin/index.php on line 230
paths:
include '../config.php';
include '../core/classes/example.php';
include '../core/classes/example2.php';
include '../core/classes/example3.php';
maybe it's version of PHP?(xampp has a newer one) or it's about file rights? btw. tried to change everything to 777, but nothing helps..