How to fix "SecurityException in Application.cpp:168: Do not have root privileges. Executable not set-uid root?"?
Fixing that was actually quite easy:
- chmod u+s /usr/lib/suphp/suphp
- /etc/init.d/apache2 restart
(or whatever http daemon you are using)
Enjoy!