Jump to content

editor

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Posts posted by editor

  1. ahoy:

    i have a humor site (http://humorgalaxy.com) that feeds from the amazon database, it's been working for over a year, suddenly it's stopped working, i'm getting this error:

    PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\hgchartsscript.php on line 109

    but line 109 is just a bracket, since the script stops the rest of the page even normal HTML elements aren't loading. here's that part of the code

    [code]function foo()
    {
      global $link;
      include_once $link;
    }[/code]

    (the last bracket is line 109)

    i've tried reuploading a fresh version of the php script and the html page again but still the same thing happens

    any ideas? would be appreciated!

    big thanks

    dem
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.