Joomla! Discussion Forums



It is currently Tue Nov 24, 2009 12:00 am (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Security and Performance FAQs
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 25 posts ] 
Author Message
Posted: Tue Sep 25, 2007 2:54 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Jul 24, 2006 3:42 am
Posts: 47
I am getting an error message on my page now due to too many products loading in my categories.

Fatal error: Maximum execution time of 30 seconds exceeded in D:\domains\discountperformanceautoparts.com\wwwroot\administrator\components\com_virtuemart\classes\ps_product_category.php on line 593

How do I fix this?


Also, my site is running extremely slow now and I am on a dedicated server.  How do I fix this as well?

Thanks

_________________
~ Brad
Sign up for the Best Joomla Hosting in My Opinion!
http://www.hostmonster.com


Top
  E-mail  
 
Posted: Tue Sep 25, 2007 3:38 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Thu Nov 10, 2005 3:10 am
Posts: 1919
Location: New Jersey, USA
Enable debug, and see how many queries are being run...

_________________
Anthony Ferrara - Core Team - Development Coordinator - Bug Squad - JSST

http://moovum.com/ - The Bird is in the air! Get Mollom Anti-Spam on your Joomla! website with Moovur...
http://www.joomlaperformance.com For All Your Joomla Performance Needs


Top
   
 
Posted: Mon Jan 28, 2008 6:41 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Tue Oct 02, 2007 3:19 am
Posts: 110
Location: Cebu City
I am also getting this

[Mon Jan 28 00:35:24 2008] [error] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/smscebu/public_html/components/com_fireboard/sources/interpreter.fireboard.inc.php on line 88

please advise!

_________________
Alumni of the Sisters of Mary School Inc. - Cebu http://sms-cebu.org


Top
   
 
Posted: Thu Mar 27, 2008 2:31 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Mar 27, 2008 2:12 am
Posts: 3
I've found that the php if running under windows needs to have the php.ini sit in the windows folder eg %systemroot%.
Once you've placed php.ini somewhere that the php.exe can find it (it won't find it in the C:\php folder) it's time out will be 60 seconds. 30 seconds means it's not reading the config file at all and using the default stored in the executable which is 30 seconds (60 is the default in the php.ini file if it's a number other then what's written in the php.ini file then it is not using that).
This definitely works.


Top
  E-mail  
 
Posted: Mon Apr 28, 2008 5:36 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Fri Feb 22, 2008 4:07 pm
Posts: 4
Hi,

I've got the same problem. However it was due to a bug in Joomla 1.5.2 (I think). It was caused by enabling filtering of for Filtering Options (Content >> Article Manager >> Parameters >> Filtering Options). What I did to resolve it was to disable the filtering and it's working again. :)

regards
papayamilkshake

_________________
http://loadrunnertnt.com


Top
  E-mail  
 
Posted: Mon Apr 28, 2008 5:47 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Mar 27, 2008 2:12 am
Posts: 3
papayamilkshake wrote:
Hi,

I've got the same problem. However it was due to a bug in Joomla 1.5.2 (I think). It was caused by enabling filtering of for Filtering Options (Content >> Article Manager >> Parameters >> Filtering Options). What I did to resolve it was to disable the filtering and it's working again. :)

regards
papayamilkshake

You've possibly just spead up the processing by disabling filtering which means that it doesn't fall over at the php system time out of 30 seconds. However if you encounter something which takes more then 30 seconds to run it'll fall over on you still.


Top
  E-mail  
 
Posted: Tue May 06, 2008 4:32 am 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Sun Mar 23, 2008 9:54 pm
Posts: 268
I also had this issue and this was solved by chaning the 'intro' parameter of the category blog layout.

I choose a category blog layout, set the intro to the max (99999) and got the error. Changing it to 100 solved the problem.


Top
   
 
Posted: Tue May 06, 2008 4:39 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Mar 27, 2008 2:12 am
Posts: 3
You're all working around the main issue which is that php is not setup properly on your web server.


Top
  E-mail  
 
Posted: Tue Jun 03, 2008 2:23 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Nov 29, 2007 6:15 am
Posts: 54
Location: Gettysburg, Pa
Open your php.ini file

