Код: Выделить всё
xyz.phpКод: Выделить всё
sudo php /var/www/html/xyz.php
Код: Выделить всё
include('db.php')
Код: Выделить всё
Uncaught Error: Call to a member function query() on numm in /var/www/html/xyz.php
Код: Выделить всё
include(): Failed opening 'db.php' for inclusion (include_path = '.:/usr/share/pear:/usr/share/php') in /var/www/html/xyz.php
Запись include_path в моем php.ini выглядит так:
Код: Выделить всё
.:/usr/share/pear:/usr/share/php
Подробнее здесь: https://stackoverflow.com/questions/787 ... -directory