Forumlar / Cotonti / Support / Valide Cotonti

scriptor
#1 2010-01-25 01:54
every time when i install a cotonti and try to make it valide at w3c it show me that:
Warning Line 24, Column 207: cannot generate system identifier for general entity "PHPSESSID"
…</a> | <a href="list.php?c=articles&PHPSESSID=kurg8ncj0a4ranaps0gfqrafm4">Art

Thats one of thirteen errors...
When i look in the skin and the admin theres no &PHPSESSID... wheres the prob?
[url=http://www.freak-forum.de]Freak-Forum.de[/url] - The Freakstyle Community<br />
[url=http://www.adelmann-solutions.com]adelmann-solutions, webdesign Freiburg[/url]
Trustmaster
#2 2010-01-25 03:49
Your PHP is the problem. In php.ini you should have
session.use_cookies = On
or that PHPSESSID is appended to all links automatically by PHP
May the Source be with you!
scriptor
#3 2010-01-25 17:03
the problem was by my provider... the safe_mode in the php.ini was on... now i changed it to off and it works :)
[url=http://www.freak-forum.de]Freak-Forum.de[/url] - The Freakstyle Community<br />
[url=http://www.adelmann-solutions.com]adelmann-solutions, webdesign Freiburg[/url]
Kort
#4 2010-01-26 04:48
For those who do not have access to php.ini: put these strings
php_flag session.use_trans_sid off
php_flag session.use_only_cookies on
in the .htaccess
SED.by - создание сайтов, разработка плагинов и тем для Котонти