xdebug not finding classes [message #1754161] |
Tue, 14 February 2017 16:21  |
Eclipse User |
|
|
|
I had everything working perfectly in Ubuntu 14.04 and Eclipse Mars.1 Release (4.5.1), but I'm trying to rebuild under ubuntu 16.04 and Neon.2 Release (4.6.2) on PHP 5.6.
I'm able to compile xdebug and insert the info into php.ini for the xdebug:
zend_extension = /usr/lib/php/20131226/xdebug.so
xdebug.remote_log="/tmp/xdebug.log"
xdebug.profiler_enable = 1
xdebug.remote_enable=on
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.idekey=phpstorm-xdebu
Neon sees it, but when I try to run my project in debug mode I get:
PHP Fatal error: Class 'SimpleXMLElement' not found in /home/user/git/project/file.php on line 14
I get other common classes not found as well. But everything works fine when I run it in the browser.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.17016 seconds