Dag allen,

Imagine having a menu path calling a function like this:

$items[] = array(
'path' => 'convert/font/save',
'title' => t('Font'),
'callback' => 'convert_font_save',
'access' => 1,
'type' => MENU_CALLBACK
);

if i want to access this:
http://127.0.0.1/kig5/?q=convert/font/save/4

i will get :
Site off-line
Testsite is currently under maintenance. We should be back shortly. Thank you for your patience.

I use Drupal 5 cr 1

by the way i came across this even in 4.7

groetjes,
Bard

Comments

bardaqani’s picture

Version: 4.7.4 » 5.0-rc1

Sorry i know already when it happens, this issue could have a minor importance:

it happens when a function returns the same value as the third argument.

chx’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)