I have done updates from 1.30 to 1.41 on two of our blogs.
The first update went fine.
The second one presented the "Hi, and welcome to the Serendipity upgrade agent."
But after: "Errors are displayed in red, recommendations in yellow and success in green."....there is nothing below the double line...no messages, no button to push to continue.
Input appreciated.
Hi, and welcome to the Serendipity upgrade agent - then gone
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Hi, and welcome to the Serendipity upgrade agent - then
Hi!
That sounds like a fatal PHP error could be happening that is concealed from you. Try to enable "php_value display_errors On" through .htaccess, or check a PHP/CGI error log?
Regards,
Garvin
That sounds like a fatal PHP error could be happening that is concealed from you. Try to enable "php_value display_errors On" through .htaccess, or check a PHP/CGI error log?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Yup, that's helpful.
PHP ran out of memory while it was trying to complete your installation. You should increase the amount of memory it can use by changing the line in your php.ini that reads "memory_limit = 8M" to "memory_limit = 16M".
If you can't find your php.ini, you might be able to add the following line in .htaccess:
PHP ran out of memory while it was trying to complete your installation. You should increase the amount of memory it can use by changing the line in your php.ini that reads "memory_limit = 8M" to "memory_limit = 16M".
If you can't find your php.ini, you might be able to add the following line in .htaccess:
Code: Select all
php_value memory_limit "32M"