blank page after installing 1.6.1

Asked by Martin Dempsey

I installed the xibo but when i click the last button on the setup it redirects me to the index.php page. it is completely blank. I don't see the login box or anything so i don't even get the chance to log in.

I am running wamp with php 5.3.1, mysql 5.5.24 and apache 2.2.22

i checked in phpmyadmin and all the tables seem to be there along with the data used in the structure.sql and data.sql.

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Harrington
Solved:
Last query:
Last reply:
Revision history for this message
Dan Garner (dangarner) said :
#1

Can you open lib/include.php and turn on error reporting? Line 23 and 24:

error_reporting(E_ALL);
ini_set('display_errors', 1);

Revision history for this message
Martin Dempsey (martin-dempsey-q) said :
#2

I have changed the code to
error_reporting(E_ALL);
ini_set('display_errors', 1);
ini_set('gd.jpeg_ignore_warning', 1);

but it still displays the blank page no error messages displayed. Is there an error log it produces?

Revision history for this message
Best Alex Harrington (alexharrington) said :
#3

Minimum requirement for Xibo is PHP 5.3.3 I think?

You need an upgraded PHP to continue.

Revision history for this message
Martin Dempsey (martin-dempsey-q) said :
#4

ok thanks ill give that a go

Revision history for this message
Martin Dempsey (martin-dempsey-q) said :
#5

upgraded php to 5.4.3 and everything works thanks

Revision history for this message
Martin Dempsey (martin-dempsey-q) said :
#6

Thanks Alex Harrington, that solved my question.