Schon beim editieren hab ich mir gedacht das des nit klappt.
In der install.txt steht folgendes:
Code: Alles auswählen
#
#---- [ FIND ] -------------------------------------------
#
$s_hidden_fields = '<input type="hidden" name="' . POST_POST_URL . '" value="' . $post_id . '" />';
#
#---- [ REPLACE WITH ] ----------------------------------------
#
$s_hidden_fields = '<input type="hidden" name="' . POST_POST_URL . '" value="' . $post_id . '" /><input type="hidden" name="back_to_calendar" value="'.$back_to_calendar.'" />';weiter:$s_hidden_fields = '<input type="hidden" name="sid" value="' . $userdata['session_id'] . '" /><input type="hidden" name="' . POST_POST_URL . '" value="' . $post_id . '" />';
finden tue ich nur:#
#---- [ FIND ] -------------------------------------------
#
$hidden_form_fields = '<input type="hidden" name="mode" value="' . $mode . '" />';
#
#---- [ REPLACE WITH ] ----------------------------------------
#
$hidden_form_fields = '<input type="hidden" name="mode" value="' . $mode . '" /><INPUT TYPE = "hidden" name = "back_to_calendar" value = "'.$back_to_calendar.'">';
Code: Alles auswählen
$hidden_form_fields = '<input type="hidden" name="sid" value="' . $userdata['session_id'] . '" /><input type="hidden" name="mode" value="' . $mode . '" />';Code: Alles auswählen
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of sscanf(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\wampp13cs\htdocs\gis\posting.php on line 42
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of sscanf(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\wampp13cs\htdocs\gis\posting.php on line 50