Jump to content


Corporate Sponsors


Latest News: (loading..)

Header.php Line 92 Issues


  • You cannot reply to this topic
2 replies to this topic

#1 Paul Alexander Dobson

  • Community Member
  • 2 posts

Posted 14 January 2012, 14:43

*Maximum execution time of 30 seconds exceeded in /hermes/bosweb/web182/b1827/ipw.the-coc/public_html/StoreFront/includes/header.php on line 92

Line 92 is: $TEMP_CAT_TREE = " &raquo; <a href=". tep_href_link(FILENAME_DEFAULT,'cPath='.$TEMP_CATEGORY) . "><font face='arial' size = '2' color=white><b>".$TEMP_CAT_NAME."</b></font></a>".$TEMP_CAT_TREE ;


*Maximum execution time of 30 seconds exceeded in /hermes/bosweb/web182/b1827/ipw.the-coc/public_html/StoreFront/includes/modules/product_listing.php on line 136

Line 136 is: $TEMP_CAT_TREE = "><a href=". tep_href_link(FILENAME_DEFAULT,'cPath='.$TEMP_CATEGORY) . "><u>".$TEMP_CAT_NAME."</u></a>".$TEMP_CAT_TREE ;

Are two errors I keep having all of a sudden quite regularly. I also have been getting a couple here and there on modules like current auctions that I have had disabled for several months. I am new to all of this and have had a hard time trying to figure all of this out on my own. I appreciate any help someone can offer.

#2 geoffreywalton

  • Community Sponsor
  • 7,731 posts
  • Real Name:Geoffrey Walton
  • Gender:Male
  • Location:Norfolk, UK (close to the centre of the universe)

Posted 14 January 2012, 15:15

Your host will have set a time limit on your site getting the information required on a page and diaplaying it.

If you go over this limit you get the error message.

On some hosts you are able to over-ride this limit, google for
site:forums.oscommerce.com ini_set max_execution_time

and ignore posts about hacked sites

HTH

G
Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

Virus Threat Scanner
My Contributions
Basic install answers.
Click here for Contributions / Add Ons.
UK your site.
Site Move.
Basic design info.

For links mentioned in old answers that are no longer here follow this link Useful Threads.

If this post was useful, click the Like This button over there ======>>>>>.

#3 Paul Alexander Dobson

  • Community Member
  • 2 posts

Posted 18 January 2012, 14:15

I understand there is a time limit, but what would be causing it to consistantly go over the limit? I would rather fix the issue rather than try to find a way to try and up the time limit if that is even possible with my host.