This topic is locked

PHPRunner programs are blank on EC2

12/16/2015 2:58:32 PM
PHPRunner General questions
J
jmaines author

I've looked for this topic on the forum and have not found it ... I have used PHPRunner for several years. Recently, my company decided to migrate to an Amazon EC2 server. However, whenever I try to put a PHPRunner project on that server, I get a blank page when I call up the URL. No errors are generated, just a white page. Any idea what might cause this?
I have version 8.0. I tried creating an extremely simple project, rather than an advanced one, and got the same result.

HJB 12/16/2015

You first need to understand AMAZON issue by comments from ALEX KORN as per:
http://www.alexkorn.com/blog/2011/03/getting-php-mysql-running-amazon-ec2/
and once understood, we can walk2fly on the very next step then.

Sergey Kornilov admin 12/16/2015

A few things to consider.

  1. Create a test PHP page first and make sure it runs and outputs something to the screen.
  2. Create a test PHP page that connects to the database and outputs result of some query to the page.
  3. Once you get it up and running use the same connection parameters in PHPRunner app and it should work.
    In other words make sure PHP runs and database connection parameters are correct. This should be your first step.