Выдало:
Deprecated: mysql_connect( The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/***/***/api/Database.php on line 47
Warning: Creating default object from empty value in /home/***/***/simpla/OrderAdmin.php on line 17
Warning: Column 'inaddress' cannot be null [INSERT INTO s_orders SET id='0', name='', email='', phone='', address='', inaddress=NULL, comment='', note='', discount='', coupon_discount=NULL, delivery_id='0', delivery_price='', payment_method_id='0', paid='0', user_id='0', separate_delivery='0', url='b9ba8b33cbac7a045faa0cddbb8f3afa', date=now()] in /home/***/***/api/Database.php on line 105
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 85 bytes) in /home/***/***/api/Database.php on line 157
Как это исправить не подскажите? Версия PHP 5.6 (на всякий случай говорю)
Deprecated: mysql_connect( The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/***/***/api/Database.php on line 47
Warning: Creating default object from empty value in /home/***/***/simpla/OrderAdmin.php on line 17
Warning: Column 'inaddress' cannot be null [INSERT INTO s_orders SET id='0', name='', email='', phone='', address='', inaddress=NULL, comment='', note='', discount='', coupon_discount=NULL, delivery_id='0', delivery_price='', payment_method_id='0', paid='0', user_id='0', separate_delivery='0', url='b9ba8b33cbac7a045faa0cddbb8f3afa', date=now()] in /home/***/***/api/Database.php on line 105
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 85 bytes) in /home/***/***/api/Database.php on line 157
Как это исправить не подскажите? Версия PHP 5.6 (на всякий случай говорю)