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
Comment #1
bardaqani commentedSorry 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.
Comment #2
chx commentedSee http://drupal.org/node/101486
Comment #3
(not verified) commented