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
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

jrbeeman - February 29, 2008 - 21:33

Can you post some information about your server? i.e. What version of PHP and MySQL, etc.

#2

jrbeeman - February 29, 2008 - 21:33
Status:active» postponed (maintainer needs more info)

#3

vdowsett - March 15, 2008 - 04:50

I had the same problem with the server locking up.

MySQL 5.0

PHP 4.x

#4

jrbeeman - March 25, 2008 - 21:39

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

pelicani - March 27, 2008 - 20:35
Status:postponed (maintainer needs more info)» active

The user is not the admin, user 1, but an authenticated user with access to admin signup status.
PHP Version 4.3.9

#6

jrbeeman - March 28, 2008 - 16:04
Status:active» postponed (maintainer needs more info)

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

dww - September 19, 2009 - 03:34
Status:postponed (maintainer needs more info)» won't fix

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. ;)

 
 

Drupal is a registered trademark of Dries Buytaert.