I have a 4-language site with Revo2.5.2 and Babel 3.0.0
After upgrading to Revo2.6.1 the language contexts show a looong timeout for each page while the default web context is working fine.
After the timeout the pages appear correctly.
There are no error messages in the manager.
Clearing cache on Browser, Manage and core/cache and reinstalling Babel didn't help.
What can I do next to fix this issue?
Thanks
Christoph
-
☆ A M B ☆
- 1,031 Posts
Which routing plugin did you use for the language/context switch?
I'm not sure what you mean with "plugin".
I'm using Babel to handle the languages.
-
☆ A M B ☆
- 1,031 Posts
Something has to switch to the right context. This could be done in a plugin or sometimes in the index.php
I have Problems with Babel in Manager Backend since Upgrading to 2.6.5
Seems to have to do with the 'OnDocFormPrerender' Event.
The Error I get says: Fatal error: Call to a member function get() on array in /home/museum2/www/test.museums.ch/core/cache/includes/elements/modplugin/16.include.cache.php on line 54
Checking this line leads me to this line 54 in Babel Plugin:
$contextKeys = $babel->getGroupContextKeys($resource->get('context_key'));
If I uncheck the System Event OnDocFormPrerender, Backend Manager works, but the Babel Plugin to switch sites is missing.
[ed. note: hzuellig last edited this post 6 years, 7 months ago.]