Nachdem ich den Ordner in root/plugin gepackt habe und in der Administration unter Plugin entsprechend in dem Kopfbereich aktiviert habe, bekomme ich da, wo CREDITS stehen sollte folgenden Fehler:
Fatal error: Cannot use string offset as an array in /home/carino/htdocs/typolight/dokeos/plugin/credits_system/inc/cs_database.lib.php on line 14
Hat jemand nen Tip?
Lösung: To fix the problem in cs_database, the easiest patch is to change the call to cs_get_current_settings() to remove the parameter, both in inc/cs_database.lib.php line 11 and in my_credits.php line 106. This will fix the first problems. Then you have to copy inc/plugin_credits_system.inc.php to dokeos/main/lang/english to enable the language vars.