EDIT: max_execution_time = 30

Save and restart your server


Top
   
 
Posted: Tue Jul 08, 2008 11:39 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Oct 09, 2006 4:28 pm
Posts: 9
What if I don't have access to the php.ini file?


Top
  E-mail  
 
Posted: Sat Aug 09, 2008 10:47 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Nov 29, 2007 6:15 am
Posts: 54
Location: Gettysburg, Pa
Contact your host and ask them if they can increase it for ya.


Top
   
 
Posted: Sun Dec 07, 2008 10:16 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sun Dec 07, 2008 12:49 am
Posts: 2
Small amendment to post of T_Clauss. If your host provides you configuration by means of .htaccess it is possible to change parameter max_execution_time as follows:

1. Create or edit .htaccess file.
2. Put into the file:
php_value max_execution_time xx

where xx stands for the new value of a parameter.

Regards,
mslonik


Top
  E-mail  
 
Posted: Wed Jan 21, 2009 2:11 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sat Jan 10, 2009 4:50 am
Posts: 66
avatar76 wrote:
papayamilkshake wrote:
Hi,

I've got the same problem. However it was due to a bug in Joomla 1.5.2 (I think). It was caused by enabling filtering of for Filtering Options (Content >> Article Manager >> Parameters >> Filtering Options). What I did to resolve it was to disable the filtering and it's working again. :)

regards
papayamilkshake

You've possibly just spead up the processing by disabling filtering which means that it doesn't fall over at the php system time out of 30 seconds. However if you encounter something which takes more then 30 seconds to run it'll fall over on you still.

_________________
D * Jessiered * Smile
:: Never Finish a Negative Statement ::


Top
  E-mail  
 
Posted: Wed Jan 21, 2009 2:11 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sat Jan 10, 2009 4:50 am
Posts: 66
avatar76 wrote:
papayamilkshake wrote:
Hi,

I've got the same problem. However it was due to a bug in Joomla 1.5.2 (I think). It was caused by enabling filtering of for Filtering Options (Content >> Article Manager >> Parameters >> Filtering Options). What I did to resolve it was to disable the filtering and it's working again. :)

regards
papayamilkshake

You've possibly just spead up the processing by disabling filtering which means that it doesn't fall over at the php system time out of 30 seconds. However if you encounter something which takes more then 30 seconds to run it'll fall over on you still.


Hi! Thanks for the answer! But how do I disable Filtering. The only options I have to choose is
Blacklist
Whitelist
html

What should I check.

Where should I disable it?

Please help!
Thanks in advance!

_________________
D * Jessiered * Smile
:: Never Finish a Negative Statement ::


Top
  E-mail  
 
Posted: Wed Jan 21, 2009 2:15 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sat Jan 10, 2009 4:50 am
Posts: 66
T_Clauss wrote:
Open your php.ini file

EDIT: max_execution_time = 30

Save and restart your server



In which part of the php.ini file can I find this.
Thank you very much :)

_________________
D * Jessiered * Smile
:: Never Finish a Negative Statement ::


Top
  E-mail  
 
Posted: Wed Jan 21, 2009 2:18 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sat Jan 10, 2009 4:50 am
Posts: 66
mslonik wrote:
Small amendment to post of T_Clauss. If your host provides you configuration by means of .htaccess it is possible to change parameter max_execution_time as follows:

1. Create or edit .htaccess file.
2. Put into the file:
php_value max_execution_time xx

where xx stands for the new value of a parameter.

Regards,
mslonik


in which part of the .htaccess should I put the file?
Thanks in advance

_________________
D * Jessiered * Smile
:: Never Finish a Negative Statement ::


Top
  E-mail  
 
Posted: Wed Jan 21, 2009 2:21 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sat Jan 10, 2009 4:50 am
Posts: 66
ircmaxell wrote:
Enable debug, and see how many queries are being run...


Hi!

I'm new to Joomla and would like to know how do I enable debug.
Thanks in advance

_________________
D * Jessiered * Smile
:: Never Finish a Negative Statement ::


Top
  E-mail  
 
