08-Jul-2012, 09:08 AM
Install Magic Quotes detection
--------------------------------------------
1. Magic Quotes install test, http:domain/comments/installer/ , passes as True:
Pass
Magic Quotes is disabled
2. phpinfo() shows next configuration:
magic_quotes_gpc On
magic_quotes_runtime Off
magic_quotes_sybase Off
Questions:
- can this configuration cause any problems
- is detection showing correct status?
I'm asking because of problems while adding new comment. I'm getting 'Could not open socket' response and I can not find a way to trace or locate problem.
But simple database writes are working well. I can normaly vote for a comment. Database parameters are correct and writing is possible in simple cases.
I've tried:
- changed mysql_connect to mysql_pconnect
- disabled parts of code, where Curl is used
- added PHP code to disable magic_quotes
- all javascript code removed - blank page with comments on left.
thank you!
lp, stariocek
--------------------------------------------
1. Magic Quotes install test, http:domain/comments/installer/ , passes as True:
Pass
Magic Quotes is disabled
2. phpinfo() shows next configuration:
magic_quotes_gpc On
magic_quotes_runtime Off
magic_quotes_sybase Off
Questions:
- can this configuration cause any problems
- is detection showing correct status?
I'm asking because of problems while adding new comment. I'm getting 'Could not open socket' response and I can not find a way to trace or locate problem.
But simple database writes are working well. I can normaly vote for a comment. Database parameters are correct and writing is possible in simple cases.
I've tried:
- changed mysql_connect to mysql_pconnect
- disabled parts of code, where Curl is used
- added PHP code to disable magic_quotes
- all javascript code removed - blank page with comments on left.
thank you!
lp, stariocek