wallacepos
wallacepos copied to clipboard
Failed to start the feed server
I want to use this pos for my store. I followed your guide https://github.com/micwallace/wallacepos/wiki/XAMPP-Windows-server-support . But the problem is I can't start the feed server
I have tried another solution like change port number etc but still can't solve my problem
can you post your node screenshot, and developer tools console? also try to install node directly using installer.
I had same problem, but i'm running on centos server. Don't think if this fix would work for you.
In file WposSocketControl.php I exchanged lines 45 for 48. The thing is that somehow execution of nodejs was giving a result of 0, hence not going for the other option. But in my server nodejs was not the command for node.js. So that fix it.
Try to see if the Windows version checking code is working or just force to use the windows command.
Hope this helps you.