Author Topic: Getting error during install..  (Read 3143 times)

Offline aletarius

  • Jr. Member
  • **
  • Posts: 12
Getting error during install..
« on: January 26, 2012, 12:47:52 PM »
Hi. I keep getting this error when I point to the install directory.

Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 7680 bytes) in /home/inspir56/public_html/~RCube/program/lib/PEAR.php on line 155

I've talked to my hosting and they've created the php.ini file I need to change the memory allocation. I changed the

memory_limit = 1024M      

field from 512M to what it is above. This ended up doing nothing. I'm stuck and not sure if I'm even editing the right file. Can I get some assistance with this please? Thank you.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Getting error during install..
« Reply #1 on: January 27, 2012, 01:34:29 AM »
They have a very small memory limit (0.25mb) some hosts don't allow you to change the memory limit at all, if they do there is different methods depending on the server config. If there using php.ini files you may need to have one in the installer directory as well as in the main RoundCube directory.

Offline aletarius

  • Jr. Member
  • **
  • Posts: 12
Getting error during install..
« Reply #2 on: January 27, 2012, 09:08:41 AM »
Managed to get it fixed. I had the php.ini changed up, set it in both directories but that still didn't do the trick. I had to manually remove the line from the htacess file and now it works properly. Thanks!