Seite 2 von 2

Re: Error loading language file

Verfasst: Di 3. Mär 2020, 11:55
von shadowcat
Here's the full dump. Please note that you will have to edit some settings (like "operating_system" in the settings table) to make this really work, but it may help to see which tables should be there and what's the content of that tables.

Testing this I found a little bug with PHP 7.4 and a language bug in the backend - the SEO Settings are always shown in German language. :shock:
https://github.com/BlackCatDevelopment/ ... issues/388

Re: Error loading language file

Verfasst: Di 3. Mär 2020, 17:17
von Otis
Ok, I will try these and see what happened. Thank you so much for helping me!

Re: Error loading language file

Verfasst: Di 3. Mär 2020, 17:24
von shadowcat
Last but not least I can offer to do the installation for you, if it is possible to get kind of "guest access" to the server. It would be very nice to know what's wrong with the installer.

Good luck!!!

Re: Error loading language file

Verfasst: Di 3. Mär 2020, 17:48
von Otis
So doing it the new index.php didn't work, just got some errors. Tried it with the full database you provided and Praised Be it works! My previously set admin info works and I'm able to login the worst I'm getting is some depreciate php errors but that's all fixable.


Deprecated: The each() function is deprecated. This message will be suppressed on further calls inhtdocs/cat/modules/lib_dwoo/dwoo/plugins/builtin/blocks/if.php on line 41

Ohh I cannot wait to play with this!

Re: Error loading language file

Verfasst: Di 3. Mär 2020, 18:16
von shadowcat
:daumen: :daumen: :daumen: :daumen: :daumen:

Can you tell me which PHP version you have? The error you have with if.php should have been part of the latest 1.3.x patch, but as we do not have a full installation package for the latest version (DOH!) you may missed that fix. Please find the plugins.zip attached with all the fixes for the lib_dwoo plugin. Extract to

CAT_PATH/modules/lib_dwoo/dwoo/plugins

Re: Error loading language file

Verfasst: Di 3. Mär 2020, 18:22
von shadowcat
Here's a ZIP with all changed files from v1.3.3 until TODAY, which means there's also a fix for the German language on the SEO settings backend page. I hope it does not introduce new bugs...

Re: Error loading language file

Verfasst: Di 3. Mär 2020, 19:57
von Otis
Huzzah! This was it. Everything works like a dream. Thank you so much.