redirection problem

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
cris
Posts: 21
Joined: 21 Jun 2007, 12:05

redirection problem

Post 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
penac
Posts: 4
Joined: 23 Jun 2008, 12:18

Re: redirection problem

Post by penac »

Hi Cris

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

greetz cryzto
artgroup
Posts: 29
Joined: 02 Jul 2008, 12:35

Re: redirection problem

Post 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...
Chris by ArtGroup

Mantis: 1.1.2
PHP: 5.2.5
SQL: MySQL 5.0.51a
OS: XP SP2
Post Reply