Roundcube Community Forum

Release Support => Pending Issues => Topic started by: aschweitzer on June 01, 2009, 03:51:39 AM

Title: Error during installation
Post by: aschweitzer on June 01, 2009, 03:51:39 AM
Hi,

I have uploaded all the RC 0.2.2 files to my server and executed the file "mysql.initial.sql" in the database after changing it's charset to UTF-8. All the tables were created as they are supposed to. Then I was trying to install RC with the installer, but it just gives me the following error message:

Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 19456 bytes) in ***/roundcubemail/installer/rcube_install.php on line 155

What can I do?

---Server spec----
PHP Version 4.4.9 / 5.2.9
MySQL Version 4.1.22
Title: Error during installation
Post by: JohnDoh on June 01, 2009, 02:30:48 PM
Have i misread this or do you have a PHP memory limit of 256k? You need to raise it in your php.ini and/or the .htaccess file in the RC root.
Title: Error during installation
Post by: aschweitzer on June 01, 2009, 06:03:05 PM
I have no access to the php.ini since Im on a shared server. BUt what do I have to set in the .htaccess?
Title: Error during installation
Post by: JohnDoh on June 02, 2009, 02:56:44 AM
if you look in the .htaccess file in the RC root you should see this:
php_value       memory_limit            64M
Its possible that just setting it there though will not be enough so you might have to contact you host and ask them about raising the limit, personally I think 256k is a joke.