View Full Version : wordpress 2.5 anyone?
charlesgan
04-02-2008, 04:55 PM
i just switch to the latest wordpress 2.5 lately...
and two of my wordpress site start to give me processing limit alert.
Its caused by the index.php
i dont remember editing the index.php, i am using the version 2.5 to replace the existing 2.3.3. :(
dont think i can revert back to older version. And i cant wait for bug fix for this. if any.
onewalrus
04-03-2008, 12:05 AM
I self installed WP 2.5 the day it came out after testing the release candidates for a couple weeks. I have not had any problems. And no, you can't revert from 2.5 to 2.3.3. The processing limit is in the php.ini file. Open it in wordpad and search for "limit", when you see the line for file limit, change it to what you need/want.
darkangelwitch666
04-05-2008, 08:58 AM
Look in the php.ini like onewalrus said and look for
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 10M ; Maximum amount of memory a script may consume (8MB)
And change the
memory_limit = 10M ; Maximum amount of memory a script may consume (8MB)
To
memory_limit = 64M ; Maximum amount of memory a script may consume (8MB)
This works for me :)
To
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.