I was told on the documentation that I should install the xdebug module by typing
pecl install xdebug-2.0.0RC3
into the command line of Linux. When I do it I get this error :
/home/www/htdocs/affiliate/swift/lib$ pecl install xdebug-2.0.0RC3
Warning: main(Console/Getopt.php): failed to open stream: No such file or directory in System.php on line 27
Fatal error: main(): Failed opening required 'Console/Getopt.php' (include_path='/usr/local/lib/php') in /usr/local/lib/php/System.php on line 27
And when I run the smoke tests, the error msg says
Error: Message did not send!
ON all 5 smoke test types, without any further explanation on what exactly is the problem.
Any suggestions?
pecl install xdebug-2.0.0RC3
Moderators: Chris Corbyn, General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
I can't really help with your pecl/xdebug installation troubles I'm afraid, but the "message did not send" error suggests your SMTP server rejected the email being sent. The new smoke tests in the subversion repository have more detailed information about the problem if you have access to svn
If not, I'm just boxing off a few things before a new release anyway 