Hello everyone
I have been working with Laravel with its
red bean bundle. I am been experimenting with the NetBeans 7.3 beta IDE and it's
support for the internal PHP 5.4 server. I have been able to set it up by following the steps in the screen cast at
http://netbeans.org/kb/docs/php/screencast-php54.html .
However I have gotten the
following error when I run a previously normally working script:
SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it.
This is occurring at red bean.php line 612. Does anyone have any
idea what the problem is here or how to resolve this. The project works normally with my regular localhost server.
Thanks in advance,
Bill