Status: offline

brooklands

Forum User
Newbie
Registered: 01/24/05
Posts: 7
I had my weather plugin but got some warnings, than I went into my lib-common.php and change something in the part below. Than I changed it back, but now my site isn't working anymore, what do I do?


ob_start();
eval( '?>' . $tmp );
$retval = ob_get_contents();
ob_end_clean();

return $retval;

?> this I took out and paste back, meanwhile I uploaded the page

now I get this:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/public_html/dbn/lib-common.php on line 4658

I made a backup of some pages and files but when I upload those nothing happens.
Please help me, and don't want to start all over again.
I use GL 1.3.10

Thank you some much already.

I fixed the problem myself