Hello,
I'm running drupal 4.7RC-2 on a RH EL 4, Apache 2.0, PHP Version 4.3.9, MySQL 4.1.12
Also, I'm using about 50 contributed modules (4.7.x branch) and a few contributed modules from HEAD (actions, audio, cck, image, location, tinymce, video, workflow).
PROBLEM:
[1] Running as drupal 'root' user (id == 1) and 'Save permissions' button is clicked on /drupal/admin/access page:
Apache Error Log:
PHP Fatal error: Maximum execution time of 180 seconds exceeded in /var/www/html/drupal/includes/menu.inc on line 600, referer: http://XXX.XXX.XXX.XXX/drupal/admin/access/1
And this blank page source is returned:
<html><body></body></html>
However, the changes to the settings do get saved and can be accessed by clicking on the 'access control' submenu item under the 'administer' menu and then selecting the 'Permissions' tab.
[2] This also happens on /drupal/admin/modules after 'Save configuration' is clicked:
Apache Error Log:
PHP Fatal error: Maximum execution time of 180 seconds exceeded in /var/www/html/drupal/includes/menu.inc on line 603, referer: http://XXX.XXX.XXX.XXX/drupal/admin/modules
And this blank page source is returned:
<html><body></body></html>