Jump to content

rvaneperen

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

rvaneperen's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks for the reply.  As stated in my post, I did have max_execution_time set to 120 in php.ini.  Running phpinfo confirmed it and the fact that it was looking at the correct instance of php.ini.  However, as I have continued looking at this, I found some other related posts that seem to suggest that running Apache2.2 might be the culprit.  For instance, I got errors when I tried to add the PHPIniDir entry to httpd.  Is this just a matter of downgrading to Apache2.0 perhaps?
  2. I am fairly new to PHP, and I'm working on a page that is doing a large number of inserts into a mySQL database.  It works fine for the most part, but sometimes I get the following [i]"[error] [client 127.0.0.1] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in...[/i]".  I have my php.ini set to the following: max_execution_time = 120, but this doesn't work (assuming restarting apache is all it takes to get this setting to take effect).  Is this the right setting to change, or is this controlled somewhere else?
×
×
  • 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.