I am getting this error in Expression Engine when I am clicking on the Extensions Manager in the Utilities setting. Think anyone can help me out ... Parse error: syntax error, unexpected & , expecting T_VARIABLE or $ in ...
Thanks,
Jason
I am getting this error in Expression Engine when I am clicking on the Extensions Manager in the Utilities setting. Think anyone can help me out ... Parse error: syntax error, unexpected & , expecting T_VARIABLE or $ in ...
Thanks,
Jason
probably means you ve got an extension installed that has syntax errors. would recommend uninstalling all extensions and adding them back one by one until the page breaks again.
You left out the important part of the error. After the word "in" it tells you the file and line number of the problem. Whatever file it says, if that s an extension then you might be able to reinstall it, or if you know any php you can go in and fix it yourself.
If you don t know php, but want to try posting the relevant section of code I would be happy to look at it. Just comment my post when you do so I know to come back here.
Edit: Haha, I didn t realize this was you Jason! Nice to see you on here!
I validated my client s website to xHTML Strict 1.0/CSS 2.1 standards last week. Today when I re-checked, I had a validation error caused by a weird and previous unknown script. I found this in the ...
I am getting this error in Expression Engine when I am clicking on the Extensions Manager in the Utilities setting. Think anyone can help me out ... Parse error: syntax error, unexpected & , ...
I d like to create a modal style registration/login box for my ExpressionEngine site. What s the best way to handle registration on a modal box? Should I call a registration page using an iframe. ...
I m trying to migrate a working ExpressionEngine installation from an Apache environment over to an NginX environment on a different box. I have come across a problem trying to convert some .htaccess ...
It would be nice to be able to refer to a set "static" folder as a variable instead of having to keep track of a specific URL that might need to be changed if static media gets moved to a CDN later on....
So I m new to both Joomla and Expression Engine, and want to know if I can use it like I d like. I ve already made a full site, and would like to integrate blogging into the site. The site is on ...
I need to go to two tables to get the appropriate info exp_member_groups -group_id -group_title exp_members -member_id -group_id I have the appropriate member_id So I need to check the members ...
<?php $pageurl = "http://".$_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; $pageurl_noslashes = str_replace("/","",$pageurl); $lang = substr($pageurl_noslashes,-3); echo $lang; ?> {exp:channel:...