I have tried a million times to get this following code managed and nothing seems to be working:
Parse error: syntax error, unexpected T_STRING, expecting '{' in /homepages/22/d341371174/htdocs/modules/mod_roknavmenu/lib/librokmenu/RokMenuNodeBase.php on line 16
I am using Mynxx , mysql 5 and phpadmin can anyone advise? I have tried installing and uninstalling the roknavmenu
What version of PHP are you using - it needs to be 5.2 or newer.
Best way to check is via admin > help > system info > php
Hope this helps
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
Just get your host to upgrade PHP and you shouldn't need to do anything as the system will use the default PHP.
If your host is making use of multiple PHP options then this will usually require the php.ini file for the domain you are using, to stipulate which version of PHP to use.
Your hosting company should advise you of any changes required.
Hope this helps
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
The plot thickens I have added a .htaccess file to the server with the following code:
AddType x-mapp-php5 .php .php4
then I got the 303 error, I copied the following code into the .htaccess file:
1. ########## Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue
2. SecFilterEngine Off
3. SecFilterScanPOST Off
4. ########## End - Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue
Then I got this message:
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, This email address is being protected from spambots. You need JavaScript enabled to view it. and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Can you shed any light on this? Am I missing something completely, I just seem to have opened a can of worms! Please help! Aaarghh
have you checked your server's error log?
in your joomla admin have you checked under > help > system info > php information which version of php is actually used?
why did you add the following?
"Attempt to solve 'Global Configuration' save issue, FTP layer issue, Media Upload issue"
so there are more issues on your install than just the fatal error regarding roknavmenu?
I have checked the php and its version 5.2.17 and the attempt to solve global config issue was what I saw when I tried to add the code.
The error I am seeing now is 403 forbidden when I am clickin on preview. I am working with Mynxx. Is there a check list that I need to run through to see if I have anything on by mistake?