Adaptable update failed

Adaptable update failed

by Doug Henner -
Number of replies: 3

Hi,

lately I had to update an old Moodle 3.1 to 3.2. So I also put the the files for the 

corresponding adaptable theme in the theme folder.


When I upgrade I get a blank page with the following error code:

Fehler: Call to undefined method core\session\manager::get_login_token()


Can you help me? 

Thanks a lot.


Cheers,

Doug


Average of ratings: -
In reply to Doug Henner

Re: Adaptable update failed

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
Ok, this has been fixed ages ago. However you've not stated the version of the theme that you are using, so I can't tell you what you need to exactly do so solve the problem. Please, please, please, please read the forum rules!
In reply to Gareth J Barnard

Re: Adaptable update failed

by Doug Henner -
ok ... best Thanks !

Moodle version: Moodle 3.2 ($release = '3.2.9 (Build: 20180517)';)

We use the adaptable theme, downloaded from moodle.org.
Because I only have a blank page, I post the "/theme/adaptable/theme/adaptable"

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2018111800;
$plugin->requires = 2015111600;
$plugin->component = 'theme_adaptable';
$plugin->release = '1.3.4';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'theme_bootstrapbase' => 2014111000,
);

Screenshot is attached.

My plan is to update at least to Moodle 3.5 with the corresponding theme changes.
...So I hope I can ask again

Thanks a lot !

Doug Henner


 






Attachment getlogintoken.png