Jump to content
MDDHosting Forums

Problem with installing Horde


kuemerle5

Recommended Posts

I would like to install Horde on one of my domains, but I can't seem to get the configuration script to save the config file. I get the following error message when it tries to write to the config file:

Fatal error: Out of memory (allocated 6291456) (tried to allocate 7680 bytes) in /home/happy/public_html/even_happier/lib/Horde/Config.php on line 371

The config directory and all files under it are set to 755 as far as perms go. I don't really get this message because the amount it wants to allocate is much lower than the already allocated memory. The setup script is located @ ./scripts/setup.php. If someone could help me with this, I would greatly appreciate it. Thanks!

Link to comment
Share on other sites

I would like to install Horde on one of my domains, but I can't seem to get the configuration script to save the config file. I get the following error message when it tries to write to the config file:

Fatal error: Out of memory (allocated 6291456) (tried to allocate 7680 bytes) in /home/happy/public_html/even_happier/lib/Horde/Config.php on line 371

The config directory and all files under it are set to 755 as far as perms go. I don't really get this message because the amount it wants to allocate is much lower than the already allocated memory. The setup script is located @ ./scripts/setup.php. If someone could help me with this, I would greatly appreciate it. Thanks!

To begin with I'm not sure why you're trying to install Horde as we already offer it (you can access it at http://www.yourdomain.com/webmail/ ) but beyond that you are hitting your PHP Memory Limit.

 

Beyond that - if you add this to your .htaccess in the /home/happy/public_html/even_happier/lib/ folder it should clear this up:

php_value memory_limit "128M"

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...