PDA

View Full Version : Way above me :(


Disco_Dave
01-22-2013, 04:54 PM
Hi Guys

Would anyone know what the problem is here:

Parse error: syntax error, unexpected $end in /home/*****/public_html/********/includes/class_core.php(4633) : eval()'d code on line 4
Unable to add cookies, header already sent.
File: /home/******/public_html/******/includes/class_core.php(4633) : eval()'d code
Line: 4

Any help would be great.
Dave

kh99
01-22-2013, 04:59 PM
There is apparently a problem in one of your templates. If you have an idea which one (like maybe you changed one recently) then you could try editing and saving it again.

Lynne
01-22-2013, 05:03 PM
It may also be a modification effecting your template code. So try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Disco_Dave
01-22-2013, 05:04 PM
I can't get in, just a white screen when logging in... I accidentally when in Import Style XML File, I hit the import button with no file loaded up and it started something with my templates. I'm totally unsure what it did.

--------------- Added 1358877951 at 1358877951 ---------------

It may also be a modification effecting your template code. So try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);


Thanks Lynne, I did try this.....But still get a white screen, in ACP

kh99
01-22-2013, 05:05 PM
You could try what Lynne suggested. Also try going directly to the /admincp directory (by entering the url in your browser) since that should get you around any template problems.

Disco_Dave
01-22-2013, 05:07 PM
I have tried this kh99....

kh99
01-22-2013, 05:12 PM
Did you try Lynne's suggestion? One of those should work, since I don't think there's anything in the admincp that renders a template.

Disco_Dave
01-22-2013, 05:17 PM
I've Tried both, Thanks for all your help.

Lynne
01-22-2013, 05:31 PM
Reupload all your files. Then rerun the install/upgrade.php script. (keep the plugins disabled)

Disco_Dave
01-22-2013, 05:35 PM
I'll give this whril :)