Best practice forum (Archived)

Deze forumdiscussie is verwijderd

 
Dit forumbericht is verwijderd
Sunday, 19 August 2012, 23:43 PM
De inhoud van dit forumbericht is verwijderd en is niet langer toegankelijk.
Simon Coggins
Re: Totara 2.2 Upgrade
door Simon Coggins - Monday, 20 August 2012, 14:07 PM
Groep Totara

Hi Jo,

It sounds like maybe you copied the new code over the top of the old 1.1 code, rather than removing the old code completely. The enrol_devplan it mentions was renamed to totara_learningplan so doesn't exist in the 2.2 codebase.

Typically when upgrading I would create a new folder alongside the existing wwwroot:

wwwroot/[contains code]

newwwwroot/[new code]

Then copy the config.php from the old to the new directory then do:

move wwwroot -> oldwwwroot

move newwwroot -> wwwroot

That way you have still got a copy of the old code that you can switch back to if necessary.

Simon

Dit forumbericht is verwijderd
Monday, 20 August 2012, 20:27 PM
De inhoud van dit forumbericht is verwijderd en is niet langer toegankelijk.
Simon Coggins
Re: Totara 2.2 Upgrade
door Simon Coggins - Monday, 20 August 2012, 20:56 PM
Groep Totara

No you're right the documentation in UPGRADE.txt isn't very clear. We'll update it in the next release.

Thanks,

Simon

Dit forumbericht is verwijderd
Monday, 20 August 2012, 21:23 PM
De inhoud van dit forumbericht is verwijderd en is niet langer toegankelijk.
Dit forumbericht is verwijderd
Tuesday, 21 August 2012, 11:57 AM
De inhoud van dit forumbericht is verwijderd en is niet langer toegankelijk.
Simon Coggins
Re: Totara 2.2 Upgrade
door Simon Coggins - Tuesday, 21 August 2012, 16:07 PM
Groep Totara

Hi,

Was that a fresh install, or an upgrade from Totara 1.1?

If it was an upgrade, can you turn on developer debugging and try again - you should get some more messages.

If it was a fresh install, try adding this line to your config.php file:

$CFG->debug = 38911;

and try again and post any additional messages you get.

Finally can you let me know what operating system and database you are using?

Simon

Dit forumbericht is verwijderd
Tuesday, 28 August 2012, 03:01 AM
De inhoud van dit forumbericht is verwijderd en is niet langer toegankelijk.
Dit forumbericht is verwijderd
Tuesday, 28 August 2012, 07:59 AM
De inhoud van dit forumbericht is verwijderd en is niet langer toegankelijk.
Simon Coggins
Re: Totara 2.2 Upgrade
door Simon Coggins - Tuesday, 28 August 2012, 13:28 PM
Groep Totara

No you have to upgrade to at least 1.1.17 or higher before you can move to 2.2.

Simon

Simon Coggins
Re: Totara 2.2 Upgrade
door Simon Coggins - Tuesday, 28 August 2012, 13:27 PM
Groep Totara

Hi Dani,

Thanks the error message helped - I think I know what's causing that - we'll get it fixed in today's release (2.2.2).

Simon