 | |  | | | ReviewPost Installation & Upgrades If you're having problems getting ReviewPost Pro to work or receiving errors while running RP, seek help here. |
February 27th, 2005, 03:37 PM
|
#1 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2004 Location: Tampa Bay Florida
Posts: 15
| error in review post wheni rebuild thumbs
Can somebody help me with this error
I get it when i rebuild all my thumbs in review post
Fatal error: Maximum execution time of 30 seconds exceeded in /usr/local/apache/www/adultproduct.us/htdocs/products/adm-db.php on line 133
|
| |
February 27th, 2005, 10:24 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,809
|
Open up adm-db.php and below this line
$disableforadmin=1;
add this
ini_set("memory_limit", "24M");
|
| |
February 28th, 2005, 05:48 AM
|
#3 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2004 Location: Tampa Bay Florida
Posts: 15
|
You are the man... I really do appreciate all you are teaching me with this and your patience with me...
thanks
|
| |
February 28th, 2005, 06:52 AM
|
#4 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2004 Location: Tampa Bay Florida
Posts: 15
|
made the changes and i still get the error
Fatal error: Maximum execution time of 30 seconds exceeded in /usr/local/apache/www/adultproduct.us/htdocs/products/adm-db.php on line 171
I put a higher number got the same error... Do you think it is mysql time out error ???
|
| |
February 28th, 2005, 07:47 AM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,809
|
Its a server timeout yes not script
You can try a little higher of a number
|
| |
February 28th, 2005, 05:20 PM
|
#6 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2004 Location: Tampa Bay Florida
Posts: 15
|
I have increased the timeout to 300.
Thank you,
System Admin - UNIX
He increased time out now we get this error
Fatal error: Maximum execution time of 30 seconds exceeded in /usr/local/apache/www/adultproduct.us/htdocs/products/image-inc.php on line 356
|
| |
March 4th, 2005, 11:40 AM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,809
|
Is that uploading an image?
You can try this before the require to pp-inc.php
ini_set("max_execution_time", 0);
|
| |
March 4th, 2005, 11:46 AM
|
#8 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2004 Location: Tampa Bay Florida
Posts: 15
|
this is when we rebuild thumbnails.. I dont understand where i would put
ini_set("max_execution_time", 0); in pp-inc.php
|
| |
March 10th, 2005, 04:43 PM
|
#9 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,858
|
Actually, you can put that in adm-db.php under the $disableforadmin line.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
March 18th, 2008, 03:15 AM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Oct 2007
Posts: 66
|
When I'm using 'Rebuild all medium images' I'm getting part way through the job and it fails on the same image with a similar error! Quote: |
Fatal error: Maximum execution time of 30 seconds exceeded in /home/my_site/public_html/gallery/image-inc.php on line 140
| Has anybody any suggestions on a possible solution please?
Line 140 in image-inc.php reads as follows: Quote: |
ImageCopyResampled( $full_id, $src_img, 0,0, 0,0, $new_width, $new_height, $FullImage_width, $FullImage_height );
| |
| |
March 18th, 2008, 11:04 AM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Oct 2007
Posts: 66
| Quote:
limit/recent
It is a server memory error or timeout. You can edit pp-inc.php and at the top below error_reporting line place these lines.
ini_set("memory_limit", "48M");
ini_set("max_execution_time", 0);
| Thanks Chuck, The addition of that code makes everything work perfect!
You're a dam genius I tell ya! |
| |
March 18th, 2008, 11:05 AM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,809
|
enjoy your day buddy.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 05:24 PM. | |