Menu Item Locks Up Server
pelicani - February 29, 2008 - 19:07
| Project: | Signup Status |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
Hi,
Just installed the lasted dev version.
After activating the module, when I go to a signup page, the server locks up.
When I comment out one of the menu items, this problem goes away.
This is the menu item...
$items[] = array(
'path' => $node_path .'/signups',
'title' => t('Signup status'),
'callback' => 'signup_status_node_admin',
'callback arguments' => array($node),
'access' => $access_all || $access_own,
'type' => MENU_LOCAL_TASK,
'weight' => 20,
);

#1
Can you post some information about your server? i.e. What version of PHP and MySQL, etc.
#2
#3
I had the same problem with the server locking up.
MySQL 5.0
PHP 4.x
#4
A couple more questions:
Are you logged in a user #1 or a user that has been granted permission to administer signups?
Do you know which specific version of PHP 4.x? I have tested it on 4.4.7 and I don't receive an error.
#5
The user is not the admin, user 1, but an authenticated user with access to admin signup status.
PHP Version 4.3.9
#6
Unfortunately I don't have a way to test this on PHP 4.3.9. If you can provide a patch, or verify that it is a bug related to using PHP 4.3.9 (i.e. by testing on a newer version of PHP 4.x), that would be helpful.
#7
No activity in this issue for about 1.5 years, and the 5.x series is all but dead at this point... If this bug exists, it's not going to be fixed. ;)