Author Topic: "Fatal Error: Maximum execution..."  (Read 4694 times)

0 Members and 1 Guest are viewing this topic.

Offline sukholee

  • Newbie
  • *
  • Posts: 26
    • View Profile
"Fatal Error: Maximum execution..."
« on: June 21, 2002, 04:41:56 PM »
When I try to search images under "Edit images" I always receive this error message:

Quote
Fatal error: Maximum execution time of 30 seconds exceeded in c:\apache\htdocs\gallery\includes\functions.php on line 1000


Can someone please help :?:

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
"Fatal Error: Maximum execution..."
« Reply #1 on: June 21, 2002, 05:26:23 PM »
Change in "includes/constants.php" this line:

Code: [Select]
define('CHECK_REMOTE_FILES', 1);

to:

Code: [Select]
define('CHECK_REMOTE_FILES', 0);

Greets Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline sukholee

  • Newbie
  • *
  • Posts: 26
    • View Profile
"Fatal Error: Maximum execution..."
« Reply #2 on: June 21, 2002, 05:30:52 PM »
Thanks for the quick response!