Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: kann Minicms nicht installieren  (Read 3588 times)

0 Members and 1 Guest are viewing this topic.

Papageienfan

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
kann Minicms nicht installieren
« on: October 23, 2022, 03:40:37 pm »

Kann dieses Plugin nicht installieren, kommt folgende Fehlermeldung: " Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) muss vom Typ Array sein, Null in /mnt/web012/e1/15/512083615/htdocs/STRATO-apps/coppermine_2/plugins/minicms/configuration .php:38 Stack-Trace: #0 /mnt/web012/e1/15/512083615/htdocs/STRATO-apps/coppermine_2/plugins/minicms/configuration.php(38): in_array() #1 /mnt/web012/e1 /15/512083615/htdocs/STRATO-apps/coppermine_2/pluginmgr.php(329): include('...') #2 /mnt/web012/e1/15/512083615/htdocs/STRATO-apps/coppermine_2/pluginmgr .php(725): display_plugin_list() #3 {main} geworfen in /mnt/web012/e1/15/512083615/htdocs/STRATO-apps/coppermine_2/plugins/minicms/configuration.php auf Zeile 38 "
Vielleich kann ja jemand helfen!

Hoffe auf Hilfe der Papageienfan
Logged

ron4mac

  • Administrator
  • Coppermine addict
  • *****
  • Country: us
  • Offline Offline
  • Posts: 2026
Re: kann Minicms nicht installieren
« Reply #1 on: October 23, 2022, 07:06:15 pm »

In your CPG config, find the Language Manager and enable languages.
[edit]
Actually, it would work best for you to remove lines 36-40 in the plugin configuration.php file.
« Last Edit: October 23, 2022, 07:29:47 pm by ron4mac »
Logged

Papageienfan

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: kann Minicms nicht installieren
« Reply #2 on: October 23, 2022, 07:43:26 pm »

Habe ich gemacht, kommt folgendes! "
Plugin konfigurieren: MiniCMS
Durchführen von Datenbankaktualisierungen
CREATE TABLE „cpg16x_cms“ ( „ID“ int(11) NOT NULL auto_increment, „catid“ int(11) NOT NULL default „0“, „title“ varchar(255) NOT NULL default „, „content“ text NOT NULL default '', PRIMARY KEY (`ID`, `catid`), FULLTEXT KEY `title` (`title`,`content`) ) AUTO_INCREMENT=1   Schon erledigt
1050: Tabelle „cpg16x_cms“ existiert bereits   MySQL sagte
CREATE TABLE cpg16x_cms_config ( name varchar(40) NOT NULL default '', value varchar(255) NOT NULL default '', PRIMARY KEY (name) )   Schon erledigt
1050: Tabelle „cpg16x_cms_config“ existiert bereits   MySQL sagte
ALTER TABLE `cpg16x_cms` ADD `pos` int(11) NOT NULL default '0'   OK
ALTER TABLE `cpg16x_cms` ADD `type` int(11) NOT NULL default '0'   Schon erledigt
1060: Doppelter Spaltenname „Typ“   MySQL sagte
ALTER TABLE `cpg16x_cms` CHANGE `catid` `conid` int(11) NOT NULL default '0'   Schon erledigt
1054: Unbekannte Spalte „catid“ in „cpg16x_cms“   MySQL sagte
ALTER TABLE `cpg16x_cms` CHANGE `pos` `cpos` int(11) NOT NULL default '0'   Schon erledigt
1060: Doppelter Spaltenname „cpos“   MySQL sagte
ALTER TABLE `cpg16x_cms` ADD `modified` TIMESTAMP NOT NULL   Schon erledigt
1060: Doppelter Spaltenname „geändert“   MySQL sagte
ALTER TABLE `cpg16x_cms` ADD `start` DATETIME   Schon erledigt
1060: Doppelter Spaltenname „Start“   MySQL sagte
ALTER TABLE `cpg16x_cms` ADD `end` DATETIME   Schon erledigt
1060: Doppelter Spaltenname „Ende“   MySQL sagte
IN `cpg16x_cms_config` WERTE EINFÜGEN ('dbver', '0.0')   Schon erledigt
1062: Doppelter Eintrag „dbver“ für Schlüssel „PRIMARY“   MySQL sagte
IN `cpg16x_cms_config` WERTE EINFÜGEN ('redirect_index_php', '')   Schon erledigt
1062: Doppelter Eintrag „redirect_index_php“ für Schlüssel „PRIMARY“   MySQL sagte
IN `cpg16x_cms_config` WERTE EINFÜGEN ('related_size', 'thumb')   Schon erledigt
1062: Doppelter Eintrag „related_size“ für Schlüssel „PRIMARY“   MySQL sagte
IN `cpg16x_cms_config` WERTE EINFÜGEN ('editor', 'fckeditor')   Schon erledigt
1062: Doppelter Eintrag „Editor“ für Schlüssel „PRIMARY“   MySQL sagte
IN `cpg16x_cms_config` WERTE EINFÜGEN ('rss_enabled', '0')   Schon erledigt
1062: Doppelter Eintrag „rss_enabled“ für Schlüssel „PRIMARY“   MySQL sagte
IN `cpg16x_cms_config` WERTE EINFÜGEN ('rss_description_length', '50')   Schon erledigt
1062: Doppelter Eintrag „rss_description_length“ für Schlüssel „PRIMARY“   MySQL sagte
IN `cpg16x_cms_config` WERTE EINFÜGEN ('rss_include_image', '0')   Schon erledigt
1062: Doppelter Eintrag „rss_include_image“ für Schlüssel „PRIMARY“   MySQL sagte
IN `cpg16x_cms_config` WERTE EINFÜGEN ('rss_image_size', 'thumb')   Schon erledigt
1062: Doppelter Eintrag „rss_image_size“ für Schlüssel „PRIMARY“   MySQL sagte
UPDATE `cpg16x_cms` SET `modified`=NOW() WHERE `modified`='0000-00-00 00:00:00'   OK
ALTER TABLE `cpg16x_cms` DROP `pos`   OK
UPDATE cpg16x_cms_config SET value='1.5.20' WO name='dbver'   OK
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 20 queries.