MyBB.de Forum
Download-Section Problem - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: Download-Section Problem (/thread-6710.html)

Seiten: Seiten: 1 2 3


RE: Download-Section Problem - Peter38 - 24.08.2007

Nach dem Deaktivieren und erneuten Aktivieren im Plugin-Manager erscheint jetzt diese Fehlermeldung:

Zitat:MySQL error: 1050
Table 'mybb_downloadcategories' already exists
Query: CREATE TABLE `mybb_downloadcategories` ( cid smallint unsigned NOT NULL auto_increment, name varchar(120) NOT NULL default '', description text NOT NULL default '', visiblegroups text NOT NULL default '', submissiongroups text NOT NULL default '', disporder smallint unsigned NOT NULL default '0', downloads int(10) NOT NULL default '0', PRIMARY KEY (`cid`) ) TYPE=MyISAM;



RE: Download-Section Problem - Samu - 24.08.2007

lösche die tabelle über phpmyadmin "mybb_downloadcategories"

deaktiviere vorher das plugin
nach dem löschen aktivier es


RE: Download-Section Problem - Peter38 - 24.08.2007

Wenn ich mich in den Plugin-Manager im ACP eingeloggt habe, erscheint bei Download-Section der Button "Aktivieren".

Also gehe ich davon aus, dass das Plugin deaktiviert ist. Dann wechsele ich zu phpmyadmin und habe die Zeile "mybb_downloadcategories" gelöscht.

Anschließend im ACP --> Pluginmanager wieder auf "Aktivieren" geklickt und es erscheint wieder die Fehlermeldung:

Zitat:MySQL error: 1050
Table 'mybb_downloads' already exists
Query: CREATE TABLE `mybb_downloads` ( did smallint unsigned NOT NULL auto_increment, cid smallint unsigned NOT NULL default '0', uid smallint unsigned NOT NULL default '0', name varchar(120) NOT NULL default '', description text NOT NULL default '', filename varchar(120) NOT NULL default '', validated char(3) NOT NULL default '', downloads int(10) NOT NULL default '0', views int(10) NOT NULL default '0', PRIMARY KEY (`did`) ) TYPE=MyISAM;

Leider funktioniert das alles nicht so recht. Sad

Gruß
Peter


RE: Download-Section Problem - Samu - 24.08.2007

Das ist nu ne andere Tabelle Smile

lösche mybb_downloads und die obrige ^^


RE: Download-Section Problem - Peter38 - 24.08.2007

Hab ich gemacht. Jetzt kommt:

Zitat:MySQL error: 1064
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
Query: UPDATE `mybb_adminoptions` SET `canmanagedownloads`='yes' WHERE uid IN ()



RE: Download-Section Problem - Michael - 25.08.2007

In deiner inc/config.php ist die Variable $config['super_admins'] nicht vorhanden oder leer.

Siehe auch: https://www.mybb.de/63-0-f-2-incconfig-php.html


RE: Download-Section Problem - Peter38 - 25.08.2007

Hallo Michael,

danke für die Antwort.

Die Angabe
Zitat:* Super-Administratoren */
$config['super_admins'] = '1';
fehlt in der config.php

Sobald ich diese Ergänzung aber einfüge, die config.php auf den Server hochlade, wird mein Forum nicht mehr angezeigt. Sad

Gruß
Peter


RE: Download-Section Problem - Michael - 25.08.2007

Speichere die Datei nach der Änderung im ANSI-Format ab.


RE: Download-Section Problem - Peter38 - 26.08.2007

Irgendwie stehe ich auf dem Schlauch. Meinst du damit, die Datei mit der Endung *.ans (config.ans) abzuspeichern?

Ansonsten finde ich in meinem Editor (Adobe GoLive CS2) keine Einstellungsmöglichkeit für eine Ansi-Datei.

Gruß
Peter


RE: Download-Section Problem - krafdi - 26.08.2007

Ich kenne adobe GoLive CS2 nicht aber schau mal wenn du Speichern unter nimmst ob dort nicht ein Auswahlfeld für Encoding ist, bei diesem solltest du dann ANSI auswählen die Endung bleibt weiter hin .php