josesan77
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Warning: Cannot modify headerI can not find neither extra spaces nor linefeeds. What should I do now? Help, please!
Forum: Fixing WordPress
In reply to: Fatal Error – Memory size exhaustedHi again!
I found some solution at this site(s):
wordpress.topic1Read those carefully! I hacked the install.php according to the text and inserted the line as it is suggested:
ini_set(’memory_limit’,'32M’);
This resulted in syntax error for T_STRING on line 2 of install.php which is the brand new insertion. So I tried to fix the syntax error:
ini_set(’memory_limit’, ’32M’);
Seemed to be better then the previous and then I got this error message:
“Warning: ini_set() has been disabled for security reasons in /../../wp-admin/install.php on line 2”This means that I can not fix this problem (have no rights to do). I have to move my files to an other host 🙁
I hope you are luckier! 🙂Forum: Fixing WordPress
In reply to: Fatal Error – Memory size exhaustedHi,
I am interested in a fix that does not require to edit the php.ini file because I am not allowed to do that on a server which is not my own.
Please help.