Totara Learn Open Discussions

totara learn 11.2 - installation crashes

 
? ?
totara learn 11.2 - installation crashes
by ? ? - Wednesday, 10 October 2018, 3:27 AM
 

Hello all,

When I'm trying to install, after the 'Confirm Paths' screen, I get the browser's 'This page can't be reached' error and I get 'ERR_CONNECTION_RESET'.

All my paths are good.

I'm using WAMP on Windows 10

Any help greatly appreciated.

Thanks,

Ewan

Craig Eves
Re: totara learn 11.2 - installation crashes
by Craig Eves (Totara Support) - Thursday, 11 October 2018, 6:18 PM
Group Totara

Hi Ian

Is there any additional error information in the server logs?

If not then you can turn on debugging in the config.php file - by uncommenting out the code in the config-dist php file as below and try and install

7. SETTINGS FOR DEVELOPMENT SERVERS - not intended for production use!!!

//=========================================================================

//

// Force a debugging mode regardless the settings in the site administration

// @error_reporting(E_ALL | E_STRICT); // NOT FOR PRODUCTION SERVERS!

// @ini_set('display_errors', '1');    // NOT FOR PRODUCTION SERVERS!

// $CFG->debug = (E_ALL | E_STRICT);   // === DEBUG_DEVELOPER - NOT FOR PRODUCTION SERVERS!

// $CFG->debugdisplay = 1;             // NOT FOR PRODUCTION SERVERS!

regards



Danny Tilder
Re: totara learn 11.2 - installation crashes
by Danny Tilder - Thursday, 31 January 2019, 4:31 AM
Group Partners

Hi Ewan,


I'm facing the same issue when we try to install Totara 12.2 using WAMP on Window 10.
I've installed Totara 9.9 earlier without any issue.

Did you manage to get it working.
If so, would you share the trick with me?


Thanks in advance.
Danny

David
Re: totara learn 11.2 - installation crashes
by David Shaw - Friday, 1 February 2019, 1:41 AM
 

Are you running the right version of PHP?  I have to swap between 5.6 and 7.1 to run T9 and T12 in WAMP.

David

Danny Tilder
Re: totara learn 11.2 - installation crashes
by Danny Tilder - Friday, 1 February 2019, 4:24 AM
Group Partners

Hi David,


Thanks for your reply.

I had to swap too, I'm now running on PHP 7.1.22, 

Nice to know:
At the end of yesterday I've managed to get the installation work again!

I've copied in a config.php with the correct settings for my local environment and database.
I called the install.php again again and the installation continued.

It seems to me it failed in updating or creating the config.php.


Thanks again.


Regards,

Danny

This forum post has been removed
Friday, 12 June 2020, 3:19 AM
The content of this forum post has been removed and can no longer be accessed.
Craig Eves
Re: totara learn 11.2 - installation crashes
by Craig Eves (Totara Support) - Sunday, 14 June 2020, 2:29 PM
Group Totara

Hi Ken

The config.php file is created when the install.php is run and is in the same folder as the install.php file.

This file can be deleted if there was a problem installing so it can be recreated.

If you look at the file config-dist this has some documentation on addition settings you can include in the config.php by editing the config.php 

Regards