speedfire87 7 Posted 2016-07-14 07:43:07 Share Posted 2016-07-14 07:43:07 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/billing/api/libs/api.dbconnect.php on line 31Warning: mysql_connect(): Access denied for user 'asterisk'@'localhost' (using password: YES) in /var/www/billing/api/libs/api.dbconnect.php on line 31 Link to post Share on other sites
oberon85 13 Posted 2016-07-14 08:31:37 Share Posted 2016-07-14 08:31:37 Ну очевидно же. В базу куда asterisk складывает лог звонков. Ну и соответственно нужно научить Asterisk это делать, вот например наглядная статья. Link to post Share on other sites
speedfire87 7 Posted 2016-07-14 09:01:46 Author Share Posted 2016-07-14 09:01:46 сделал все по инструкции но ответ тот же в cdr звонки пишутся, есть еще идеи ? Link to post Share on other sites
speedfire87 7 Posted 2016-07-14 09:29:54 Author Share Posted 2016-07-14 09:29:54 Вопрос решен, но появился новый момент - Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/billing/api/libs/api.dbconnect.php on line 31 Link to post Share on other sites
oberon85 13 Posted 2016-07-14 09:43:44 Share Posted 2016-07-14 09:43:44 On 7/14/2016 at 9:29 AM, speedfire87 said: Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/billing/api/libs/api.dbconnect.php on line 31 Какая версия php? Link to post Share on other sites
speedfire87 7 Posted 2016-07-14 10:02:23 Author Share Posted 2016-07-14 10:02:23 PHP 5.6.14-0+deb8u1 Link to post Share on other sites
oberon85 13 Posted 2016-07-14 10:09:15 Share Posted 2016-07-14 10:09:15 в php 5.6 нет mysql_connect() либо понизить версию пхп либо установть драйвер mysqli Link to post Share on other sites
BUM 242 Posted 2016-07-14 13:02:31 Share Posted 2016-07-14 13:02:31 On 7/14/2016 at 10:09 AM, oberon85 said: в php 5.6 нет mysql_connect() либо понизить версию пхп либо установть драйвер mysqli он есть, но говорят что в будущем его уберут. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now