Bug

Site echoing "%% strip slashes" / #5870

Summary

open
Aug 21, 2007
Aug 22, 2007 / guest
Oct 29, 2007 / guest
suggested
 

Attached files

No files uploaded
A lost "echo "%% strip slashes";" on line 97 of common.inc.php in std directory is executed before anything, so it breaks the login procedure by having problems with headers and such.

Issue report

Major
Always
PHP 5.2.0, MySQL 5.0.27, Zend 2.2.0
0801
2007-05-04
Upgrade to 0801, complete upgrade and access site.
Site should load up normally
Comment or remove line 97 of common.inc.php, because it echos the text.
 

3 Comments

guest

Sep 19, 2007
You cna also disable magic quotes
You can disable magic quotes in php.conf to fix this as well.

guest

Sep 25, 2007
magic_quotes
Unfortunately, some web-hosts don't allow changing this configuration, so a code fix would be more recommended.

guest

Oct 29, 2007
Solve the probem.
Go into file:std/common.inc.php and remove from line 97 :echo "%% strip slashes";
that is all.
 

Comment / Update