17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1025 Views |
-
Problem accesing the Admin Panel

2 October 2008 at 10:39am
I was trying to make my old wordpress database work into SS, and eventually, I couldn't access the administration panel. I'm getting this error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6144 bytes) in C:\wamp\www\gnr\sapphire\core\Object.php(129) : eval()'d code on line 1
Any idea?
-
Re: Problem accesing the Admin Panel

2 October 2008 at 1:01pm
That is a memory error. By the sounds of it you have 32mb PHP memory (which is the min requirement) but in this case the site requires more then that to work. You will need to crank the PHP memory limit up to 64mb if you want to be safe.
You can ask your webhost to do this. Or if this is your own server you can edit the setting in the 'php.ini' file edit the line - memory_limit = 32M to something like memory_limit = 64M , save the file then restart your server
-
Re: Problem accesing the Admin Panel

3 October 2008 at 2:30am
Just perfect. Thank you, man! I'm happy again! ;)
| 1025 Views | ||
|
Page:
1
|
Go to Top |


