Totara Learn Open Discussions

totara learn 11.2 - installation crashes

 
? ?
totara learn 11.2 - installation crashes
de ? ? - Wednesday, 10 de October de 2018, 03:27
 

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
de Craig Eves (Totara Support) - Thursday, 11 de October de 2018, 18:18
Grupo 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
de Danny Tilder - Thursday, 31 de January de 2019, 04:31
Grupo 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
de David Shaw - Friday, 1 de February de 2019, 01:41
 

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
de Danny Tilder - Friday, 1 de February de 2019, 04:24
Grupo 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

Esta publicación en el foro ha sido eliminada.
Friday, 12 de June de 2020, 03:19
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
Craig Eves
Re: totara learn 11.2 - installation crashes
de Craig Eves (Totara Support) - Sunday, 14 de June de 2020, 14:29
Grupo 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