Recent Topics

1 Feb 18, 2005 05:08    

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

I changed the CSS, the _main.php file, and the _bloglist.php file while redesigning my site. Now I get this error after every post.

If anyone has any ideas about what went wrong, I'm all ears.

The site is located at [url=http://www.skywatchastrology.com]www.skywatchastrology.com[/url]

Thanks--
Molly

2 Feb 18, 2005 06:27

Look at an unmodified _main.php file for these two lines, then find the one that's missing from yours.

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

or

locale_restore_previous();	// Restore previous locale (Blog locale)


I'd guess you're missing the first one so the second one is flipping out.

3 Feb 20, 2005 22:25

Thanks for the reply, Ed!

I checked both the unadulterated and the adulterated _main.php... both have the first bit of code you posted, and neither has the second bit.

:?: 8| :?:


Form is loading...