Totara Learn Open Discussions

totara learn 11.2 - installation crashes

 
??
totara learn 11.2 - installation crashes
?? 发表于 2018年10月10日 Wednesday 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
Eves (Totara Support)Craig 发表于 2018年10月11日 Thursday 18:18
小组 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



TilderDanny
Re: totara learn 11.2 - installation crashes
TilderDanny 发表于 2019年01月31日 Thursday 04:31
小组 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
ShawDavid 发表于 2019年02月1日 Friday 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

TilderDanny
Re: totara learn 11.2 - installation crashes
TilderDanny 发表于 2019年02月1日 Friday 04:24
小组 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

该论坛帖子已被删除
2020年06月12日 Friday 03:19
该论坛帖子的内容已被删除,无法再访问。
Craig Eves
Re: totara learn 11.2 - installation crashes
Eves (Totara Support)Craig 发表于 2020年06月14日 Sunday 14:29
小组 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