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
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.
I have no access to the php.ini since Im on a shared server. BUt what do I have to set in the .htaccess?
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.