Recent Topics

1 Oct 12, 2005 22:30    

When I open my blog 5 page
I receive a msg that is

Parse error: parse error, unexpected '<', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/oxetrem/public_html/blog/skins/snape/_main.php on line 81

the line 81 is

locale_temp_switch( $Item-><font color="#000000">locale ); // Temporarily switch to post locale

some one can help me!

2 Oct 12, 2005 22:42

Make it say

locale_temp_switch( $Item->locale ); // Temporarily switch to post locale

instead.

3 Oct 12, 2005 23:06

now is almost working

the site is good exept for one thing

btw 2 posts i have this

Warning: array_pop(): The argument should be an array in /home/oxetrem/public_html/blog/b2evocore/_functions_locale.php on line 139

and i even touch on this archive.
but the line 139 I found this

$locale = array_pop( $saved_locale );

oh and the line 81 of the 1st error is about this now:

if( isset($locale_temp_switch) ) $Item->locale(); // Temporarily switch to post locale

4 Oct 13, 2005 05:26

I can't make any sense of that. Sorry. Can you give a link to your site?

6 Oct 13, 2005 15:11

What does line 81 of /snape/_main.php say? It should be:

locale_temp_switch( $Item->locale ); // Temporarily switch to post locale


Form is loading...