I am using the Openshift by Redhat service to host my web site. Free plan. The site uses HTML, PHP, SQL, Javascript, AJAX, and JSON.
When I run the code using my local server, it works as expected. When I run it through Openshift the PHP/SQL portions don't work. Which is why I think it's a server problem, not a code problem, so I won't post any of the code for now.
Here's a couple shots to clarify:
- Openshift cartridges Notice the PHP cartridge status is "idle" while SQL is "started" ???
- phpMyAdmin not allowed Thought I had to add phpMyAdmin but I can't. Why?