Closed (fixed)
Project:
Customerror
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2006 at 20:10 UTC
Updated:
15 Apr 2006 at 20:34 UTC
Got this in 4.7 RC2 after uploading the module and making the change to common.inc:
The common.inc file is much shorter than what I already have - am I taking this insctruction too literally? I interpretted it to mean replace, not ammend.
Comments
Comment #1
kbahey commentedYou should patch the common.inc file and not overwrite it. Patching is explained in the handbook.
If you do not know how to patch, then all you need to do is to add the following line:
$_SESSION['destination'] = $_GET['q'];Before this line in common.inc:
$path = drupal_get_normal_path(variable_get('site_403', ''));