Forums / Install & configuration / You are now being redirected to...
Robin Sørlie
Friday 01 October 2004 7:42:36 am
Hi, have searched the forum, but didn't find anything related to this.
I have a fresh installation of eZ 3.4.2. When I'm in admin an for instance are going to creat or edit an object, I keep getting this message:
You are now being redirected to index.php/***_admin/content/edit/85/1 (Or something like that, I use norwegian language.. )And I have to push a button to continue. Everything works well, but it is starting to get annoying to keep confirming this message. I have never had this in earlier installations of eZ.
This is the only error in debug output: Warning: PHP Oct 01 2004 16:41:50 Undefined variable: wwwDir in /home/******/public_html/site/lib/ezutils/classes/ezsys.php on line 839
Mark Marsiglio
Friday 01 October 2004 10:46:37 am
I think this is related to the "redirect debug output" - check your site.ini for details, and look in your admin siteaccess settings to turn it off.
# Controls if redirects should be debuggable, set to enable to get a redirect # page with debug info. # This is useful for development while production sites should have it off DebugRedirection=disabled
http://www.thinkcreative.com Turning Ideas Into Strategic Solutions
Friday 01 October 2004 12:56:06 pm
That's it, thanks. Didn't think of a simple solution like that :) It was disabled in site.ini, but enabled in override/site.ini.append
Strange that this is enabled by default, it hasn't been like this in previous versions?
Thanks for the help, I really appriciate it!