Deutschland United States United Kingdom
ContentLion - Open Source CMS

KPIViewer

KPIViewer

Hier ist der Fehler zum KPIViewer:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
MySQL-Error: UPDATE {'dbprefix'}actionlists SET id = id + 1 WHERE category = 'plugin_pagelistwidget' && id >=
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Stacktrace:
/var/customers/webs/possi/ccp/system/classes/mysql.php:19
/var/customers/webs/possi/ccp/system/plugins/kpiviewer/activate.php:19
/var/customers/webs/possi/ccp/system/classes/plugininfo.php:36
/var/customers/webs/possi/ccp/system/classes/pluginpage.php:20
/var/customers/webs/possi/ccp/system/classes/page.php:112
/var/customers/webs/possi/ccp/system/classes/sys.php:4
/var/customers/webs/possi/ccp/system/skins/backenddefault/index.php:48
/var/customers/webs/possi/ccp/system/classes/skincontroller.php:141
/var/customers/webs/possi/ccp/index.php:27

MySQL-Error: INSERT INTO {'dbprefix'}actionlists SET category = 'plugin_pagelistwidget',id = ,icon = 'chart_bar', destination = 'javascript:showIFrameDialog(\'KPIs\',300,200,\'{VAR:HOST}index.php?include=admin/plugins/kpiviewer/details&site={VAR:ALIAS}&blank=true\',false);', label = 'KPIs'
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'icon = 'chart_bar', destination = 'javascript:showIFrameDialog(\'KPIs\',300,200,' at line 1
Stacktrace:
/var/customers/webs/possi/ccp/system/classes/mysql.php:19
/var/customers/webs/possi/ccp/system/plugins/kpiviewer/activate.php:32
/var/customers/webs/possi/ccp/system/classes/plugininfo.php:36
/var/customers/webs/possi/ccp/system/classes/pluginpage.php:20
/var/customers/webs/possi/ccp/system/classes/page.php:112
/var/customers/webs/possi/ccp/system/classes/sys.php:4
/var/customers/webs/possi/ccp/system/skins/backenddefault/index.php:48
/var/customers/webs/possi/ccp/system/classes/skincontroller.php:141
/var/customers/webs/possi/ccp/index.php:27

Übrigens geht bei mir derzeit auch die komplette Plugin-Galerie nicht.
der Pfad gib einen Fehler 404 zurück.

kannst du mal schauen, ob eine entsprechende Seite bei der aktivierung angelegt wurde? Sieht so aus als wäre das nicht der Fall.

admin/plugins/kpiviewer/details musst aber vermutlich in der DB schauen.

Bzw. es gibt da einen Trick.^^

Einfach die entsprechenden Ordner erstellen, dann sieht man die Seite, falls sie vorhanden ist. ;)

joa, die Ordnerstruktur müssen wir glaub ich am besten auch mal in die DB auslagern. Da sind wir flexibler und sparen uns IO-Anfragen.

Richtig!
Das hat mir nämlich schon so einige Fehler eingebracht... :D