-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi 3 freezes while using php #23
Comments
Try setting "short_open_tag = On" in the PHP ini configuration file. You lose WLAN connection on the pi? |
I'll try tomorrow. Yes, it completely hangs wlan. No communication via ssh and ports 80 or 9999 However leds are still on. I've got similar situation using audio reactive led library, the program was running and the leds reacts to audio but wlan crashed after few minutes and the program was still on and working. Using other projects went without issues. Im curious if it can be setup itself. Im running ws2811grb strip using GPIO_18 (gpio_gen1) which has number 12 on datasheet (the upper one) on raspberry pi 3b |
Ok, setting "short_open_tag = On" fixed problem with displaying index.php but i still have issue with freezing, and server sometimes return |
Could be the same problem as #25 |
Im using apache+php on raspbian with Your index.php in /var/www/html/.
When I run index.php and change color via Web-gui system freezes, after while and I'm loosing WLAN connection.
Im running server with:
sudo ./ws2812svr -i "setup 1,200,1;init;" -tcp 9999
I'm getting issues with running Your php code as well:
http://192.168.0.109/index.php?cmd=fill&color=CC0066&brightness=%3C?echo%20$brightness?%3E
And the text field always show:
<?$brightness?>
after every color changeEverything is running well without using frontend and index.php
The text was updated successfully, but these errors were encountered: