Edit report at http://pear.php.net/bugs/bug.php?id=16859&edit=1
ID: 16859
Updated by: danielc@analysisandsolutions.com
Reported By: suddhashil2000 at gmail dot com
Summary: DB_mysql::quote() should be compatible with that of
DB_common::quote()
-Status: Open
+Status: Wont fix
Type: Bug
Package: DB
Operating System: Unix
Package Version: Unknown
PHP Version: 5.2.1
Roadmap Versions:
New Comment:
-Status: Open
+Status: Wont fix
Your ERRNO is 2048. 2048 is the value of the E_STRICT error reporting
constant. PEAR DB can not be run in E_STRICT mode. Turn of E_STRICT
checking and you'll be fine.
Previous Comments:
------------------------------------------------------------------------
[2009-12-01 12:12:15] suddhashil2000
Description:
------------
Hi,
The site was running fine. But when I changed the hosting it started to
give error like:
ERRNO: 2048
TEXT: Declaration of DB_mysql::quote() should be compatible with that
of DB_common::quote()
LOCATION: /var/www/html/locatebands.com/libs/PEAR/DB/mysql.php, line
48, at December 1, 2009, 5:36 am
Showing backtrace:
include_once("/var/www/html/locatebands.com/libs/PEAR/DB/mysql.php") #
line 376, file: /var/www/html/locatebands.com/libs/PEAR/DB.php
DB.connect("mysql://admin:2ncFT5C4@localhost/locateb_users") # line
17, file: /var/www/html/locatebands.com/include/database.php
DbManager.DbManager("mysql://admin:2ncFT5C4@localhost/locateb_users") #
line 19, file: /var/www/html/locatebands.com/include/app_top.php
require_once("/var/www/html/locatebands.com/include/app_top.php") #
line 4, file: /var/www/html/locatebands.com/index.php
I am not getting any clue. Please help.
Thanks in advance.
With best regards,
Suddhashil Ghosh
------------------------------------------------------------------------