Random failures after installing in Tomcat/Quercus
-
Despite I searched to fix the problem, I had no luck so far.
My site is done in JSP and server is: Apache Tomcat/7.0.52
The system is Ubuntu 14.04.
To be able to serve PHP, I installed Quercus (4.0.39).I followed this simple tutorial for Quercus:
https://www.studytrails.com/blog/php-on-a-java-app-server-apache-tomcat-using-quercus/
And the next for www.remarpro.com:
https://www.studytrails.com/blog/installing-wordpress-on-j2ee-app-serveer-apache-tomcat-using-quercus/Everything seem to be ok, I could check the php server, WordPress installation was completed too, with my new user and the database stuff deployed in my mysql server…
But once logged in some pages like: https://circusofthings.com/blog/wp-admin/post-new.php are not showing, just blank.
When I get a debug message I get something like this:
/var/lib/tomcat7/webapps/blog/wp-includes/Requests/Transport/cURL.php:181: Warning: Callable: ” is not a valid callable argument [curl_setopt] /var/lib/tomcat7/webapps/blog/wp-includes/Requests/Transport/cURL.php:182: Warning: Callable: ” is not a valid callable argument [curl_setopt]While in browser console:
SyntaxError: missing : after property idIn general and randomly I get many errors about $after variable
Any help will be apreciated. Thanks
The page I need help with: [log in to see the link]
- The topic ‘Random failures after installing in Tomcat/Quercus’ is closed to new replies.