pombreda / scalr

Automatically exported from code.google.com/p/scalr
0 stars 0 forks source link

Blank Page #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install php with soap
2. load sql
3. go to page

What is the expected output? What do you see instead?
 The index page. instead see a blank page.

What version of the product are you using? On what operating system?
 Linux RHES4
 latest from code.google.com

Please provide any additional information below.
enabled error_reporting(E_ALL) but still nothing printed to browser

Original issue reported on code.google.com by straight...@gmail.com on 13 Apr 2008 at 2:38

GoogleCodeExporter commented 9 years ago
Make sure display_errors is on too.
ini_set('display_errors', true);
error_reporting(E_ALL);

Original comment by norb...@mocsnik.hu on 16 Apr 2008 at 12:58

GoogleCodeExporter commented 9 years ago
Did you check out the latest source from SVN?
I advise to check look through this thread as well: 
http://groups.google.com/group/scalr-discuss/t/e258a8dabf7e1dda

Original comment by alex.kovalyov@gmail.com on 21 May 2008 at 3:08

GoogleCodeExporter commented 9 years ago

Original comment by alex.kovalyov@gmail.com on 4 Jun 2008 at 3:09