When changing to the swedish translation our RSS feed breaks. I get the following message (in Firefox):
XML Parsing Error: not well-formed
Location: http://ourwebaddress:81/activecollab/index.php?c=feed&a=recent_activities&id=1&token=00b7f2f7006328c079f4e0b9a4d6c281d783628a
Line Number 1, Column 2:
Another bug which probably isn't related but I though so at first is that my iCal subscription to GoogleCalendar is broken. I had it working before so thats why I thought maybe it had to do with the language switch but when I switched back to english I got the same behaviour: If I try to add the calendar it first pops up with milestones and all but after maybe 5 secs I get the msg: "Error: we couldn't analyze the calendar on the given address" and the calendar is removed.
[Sorry for the late reply. I've been away on vacation.]
I had a similar problem while working on the translations, although then the offending character was "w". It turned out I had apperently happened to type "w" instead of cmd+w to close a file on my Mac and thus wrote "w" into one of the php-files (before the <?php).
So, that should mean that somewhere in the Swedish file there should hide the characters "-^", but I can't find them. I also get the error message. I'll keep looking and report back when I find out more.
The Swedish translations makes my AC break, blank page after creating a project for example. It still creates the project, but it just displays a blank page.
So..
When I turn debugmode on I get this on Dashboard (before clicking the create new project link):
Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/collab/language/se/actions.php:1) in /Applications/MAMP/htdocs/collab/environment/classes/Cookie.class.php on line 42
Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/collab/language/se/actions.php:1) in /Applications/MAMP/htdocs/collab/environment/classes/Cookie.class.php on line 42
Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/collab/language/se/actions.php:1) in /Applications/MAMP/htdocs/collab/environment/classes/Cookie.class.php on line 42
And this on the blank page:
Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/collab/language/se/actions.php:1) in /Applications/MAMP/htdocs/collab/environment/classes/Cookie.class.php on line 42
Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/collab/language/se/actions.php:1) in /Applications/MAMP/htdocs/collab/environment/classes/Cookie.class.php on line 42
Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/collab/language/se/actions.php:1) in /Applications/MAMP/htdocs/collab/environment/classes/Cookie.class.php on line 42
Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/collab/language/se/actions.php:1) in /Applications/MAMP/htdocs/collab/environment/functions/general.php on line 309
Any idea what can be wrong? I've looked around, but since I am anything but a PHP coder I can't find anything that might be wrong.
New version of Swedish translation should fix this if I remember correctly. I had it for a while, but my inbox was crowded so I forgot about uploding it. I is online now.
Please do not cross post ;) Post wherever you think appropriate and if it does not belongs there it will be moved.
Ok. I dont get a debug error anymore, but like I said before some of the words gets charcode "translated" another time. So for example for the Overview tab I have 'Översikt' wich should turn into 'Översikt', but still writes 'Översikt' because in the code, if you view it in the browser, writes it as "&Ouml;versikt". (& = charcode for &).
So basicly. Some words gets double "translated".
This have driven my f*cking crazy today. So please, can someone come up with a solution! :) Preferrable one where you dont have to write everything in charcode, and not get debug errors and blank pages.
Thanks in advance. And I wish you all a good weekend!
XML Parsing Error: not well-formed
Location: http://ourwebaddress:81/activecollab/index.php?c=feed&a=recent_activities&id=1&token=00b7f2f7006328c079f4e0b9a4d6c281d783628a
Line Number 1, Column 2:
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
-^
Another bug which probably isn't related but I though so at first is that my iCal subscription to GoogleCalendar is broken. I had it working before so thats why I thought maybe it had to do with the language switch but when I switched back to english I got the same behaviour: If I try to add the calendar it first pops up with milestones and all but after maybe 5 secs I get the msg: "Error: we couldn't analyze the calendar on the given address" and the calendar is removed.
Any thoughts on this?