Posted: Fri Feb 06, 2009 9:49 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Fri Jul 11, 2008 4:54 pm
Posts: 4
I'm getting this error during install of an extension (EventList, specifically). Running J! 1.5.9, and I've set my max_execution_time to 60 (which is correctly reported in the phpinfo() table), but I still get the error. What the dilly yo yo yo?

EDIT: fixed. my shared host only has add-on php.ini's affect the folder they're in (not subfolders), so even though index.php had the ini var set, administrator/index.php did NOT. you need 2 php.ini files, one in root and one in /administrator, to cover all the bases if you can't edit your master php.ini file. (i had also tried putting a php.ini in /libraries/joomla/filesystem/archive/, which is the location of the script that was erroring, but that didn't work either -- the ini has to be in the folder of the parent php file. in Joomla's case, this is always index.php or administrator/index.php.)


Top
  E-mail  
 
Posted: Sat Feb 07, 2009 1:51 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Tue Aug 23, 2005 4:55 am
Posts: 280
Location: On my CBR 1000rr...
It is under the Joomla ACP under configuration.
jessiered wrote:
ircmaxell wrote:
Enable debug, and see how many queries are being run...


Hi!

I'm new to Joomla and would like to know how do I enable debug.
Thanks in advance

_________________
Love, Live PHP.
Love, Live Joomla!
Super Sonic Man...do you want to buy a RockeTheme rocket? -Gary Jules


Top
  E-mail  
 
Posted: Fri Feb 13, 2009 7:44 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri May 11, 2007 7:24 pm
Posts: 8
I had the same problem with a frontend login and the file it referenced was emailcloak.php. I turned off cloaking and it's fixed.

In searching for a solution, it seems that lots of people have had this issue and that it's not necessarily tied to a specific plugin or setting, but to Joomla 1.5 conflicting with a PHP 5.0.3 upgrade.

This person references that issue:
http://joomlacode.org/gf/project/joomla ... m_id=10127

I disagree that upping the timeout will/should fix the issue, let's focus on what's causing the site to take more than 30 seconds to process a request.

Amy
Lowlande Web Design


Top
   
 
Posted: Sat Apr 25, 2009 6:27 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Dec 02, 2006 6:38 am
Posts: 38
T_Clauss wrote:
Open your php.ini file

EDIT: max_execution_time = 30

Save and restart your server


thanks i didnt wanna go digging through everything to find the settings i extended minez to 120 seems to be great for now



----------------
Now playing: Mavado - Gangster Don't Play
via FoxyTunes


Top
  E-mail  
 
Posted: Fri May 15, 2009 8:56 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri May 15, 2009 6:43 pm
Posts: 36
changing a bit of settings worked for me too ;) thanks.


Top
  E-mail  
 
Posted: Sun Jun 21, 2009 8:53 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Sep 18, 2008 3:31 pm
Posts: 24
Location: Chicago, IL
T_Clauss wrote:
Open your php.ini file

EDIT: max_execution_time = 30

Save and restart your server


That worked. Thanks!

_________________
Web Development Chicago - http://www.varsys.com
Web Design Chicago - http://www.varsys.com/web-design-development.html


Top
  E-mail  
 
Posted: Wed Sep 09, 2009 4:23 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Sep 09, 2009 4:11 pm
Posts: 4
ini_set() doesn't works for me :(

_________________
Stang Software | Molo Downloads


Top
  E-mail  
 
Posted: Tue Oct 13, 2009 3:59 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Feb 07, 2008 3:08 pm
Posts: 115
Fatal error: Maximum execution time of 30 seconds exceeded in /home/www/virtual/chiangmaidee.com/paikad_com/htdocs/libraries/joomla/filter/filterinput.php on line 397

mslonik wrote:
Small amendment to post of T_Clauss. If your host provides you configuration by means of .htaccess it is possible to change parameter max_execution_time as follows:

1. Create or edit .htaccess file.
2. Put into the file:
php_value max_execution_time xx

where xx stands for the new value of a parameter.

Regards,
mslonik



That good. thankyou

_________________
http://www.paikad.com/index.php/ครีมหน้าขาว.html
http://www.paikad.com


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 25 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group