Log in

View Full Version : Parse error: syntax error, unexpected T_STRING, expecting.....


RealTesters
06-29-2009, 02:27 PM
Hello guys,

I have a rare problem that happened when I was using VB 3.8.2 and using customize skin.

Suddeny appears this message :

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/realtest/public_html/foro/global.php(604) : eval()'d code(1) : eval()'d code on line 3

Details:

1.- If I switch to Skin default Style all works fine.

2.- It does not work only in the (ex only) www.my***.com/forum/index.php, over curtomize skins, in the rest of the site no problems.


I has already contacts skin/designer and we could not fix this.

I run presently VB 3.8.3 and the problem persist.

I would like know if you have some suggestion?

Regards,

RealTesters..

Lynne
06-29-2009, 10:51 PM
First, disable your plugins and see if you have the same problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);
If you do, then I'd try copying your style and then import it so only you can see. Go through and revert templates until you don't get the error any longer. Then, most likely, the last template that you reverted is the culprit. I don't know what else you can really do.