Dragonfly CMS - German Community  
Toggle Content
Toggle Content Navigation

Toggle Content Wer ist wo
 Bots:
1: FindLinks > Quiz
2: Majestic-12 > Benutzerbereich
3: Google > Bildergalerie
 Visitors:
1: Startseite
2: Nachrichten
3: Forum 9.x

Toggle Content Languages

Toggle Content Design
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.

Toggle Content Downloads (Top)

Forum 9.x > > Dragonfly CMS 9.x > > Installation & Upgrades 9.x > > Fehler: CREATE INDEX topic_last_post_id
Fehler: CREATE INDEX topic_last_post_id
Fragen rund um die Installation und Upgrades

View previous topic :: View next topic  
Author Message
muetze
Agent
Agent


Joined: Sep 20, 2004
Posts: 95

PostPosted: 23.04.2005 20:47    Post subject: Fehler: CREATE INDEX topic_last_post_id Reply with quote

Hallo ,

brauche dringend Hilfe beim Update von 8.2 auf 9.01. Der Installer läuft nach dem Umbenennen der htaccess an und kommt bis zum Erstellen (updaten) der Datenbank. Dann kommen folgende Fehlermeldungen:

Code::
CREATE INDEX topic_last_post_id ON nuke_bbtopics (topic_last_post_id)
Access denied for user: 'web6@localhost' to database 'usr_web6_2'

Was heisst das? Was ist zu tun?

Wäre klasse, wenn sich einer kurzfristig meinem Problem anehmen könnte.

Danke
Mirko


muetze's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/SUSE / Apache 2.0.53 / Mysql 4.1.10a / PHP 4.3.10 / Dragonfly 9.1.2.1
Back to top
View user's profile Visit poster's website
Ertan
Webmaster
Webmaster


Joined: Mar 19, 2004
Posts: 1247
Location: Germany

PostPosted: 26.04.2005 17:01    Post subject: Re: Fehler: CREATE INDEX topic_last_post_id Reply with quote

Quote::
Access denied for user: 'web6@localhost' to database 'usr_web6_2'
?????

komisch da ist ein rechte problem

config daten alle richtig ?
deine php und mysql version beachtet ?

_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
muetze
Agent
Agent


Joined: Sep 20, 2004
Posts: 95

PostPosted: 26.04.2005 17:46    Post subject: Re: Fehler: CREATE INDEX topic_last_post_id Reply with quote

Genau Ertan. Klassisch ist das ein Rechteproblem. Jedoch habe ich alle Rechte. Ich kann unter PHPmyAdminTables löschen, modifizieren, neue Datenbanken anlegen usw. - ohne Probleme.

Scheinbar bin ich aber nicht der Erste mit diesem Problem. Siehe:Create Index Prob

Leider konnte auf der cpgnuke.com Seite wohl auch niemand dieses Problem lösen.

Witzig ist auch noch, das die Tabelle bei meiner frischen Installation genauso aussieht und dort funktioniert. Evt. sollte ich mal die Daten aus der nuke_pages in die andere importieren und sehen was passiert.

das ist jedoch nicht Sinn und Zweck der ganzen Sache. Unnötig zu sagen, das ich keine Lust habe alle Tabelle von hand zu kopieren. Dafür ist ja eigentlich der Installer gemacht.

Im Übrigen hat sich die Sache von folgenden Thread erledigt. Ich habe nur die language Felder in rlanguage bzw. clanguage umbenannt und dann lief der Installer bis zu diesem nuke_pages CREATE INDEX Problem durch.

Was kann ich noch tun?


Danke
Mirko


muetze's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/SUSE / Apache 2.0.53 / Mysql 4.1.10a / PHP 4.3.10 / Dragonfly 9.1.2.1
Back to top
View user's profile Visit poster's website
muetze
Agent
Agent


Joined: Sep 20, 2004
Posts: 95

PostPosted: 02.05.2005 22:00    Post subject: Re: Fehler: CREATE INDEX topic_last_post_id Reply with quote

keine weiteren Ideen?


muetze's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/SUSE / Apache 2.0.53 / Mysql 4.1.10a / PHP 4.3.10 / Dragonfly 9.1.2.1
Back to top
View user's profile Visit poster's website
AlBorland
Moderator
Moderator


Joined: Apr 01, 2005
Posts: 137

PostPosted: 03.05.2005 11:49    Post subject: Re: Fehler: CREATE INDEX topic_last_post_id Reply with quote

Hallo!

Quote::
'web6@localhost'
Nimm mal das 'localhost' raus und ersetze es durch Deine Adresse.
Dann müsste es klappen.

Viel erfolg!

_________________
Gruß
Al

das Portal für FireFox und Thunderbird-Mail
Support - Erweiterungen - Themes


[ smaller logo please ]

[Moderatoren]: AlBorland trage unter Profil >> Sonstiges deine Serverdaten ein! Crying or Very sad
Back to top
View user's profile Visit poster's website
muetze
Agent
Agent


Joined: Sep 20, 2004
Posts: 95

PostPosted: 03.05.2005 22:43    Post subject: Re: Fehler: CREATE INDEX topic_last_post_id Reply with quote

Hi AlBorland,

das web6@localhost habe ich nicht in der config.php eingegeben. Die Meldung wird nur so "zusammengesetzt" generiert.

