THanks for your reply Clyde,
Now I have heard back from my support techs which are starting to be a bunch of
, but this is their comment.
As replied in our previous reply, this is not caused due to any incorrect permission or ownership of the file. We have checked the permission and ownership of the file and all is set well. From the logs, we are getting syntax error which is caused due to some coding error.
====
[Thu Jun 10 16:46:10 2010] [error] [client 65.99.235.248] PHP Parse error: syntax error, unexpected T_ELSE in /home/mydomain/public_html/admin/links.php on line 171
====
Correct it with the help of developer.
This is from line 170 - 173
Code:
zen_redirect(zen_href_link(FILENAME_LINKS, zen_get_all_get_params(array('lID', 'action')) . 'lID=' . $links_id));
} else if ($error == true) {
$lInfo = new objectInfo($_POST);
$processed = true;
Line 171 is actually } else if ($error == true) {
So I am at a complete loss now, lol.
Sorry for being a pain about this
Bookmarks