English 中文(简体)
Expression Engine throwing a Parsing Error in the Extensions Path? Need Guidance
原标题:

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!





相关问题
Weird Javascript in Template. Is this a hacking attempt?

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 ...

Modal Registration Box using ExpressionEnine and jQuery

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. ...

What kind of SQL join would this be?

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 ...

Last 2 letters of the uri defining the used language

<?php $pageurl = "http://".$_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; $pageurl_noslashes = str_replace("/","",$pageurl); $lang = substr($pageurl_noslashes,-3); echo $lang; ?> {exp:channel:...

热门标签