Hier meine config.php mit den relevanten, von mir eingetragenen Daten (natürlich sinngemäß geändert Wink )

Code::
define('DB_TYPE', 'mysql');
$dbhost = 'localhost';
$dbname = 'usr_web6_2';
$dbuname = 'web6';
$dbpass = '********';
$prefix = 'nuke';
$user_prefix = 'nuke';
$adminindex = 'admin.php';
$mainindex = 'index.php';

Hier kann ich definitv nichts löschen!

Oder meintest Du an anderer Stelle?

Danke
Mirko


muetze's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/SUSE / Apache 2.0.53 / Mysql 4.1.10a / PHP 4.3.10 / Dragonfly 9.1.2.1
Back to top
View user's profile Visit poster's website
AlBorland
Moderator
Moderator


Joined: Apr 01, 2005
Posts: 137

PostPosted: 04.05.2005 05:08    Post subject: Re: Fehler: CREATE INDEX topic_last_post_id Reply with quote

Hallo!

PHP:
$dbhost = 'www.DEINESEITE.de';

Damit müsste es klappen Wink

Viel Erfolg!

_________________
Gruß
Al

das Portal für FireFox und Thunderbird-Mail
Support - Erweiterungen - Themes


[ smaller logo please ]

[Moderatoren]: AlBorland trage unter Profil >> Sonstiges deine Serverdaten ein! Crying or Very sad
Back to top
View user's profile Visit poster's website
muetze
Agent
Agent


Joined: Sep 20, 2004
Posts: 95

PostPosted: 04.05.2005 15:48    Post subject: Re: Fehler: CREATE INDEX topic_last_post_id Reply with quote

Danke. das werde ich die nächsten Tage mal probieren. Derzeit zieht die Domain gerade um.

Mirko


muetze's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/SUSE / Apache 2.0.53 / Mysql 4.1.10a / PHP 4.3.10 / Dragonfly 9.1.2.1
Back to top
View user's profile Visit poster's website
mskphi
Agent
Agent


Joined: Jul 15, 2004
Posts: 99

PostPosted: 04.05.2006 09:26    Post subject: Re: Fehler: CREATE INDEX topic_last_post_id Reply with quote

und? hats bei Dir geklappt?

Nehme das Thema mal einfach auf, da ich keinen neuen Thread dazu aufmachen will. Bei mir ging das mit dem create index bei einigen Tabellen auch nicht, weder durchs install-script, noch per mysqladmin... Liegts vielleicht daran, dass manche Tabellen gesperrt sind? Wie ich das sehe, klappt es bei einigen Tabellen und irgendwann hakts...

Hab schon ein bißchen was gepostet (vergl. www.cpgnuke.de/Forums/...t=772.html ), aber es geht halt noch nicht. Also was tun?

* DB manuell einrichten, bzw. die fehlenden Transaktionen händisch nachkorrigieren?
* Neuinstallation und Daten manuell überführen? (bloß wie?)


mskphi's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Apache1.3.33/PHP 4.4.7/MySQL 4.0.27/CPG 9.1.2.1
Back to top
View user's profile Visit poster's website
Ertan
Webmaster
Webmaster


Joined: Mar 19, 2004
Posts: 1247
Location: Germany

PostPosted: 04.05.2006 10:39    Post subject: Re: Fehler: CREATE INDEX topic_last_post_id Reply with quote

localhost ....


hast du kein webspace zum testen

bei localhosrt kann es einstellungsfehler in deinem eigenem (betriebs)system geben

_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
mskphi
Agent
Agent


Joined: Jul 15, 2004
Posts: 99

PostPosted: 04.05.2006 11:15    Post subject: Re: Fehler: CREATE INDEX topic_last_post_id Reply with quote

nein ertan,

habs auf dem webspace getestet. nur localhost geht überhaupt und da gibts den create index fehler

_________________
mskphi @ jabber.ccc.de

mskphi's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Apache1.3.33/PHP 4.4.7/MySQL 4.0.27/CPG 9.1.2.1
Back to top
View user's profile Visit poster's website
valentin
Agent
Agent


Joined: Jun 04, 2004
Posts: 97

PostPosted: 08.12.2006 14:28    Post subject: Re: Fehler: CREATE INDEX topic_last_post_id Reply with quote

ich habe das gleiche problemm Sad @mskphi hast du es zum laufen gebracht wenn ja wie?


[Moderatoren]: valentin trage unter Profil >> Sonstiges deine Serverdaten ein! Crying or Very sad
Back to top
View user's profile Visit poster's website
mskphi
Agent
Agent


Joined: Jul 15, 2004
Posts: 99

PostPosted: 11.12.2006 23:02    Post subject: Re: Fehler: CREATE INDEX topic_last_post_id Reply with quote

tsja, schwierig.

also erstmal würd ich hier und in cpgnuke.com alle foren abgrasen. vielleicht findest du da ne einfache lösung!?

ich habs irgendwann aufgegeben und händisch die datenbank überführt... Mad

_________________
mskphi @ jabber.ccc.de

mskphi's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Apache1.3.33/PHP 4.4.7/MySQL 4.0.27/CPG 9.1.2.1
Back to top
View user's profile Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   Printer Friendly Page    Forum Index > > Installation & Upgrades 9.x
Page 1 of 1
All times are GMT + 1 Hour



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum



Interactive software released under GNU GPL, Code Credits, Privacy Policy