This page requires java-script to be enabled. Please adjust your browser-settings.
streber
PM
Login
|
Register
Home
Recent changes
Your Tasks
Efforts
Bookmarks
Overall changes
P
rojects
for
streber commun...
streber
People
Companies
S
earch:
streber
>
Tasks
|
Topics
|
Milestones
|
Versions
|
Files
|
Changes
Help
Bug
Site echoing "%% strip slashes"
/
#5870
Move
Bookmark
Summary
Status
open
Opened
Aug 21, 2007
Created
Aug 22, 2007
/
guest
Modified
Oct 29, 2007
/
guest
View previous 2 versions
Publish to
suggested
Attached files
No files uploaded
Move files
Mark as bookmark
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
Severity
Major
Reproducibility
Always
Platform
PHP 5.2.0, MySQL 5.0.27, Zend 2.2.0
Version
0801
Build
2007-05-04
Steps to reproduce
Upgrade to 0801, complete upgrade and access site.
Expected result
Site should load up normally
Suggested Solution
Comment or remove line 97 of common.inc.php, because it echos the text.
3 Comments
guest
:
You cna also disable magic quotes
5 years ago -
Delete
You can disable magic quotes in php.conf to fix this as well.
guest
:
magic_quotes
5 years ago -
Delete
Unfortunately, some web-hosts don't allow changing this configuration, so a code fix would be more recommended.
guest
:
Solve the probem.
5 years ago -
Delete
Go into file:std/common.inc.php and remove from line 97 :echo "%% strip slashes";
that is all.