scriptor |
|
---|---|
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 |
|
---|---|
Your PHP is the problem. In php.ini you should have
session.use_cookies = Onor that PHPSESSID is appended to all links automatically by PHP May the Source be with you!
|
scriptor |
|
---|---|
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 |
|
---|---|
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 onin the .htaccess SED.by - создание сайтов, разработка плагинов и тем для Котонти
|