1 ritex Oct 12, 2005 22:30
3 ritex 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 personman Oct 13, 2005 05:26
I can't make any sense of that. Sorry. Can you give a link to your site?
5 ritex Oct 13, 2005 05:47
http://www.oxetrem.com/blog/index.php?blog=5
sure!
is btw the posts....
6 personman 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
Make it say
instead.