tags:

views:

59

answers:

1

Hi guys. I work with DbSimple in my site-engine. Everything worked fine but some time ago I began to get an error:

Deprecated: Assigning the return value of new by reference is deprecated in Z:\home\localhost\www\ololo\DbSimple\Generic.php on line 113

Deprecated: Assigning the return value of new by reference is deprecated in Z:\home\localhost\www\ololo\DbSimple\Generic.php on line 133

Deprecated: Assigning the return value of new by reference is deprecated in Z:\home\localhost\www\ololo\DbSimple\Mysql.php on line 73

Warning: call_user_func() expects parameter 1 to be a valid callback, function 'mysqlErrorHandler' not found or invalid function name in Z:\home\localhost\www\ololo\DbSimple\Generic.php on line 1278
SELECT * FROM `configuration`
NULL

What can it be?

+3  A: 

My guess is that you upgraded PHP from 5.2.x to 5.3. I've seen similar issues with Joomla.

EDIT:

Deprecated features in PHP 5.3.x

codaddict
Yeah, I think so. I can't get any result from database so what functions are deprecated?
Ockonal
Thanks, I'll rewrite DbSimple due to that features.
Ockonal