Ich will mir eine CMS Mod installieren. Hier der Link
Nur leider hab ich ein paar Probs. Fängt hier an.
Code: Alles auswählen
##############################################################
##
## NEW ACTION: RENAME
##
## Code: file1 -> file2
## Meaning: rename file1 to file2 [the files refered to are on the webserver]
##
##
## NEW ACTION: RUN
##
## Code: file
## Meaning: access the file on your webserver via your webbrowser, e.g. http://www.yourdomain.com/file
##
##
## NEW ACTION: CREATE DIR
##
## Code: dir
## Meaning: create the directory dir on your webserver
##
##############################################################
#
#-----[ RENAME ]-------------------------------------------------------
#
index.php -> forum.php
#
#-----[ COPY ]-------------------------------------------------------
#
create a copy of the forum.php on your webserver, name: Copy of forum.php
#
#-----[ RENAME ]-------------------------------------------------------
#
Copy of forum.php -> cms.php
Das ist für mich ein bissl unverständlich ausgedrückt, was soll ich da jetzt genau machen?
Und wenn ich die install_cms.php ausführe steht da:
Aber wenn ich den cms.php Datei aufrufe steht ein DB-Fehler da:Looks like you already installed the phpBB_CMS changes
Code: Alles auswählen
Could not obtain CMS configuration data
DEBUG MODE
SQL Error : 1146 Table 'tts@1-site.CMS_TABLE' doesn't exist
SELECT * FROM CMS_TABLE
Line : 43
File : cms.php
Danke und Gruß
TTS