Installer won't complete (Ubuntu 14.04)

Asked by Mark Hanley

I have a new installation of Ubuntu desktop 14.04. I have installed the LAMP elements and extracted xibo 1.2.4. I get all green on the traffic lights.

However when I click on new database and complete the fields, then click on the 'Create' button, I'm instantly taken back to the beginning of the installation process.

The root account of MySQL is entered correctly.

Any help appreciated.

Question information

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

Can you open the install.php in a text editor and then go to line number 28.

Replace:
error_reporting(0);
ini_set('display_errors', 0);

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

And try again - do you get any further information?

Revision history for this message
Mark Hanley (mhanley-f) said :
#2

I have made the requested changes to install.php but it still returns to the first installation page without error or warning.

Thanks for your attention.
Mark

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.