Interesting...
Would you mind running the System Check module tests to see if it identifies any problems on your system?
btw, if you need a quick fix, just add the following line to your global/config.php file:
That will suppress the error message and allow the redirect to work properly. In the meantime, I'll look at the code to see if I can spot anything fishy.
- Ben
Would you mind running the System Check module tests to see if it identifies any problems on your system?
btw, if you need a quick fix, just add the following line to your global/config.php file:
PHP Code:
$g_default_error_reporting = 1;
That will suppress the error message and allow the redirect to work properly. In the meantime, I'll look at the code to see if I can spot anything fishy.
- Ben