Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Help! 1.2.5.2 upgrade problem – I get an Error message, then not able to login to admin


Kevin Krefting
Participant

@krefting

I ran into this problem while working with a BuddyPress installation on Rackspace Cloud Sites. To solve it I needed to change some server limitations by editing my .htaccess file. The settings I used were:

php_value memory_limit 128M
php_value post_max_size 128M
php_value upload_max_filesize 128M
php_value max_execution_time 6000000

I’m not sure if your problem requires a similar solution, but I hope this helps.

Skip to toolbar