noother / Nimda2

Advanced event-driven IRC Bot written in PHP with a nice plugin system
http://www.happy-security.de
GNU General Public License v2.0
6 stars 3 forks source link

Fatal error: Call to undefined function pcntl_signal() in C:\Users\Server\Documents\Nimda3\core\Nimda.php on line 30 #6

Open JABirchall opened 9 years ago

JABirchall commented 9 years ago

Running from fresh install configured database and everything. But can not get the bot run becuase of the error.

noother commented 9 years ago

You're running on Windows - that's rather unsupported and completely untested by me, but i think most stuff should work. A quick fix would be to comment the pcntl_signal-lines in core/Nimda.php line 30 & 31 while I haven't made a proper fix.

(This is an issue in Nimda3 - not Nimda2)