Recent Topics

1 May 07, 2007 08:31    

My b2evolution Version: 1.10 Miami

Over the weekend my host upgraded to MYSQL (5.1.17-beta) and PHP Version 5.2.2

There were some "issues" that seemed to be resolved and the blog appeared to be working fine...
UNTIL I click the Plugins tab and get a blank page.

In config->_basic_config.php i have ini_set('memory_limit', '12M');
This fixed a previous "blank page" issue
I have also added the following to my .htaccess
# Increase memory limit
php_value memory_limit 16M

The only other thing that changed was that in _basic_config I had to change from host being 'localhost' to being the actual IP

Any other tips or ideas ???

Cheers
John

2 May 07, 2007 12:01

I get a mysql "to many connections" error when I visit your home page?

You might like to check that your host allows you to raise the memory limit.

¥

3 May 07, 2007 12:35

Thats a server driven issue
It effects all my sites with a database..... and seems unrelated to anything to do with B2Evo.
My forum is down as are client sites as well.

4 May 07, 2007 13:53

Any other suggestions. Should I just delete and reinstall the plugins folders/files again?

5 May 07, 2007 14:40

assuming that you're talking about a different server from where you get the mysql connection problem.

Try uploading the plugins again ( although I really don't think that'll fix it as a mysql/php upgrade shouldn't have touched them )

If you still get a blank page try deleting all your plugins. If that cures it then it's probably a memory issue.

If that doesn't cure it then you probably need to bribe blueyed ;)

¥

*edit*
You might like to confirm with your host that you're able to increase the memory limit before you delete all your plugins ;)

7 May 07, 2007 17:42

Removed all the memory boosts
eg
ini_set('memory_limit', '12M');

and guess what.... presto...
plugins are back.
On one version of PHP you have to increase it
On another you have to decrease it!!!!

Never a dull moment


Form is loading...