Author Topic: Error during installation  (Read 2414 times)

Offline aschweitzer

  • Newbie
  • *
  • Posts: 2
Error during installation
« 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:

Code: [Select]
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

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,865
Error during installation
« Reply #1 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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline aschweitzer

  • Newbie
  • *
  • Posts: 2
Error during installation
« Reply #2 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?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,865
Error during installation
« Reply #3 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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…