Page 1 of 1

redirection problem

Posted: 06 Sep 2007, 07:24
by cris
hello,
I have sometimes an error message :

APPLICATION ERROR #18

Page redirection error, ensure that there are no spaces outside the PHP block (<?php ?>) in config_inc.php or custom_*.php files.


I checked these files and there are no spaces in it. This problem appear sometimes but not always : why ?

thanks

Re: redirection problem

Posted: 24 Jun 2008, 11:04
by penac
Hi Cris

Did you solve this problem? I hope you still remember the solution...

greetz cryzto

Re: redirection problem

Posted: 06 Sep 2008, 00:16
by artgroup
i had the problem applying the settings into pluginmanager and I fixed it just removing this customization field from the config-inc.php

Code: Select all

	# --- Queries --------------------
	# Shows the total number/unique number of queries executed to serve the page.
	$g_show_queries_count	= OFF;
I don't know why, obviously i did not add/remove any space at the end of the file after ?>

I hope this help someone...