Login or Register

RSS IconRecent posts in this topic

avatar
acid_phobia on Jun 19. 2007. 4:21 am
Hello, this is my first post, I'm planning to use aC because I think it's awesome!
However, I'm experimenting the following problem:

Whenever I modify something in the administration area, or when i want to logout it doesnt work, If try to enter again I'm already logged in, I tried removing the cokies and sessions from the browser but it doesnt work either. This is what the browser is showing (debug is set to true):

-------------------------------------------------------------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\extranet\language\es_es.php:1) in C:\xampp\htdocs\extranet\environment\classes\Cookie.class.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\extranet\language\es_es.php:1) in C:\xampp\htdocs\extranet\environment\classes\Cookie.class.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\extranet\language\es_es.php:1) in C:\xampp\htdocs\extranet\environment\classes\Cookie.class.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\extranet\language\es_es.php:1) in C:\xampp\htdocs\extranet\environment\classes\Cookie.class.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\extranet\language\es_es.php:1) in C:\xampp\htdocs\extranet\environment\classes\Cookie.class.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\extranet\language\es_es.php:1) in C:\xampp\htdocs\extranet\environment\classes\Cookie.class.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\extranet\language\es_es.php:1) in C:\xampp\htdocs\extranet\environment\functions\general.php on line 309
-------------------------------------------------------------------------------------------------------

I cheked into general.php and saw that line 309 is part of "function redirect_to" so I think this is the problem, but I really don't know how to fix it.

Also (and dont know if this is related to my problem) the dashboard shows this message 3 times above the title:

-------------------------------------------------------------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\extranet\language\es_es.php:1) in C:\xampp\htdocs\extranet\environment\classes\Cookie.class.php on line 42
-------------------------------------------------------------------------------------------------------

ANY help will be greatly appreciated!
If anyone needs more information just ask for it.

Thank you in advanced!!

acid

PD: Sorry if my english is bad, I'm from Argentina :p
avatar Staff
Ilija Studen on Jun 19. 2007. 4:55 am
My guess is that es_es translation is breaking the script. Fix it (remove all special chars from begging of the file - there can be invisible characters before <?php that break redirection) or switch back to English translation.
activeCollab Team Member
avatar
acid_phobia on Jun 19. 2007. 5:04 am
Ok! Gonna try that and get back to you to tell what happened. Thank you!
avatar
acid_phobia on Jun 19. 2007. 5:31 am
You were right, the problem was cause because of the translation. But I removed all the special chars but the problem didn't went away. I'll have to find another translation that works.

Thanks for your time!
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic