Moin!
Heute bin ich mit einem Paket von 1&1 zu Yellohost umgezogen. Alle Daten wurden per FTP wieder hoch geladen und auch die Datenbank wurde von Yellohost eingespielt. Die Config.php habe ich auch geändert.
Außer dieser MEldung Table 'dps13130_1.{prefix}_sys_session' doesn't exist
passiert leider nix. Als Admin einloggen geht auch nicht... :'( Das Ganze schaut so aus:
http://www.graffiti-dortmund.de/version2/html/index.php
Damit bin ich leider überfordert... Kann evtl. jemand helfen?
Gruß, Marcus
Hallo,
Ich glaube xxx_sys_session ist bei dir vorhanden nur beschädigt versuch mal zu reparieren, wenn sie sich nicht reparieren lässt dann lösch sie und nimm die ich angehängt habe.
Anhängen geht hier nicht, dann nimm sie so ;)
http://flophostlist.de/nuke_sys_session.sql
Hi Onkel!
Danke, die Fehlermeldung ist nun weg! Aber irgendwas stimmt da vorne und hinten noch nicht. die index.php oder admin.php kann man zwar aufrufen, aber Log ins werden nicht akzeptiert. Außerdem fehlt so ziemlich alles...?
Hi!
Also das die Datein per FTP alle richtig raufgeladen wurden kann ich mir schon vorstellen.
Aber möglicherweisse hast du oder wer auch immer entweder keinen richtigen Backup von der DB gemacht oder die von Yellowhost haben beim aufspielen was falsch gemacht.
Ich weiss nicht was du verwendest aber vielleicht liegt es ja auch an den Encodern.
L.g
Mit den Encodern weiß ich nicht. Wenn man wenigstens Fehlermeldungen hätte, aber da taucht ja nicht eine Meldung auf?! Die Datenbank hat zumindest exat die Größe, die sie auch beim alten Provider hatte. Vergleichen kann ich sie aber auch nicht mehr weil 1&1 direkt alles dicht gemacht hat...
Gruß, Marcus
Hi!
Aktivier mal in der Config.php
Debug-Modus aktiv? Ja Nein
SQL-Fehler anzeigen? Ja Nein
alle SQL-Anfragen anzeigen? Ja Nein
Setzt die mal auf ja!
$mxConf['mxDebugService'] = "1";
$mxConf['mxSqlErrorDebug'] = "1";
$mxConf['mxSqlDebug'] = "1";
L.g
Hm..oh wei oh wei :D :'( Gesagt, getan, mit folgendem Ergebnis:
SQL query:
select main_module from nuke_main WHERE main_module <> ''
Error sql_query():
qry: select main_module from {prefix}_main WHERE main_module <> ''
descr: Table 'dps13130_1.{prefix}_main' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
Error sql_fetch_row():
descr: mysql_fetch_row(): supplied argument is not a valid MySQL result resource
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
SELECT Count(sid) FROM nuke_stories WHERE (nuke_stories.ihome=0 OR nuke_stories.catid=0) AND (nuke_stories.alanguage LIKE 'german%' OR nuke_stories.alanguage='') AND nuke_stories.time <= now()
Error sql_query():
qry: SELECT Count(sid) FROM {prefix}_stories WHERE ({prefix}_stories.ihome=0 OR {prefix}_stories.catid=0) AND ({prefix}_stories.alanguage LIKE 'german%' OR {prefix}_stories.alanguage='') AND {prefix}_stories.time <= now()
descr: Table 'dps13130_1.{prefix}_stories' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
Error sql_fetch_row():
descr: mysql_fetch_row(): supplied argument is not a valid MySQL result resource
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
SELECT nuke_stories.sid, nuke_stories.informant, nuke_stories.title, nuke_stories.hometext, nuke_stories.bodytext, nuke_stories.comments, nuke_stories.counter, nuke_stories.notes, nuke_stories.time, nuke_stories.alanguage, nuke_stories.acomm, nuke_stories.aid, nuke_stories.score, nuke_stories.ratings, nuke_stories.topic, nuke_topics.topicname, nuke_topics.topicimage, nuke_topics.topictext, nuke_stories_cat.catid, nuke_stories_cat.title AS cattitle, nuke_authors.url, nuke_authors.email FROM ((nuke_stories LEFT JOIN nuke_stories_cat ON nuke_stories.catid = nuke_stories_cat.catid) LEFT JOIN nuke_topics ON nuke_stories.topic = nuke_topics.topicid) LEFT JOIN nuke_authors ON nuke_stories.aid = nuke_authors.aid WHERE (nuke_stories.ihome=0 OR nuke_stories.catid=0) AND (nuke_stories.alanguage LIKE 'german%' OR nuke_stories.alanguage='') AND nuke_stories.time <= now() ORDER BY nuke_stories.time DESC LIMIT -4, 4
Error sql_query():
qry: SELECT {prefix}_stories.sid, {prefix}_stories.informant, {prefix}_stories.title, {prefix}_stories.hometext, {prefix}_stories.bodytext, {prefix}_stories.comments, {prefix}_stories.counter, {prefix}_stories.notes, {prefix}_stories.time, {prefix}_stories.alanguage, {prefix}_stories.acomm, {prefix}_stories.aid, {prefix}_stories.score, {prefix}_stories.ratings, {prefix}_stories.topic, {prefix}_topics.topicname, {prefix}_topics.topicimage, {prefix}_topics.topictext, {prefix}_stories_cat.catid, {prefix}_stories_cat.title AS cattitle, {prefix}_authors.url, {prefix}_authors.email FROM (({prefix}_stories LEFT JOIN {prefix}_stories_cat ON {prefix}_stories.catid = {prefix}_stories_cat.catid) LEFT JOIN {prefix}_topics ON {prefix}_stories.topic = {prefix}_topics.topicid) LEFT JOIN {prefix}_authors ON {prefix}_stories.aid = {prefix}_authors.aid WHERE ({prefix}_stories.ihome=0 OR {prefix}_stories.catid=0) AND ({prefix}_stories.alanguage LIKE 'german%' OR {prefix}_stories.alanguage='') AND {prefix}_stories.time <= now() ORDER BY {prefix}_stories.time DESC LIMIT -4, 4
descr: Table 'dps13130_1.{prefix}_stories' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
Error sql_fetch_array():
descr: mysql_fetch_array(): supplied argument is not a valid MySQL result resource
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
REPLACE INTO nuke_tracking (tracktime, ip, uid, server, referer, requrl, trackid) VALUES ('2005-08-24 20:30:43', '80.145.5.226', '', 'www.graffitidortmund.de', '', '/version2/html/index.php', '050824194037')
Error sql_query():
qry: REPLACE INTO {prefix}_tracking (tracktime, ip, uid, server, referer, requrl, trackid) VALUES ('2005-08-24 20:30:43', '80.145.5.226', '', 'www.graffitidortmund.de', '', '/version2/html/index.php', '050824194037')
descr: Table 'dps13130_1.{prefix}_tracking' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
update nuke_counter set count=count+1 where (type='total' and var='hits') or (var='MSIE' and type='browser') or (var='Windows' and type='os')
Error sql_query():
qry: update {prefix}_counter set count=count+1 where (type='total' and var='hits') or (var='MSIE' and type='browser') or (var='Windows' and type='os')
descr: Table 'dps13130_1.{prefix}_counter' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
select count(hour) from nuke_stats where (year='2005') and (month='8') and (date='24')
Error sql_query():
qry: select count(hour) from {prefix}_stats where (year='2005') and (month='8') and (date='24')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
Error sql_fetch_row():
descr: mysql_fetch_row(): supplied argument is not a valid MySQL result resource
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '0', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '0', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '1', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '1', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '2', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '2', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '3', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '3', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '4', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '4', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '5', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '5', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '6', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '6', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '7', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '7', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '8', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '8', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '9', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '9', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '10', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '10', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '11', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '11', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '12', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '12', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '13', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '13', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '14', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '14', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '15', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '15', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '16', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '16', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '17', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '17', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '18', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '18', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '19', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '19', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '20', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '20', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '21', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '21', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '22', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '22', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
insert into nuke_stats values('2005', '8', '24', '23', '0')
Error sql_query():
qry: insert into {prefix}_stats values('2005', '8', '24', '23', '0')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
update nuke_stats set hits=hits+1 where (year='2005') and (month='8') and (date='24') and (hour='20')
Error sql_query():
qry: update {prefix}_stats set hits=hits+1 where (year='2005') and (month='8') and (date='24') and (hour='20')
descr: Table 'dps13130_1.{prefix}_stats' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
LOCK TABLES nuke_visitors WRITE
SQL query:
REPLACE INTO nuke_visitors (time, ip, module, url, uid) VALUES (1124908243, '80.145.5.226', 'Home', '/version2/html/index.php', 0)
Error sql_query():
qry: REPLACE INTO {prefix}_visitors (time, ip, module, url, uid) VALUES (1124908243, '80.145.5.226', 'Home', '/version2/html/index.php', 0)
descr: Table 'dps13130_1.{prefix}_visitors' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
UNLOCK TABLES
ACHTUNG!
Ein Server-Umzug steht kurz bevor. Dadurch bedingt kann es in den nächsten Tagen zu Störungen und zeitweisem Totalausfall kommen. Wir bitten um Verständnis...
SQL query:
select mid, title, content, `date`, expire, view FROM nuke_message WHERE active=1 AND title <> '' AND content <> '' AND (mlanguage='german' OR mlanguage='') ORDER BY `date` DESC
Error sql_query():
qry: select mid, title, content, `date`, expire, view FROM {prefix}_message WHERE active=1 AND title <> '' AND content <> '' AND (mlanguage='german' OR mlanguage='') ORDER BY `date` DESC
descr: Table 'dps13130_1.{prefix}_message' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
SELECT * FROM nuke_blocks WHERE (active=1) AND ((blanguage='german' OR blanguage='')) AND ((view = 0) OR (view = 3)) ORDER BY position, weight ASC
Error sql_query():
qry: SELECT * FROM {prefix}_blocks WHERE (active=1) AND ((blanguage='german' OR blanguage='')) AND ((view = 0) OR (view = 3)) ORDER BY position, weight ASC
descr: Table 'dps13130_1.{prefix}_blocks' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
SQL query:
SELECT m.mid, m.title FROM nuke_modules AS m LEFT JOIN nuke_groups_modules AS g ON m.mid = g.module_id WHERE ((title = 'News') OR (view = 0 AND active=1) OR (view = 3 AND active=1)) ORDER BY m.title ASC
Error sql_query():
qry: SELECT m.mid, m.title FROM {prefix}_modules AS m LEFT JOIN {prefix}_groups_modules AS g ON m.mid = g.module_id WHERE ((title = 'News') OR (view = 0 AND active=1) OR (view = 3 AND active=1)) ORDER BY m.title ASC
descr: Table 'dps13130_1.{prefix}_modules' doesn't exist ( mysql 1146 )
details:
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
file: # line: 0, cmd: (),
Home
Sorry, keine Informationen in diesem Themenbereich.
[ News Inhalt | Thema auswählen ]
[ Zurück ]
Alle Logos und Warenzeichen auf dieser Seite sind Eigentum der jeweiligen Besitzer und Lizenzhalter.
Im übrigen gilt Haftungsausschluss. Weitere Details finden Sie im Impressum.
Die Artikel sind geistiges Eigentum des/der jeweiligen Autoren, alles andere © 2005 by Graffiti-Dortmund - Dortmunder Graffiti Community
Diese Webseite basiert auf vkpMx 2.1.b ©
Seitenerstellung in 0.0602 Sekunden, mit 35 Datenbank-Abfragen
Fehlen irgendwie die Tabellen alle, oder irre ich mich da?
Gruß, Marcus
Hi!
Wie sieht den deine config file aus, bist sicher das du den Prefix richtig hast?
L.g
Hi!
die sieht so aus:
<?php // write with: $Id: settings.php,v 1.2 2005/06/05 18:46:17 Andreas Ellsel Exp $
/*******************************************************************/
/* vkpMx Content Management System Platform */
/* ============================ */
/* Copyright (C) 2004 by the vkpMx & pragmaMx Developer Team */
/* email: team@pragmamx.org */
/* homepage: http://www.pragmaMx.de & http://www.pragmaMx.org */
/*******************************************************************/
// config.php ID //////////////////////
$mxConf['config_id'] = '233';
$mxConf['configtime_id'] = '1124702116';
######################################################################
# This module is to configure the main options for your site
######################################################################
# Database & System Config
#
# dbhost: Database Hostname (ask your Provider)
# dbname: Database Name (ask your Provider)
# dbuname: Database Username (ask your Provider)
# dbpass: Database User-Password (ask your Provider)
# $prefix: Your Database table's prefix
# $user_prefix: Your Users' Database table's prefix (To share it)
######################################################################
$mxConf['dbhost'] = "localhost";
$mxConf['dbname'] = "dps13130_1";
$mxConf['dbuname'] = "dps13130";
$mxConf['dbpass'] = "xxxxxxxxx";
$mxConf['prefix'] = "nuke";
$mxConf['user_prefix'] = "nuke";
######################################################################
Hallo !
Ich hab fast schon den Einfruck, das er mit dem Konstrukt ${prefix} nix anfangen kann und nicht erkennt
das damit die Variable $prefix gemeint ist ....
BTW:
Ich hab mal die Datenbank-Zugangsdaten aus deinem Post gelöscht. Muss ja nicht jeder wissen ;)
MfG
jubilee
ZitatIch hab mal die Datenbank-Zugangsdaten aus deinem Post gelöscht. Muss ja nicht jeder wissen
.
.
.
Zitat$mxConf['dbpass'] = "xxxxxxxxx";
Heh heh .... hat er doch noch selbst gemerkt
Zitat
Heh heh .... hat er doch noch selbst gemerkt
Nein das war ich :P
L.g
hehe..Danke euch beiden. Also das mit dem Prefix das kommt mir auch komisch vor...Blicke da echt net mehr durch. Nützen einem von euch evtl. Zugangsdaten was oder so?
ZitatIch hab fast schon den Einfruck, das er mit dem Konstrukt ${prefix} nix anfangen kann und nicht erkennt
das damit die Variable $prefix gemeint ist ....
Das der Debug Modus die Variable $prefix bei einem SQL_ERROR anzeigt ist normal. Ich kann mir nur vorstellen das die Datenbank nicht in Ordnung ist..
Hi!
Mach mal testhalber eine frische Testinstallation, viellecht werden wir draus kluger.
L.g
Wenn das Webspace bei Yellohost ist, was die Vermutung wegen "dps..." naheliegen lässt, gibts mit {prefix} keine Probleme. Da muss irgendwie was anderes rumhupen ...
Wie wurde die DB übertragen? Der Prefix "nuke" legt nahe dass es eine bestehende Installation war / ist ...
RtR
Moin :)
Also, das {prefix} in 'dps13130_1.{prefix}_sys_session' ist in der Anzeige schon richtig.
das ist eine Sicherheitsfunktion, die verhindert, dass der "wahre prefix" in Fehlermeldungen angezeigt wird.
Sicher, dass die anderen Zugangsdaten stimmen, bzw. dass der angegebene prefix zu den Tabellen passt?
Was anderes?
Warum setzt du da ein vkpMx neu auf und steigst nicht gleich um?
Sodale... ;)
lege mal im mx-Root eine php Datei mit folgendem Inhalt an und rufe sie auf:
<?php
include('config.php');
$dbi = mysql_connect($dbhost, $dbuname, $dbpass);
mysql_select_db($dbname, $dbi);
$result=mysql_query("SHOW TABLES;");
print '<h3>meine prefixe:</h3>';
print 'prefix: '.$prefix.'<br>';
print 'user_prefix: '.$user_prefix.'<br>';
print '<h3>meine Tabellen:</h3>';
while(list($tablename)=mysql_fetch_row($result)){
print $tablename.'<br>';
}
?>
sehen, was kommt....
Guten Morgen!
Also das Ganze liegt bei YelloHost. Ich wollte mit einem bestehendem Projekt von 1+1 umziehen. Das mit der Datei mache ich gleich mal, Andi... Mal sehen was bei rum kommt. Natürlich kann ich auch ein neues MX instalieren, aber wenn mein Datenbank Backup wirklich irgendwelche heftigen Bugs hat nützt das auch nix oder evtl doch? Am Provider wird es nicht liegen, die Leute da scheinen zu wissen was sie tun (im Gegensatz zu mir manchmal*seufz*).
Grzß, Marcus
Hallo Andi!
Das hier kam dabei raus:
meine prefixe:
prefix: nuke
user_prefix: nuke
meine Tabellen:
bb1_access
bb1_announcements
bb1_attachments
bb1_avatars
bb1_bbcodes
bb1_boards
bb1_events
bb1_folders
bb1_groups
bb1_icons
bb1_moderators
bb1_optiongroups
bb1_options
bb1_permissions
bb1_polloptions
bb1_polls
bb1_posts
bb1_privatemessage
bb1_profilefields
bb1_ranks
bb1_searchs
bb1_sessions
bb1_smilies
bb1_styles
bb1_subscribeboards
bb1_subscribethreads
bb1_subvariablepacks
bb1_subvariables
bb1_templatepacks
bb1_templates
bb1_threads
bb1_userfields
bb1_users
bb1_votes
bb1_wordlist
bb1_wordmatch
mx29770_add_adds
mx29770_add_broken
mx29770_add_categories
mx29770_authors
mx29770_avatar
mx29770_banner
mx29770_bannerclient
mx29770_blocks
mx29770_catagories
mx29770_chatmessage
mx29770_chatroom
mx29770_chatsmile
mx29770_chatsound
mx29770_chatuser
mx29770_comments
mx29770_counter
mx29770_cpg141_albums
mx29770_cpg141_banned
mx29770_cpg141_bridge
mx29770_cpg141_categories
mx29770_cpg141_comments
mx29770_cpg141_config
mx29770_cpg141_dict
mx29770_cpg141_ecards
mx29770_cpg141_exif
mx29770_cpg141_favpics
mx29770_cpg141_filetypes
mx29770_cpg141_hit_stats
mx29770_cpg141_pictures
mx29770_cpg141_plugins
mx29770_cpg141_sessions
mx29770_cpg141_temp_data
mx29770_cpg141_usergroups
mx29770_cpg141_users
mx29770_cpg141_vote_stats
mx29770_cpg141_votes
mx29770_downloads_categories
mx29770_downloads_downloads
mx29770_downloads_editorials
mx29770_downloads_modrequest
mx29770_downloads_newdownload
mx29770_downloads_votedata
mx29770_eBoard_banned
mx29770_eBoard_forums
mx29770_eBoard_links
mx29770_eBoard_members
mx29770_eBoard_posts
mx29770_eBoard_ranks
mx29770_eBoard_smilies
mx29770_eBoard_themes
mx29770_eBoard_threads
mx29770_eBoard_whosonline
mx29770_eBoard_words
mx29770_eboard_ranks
mx29770_encyclopedia
mx29770_encyclopedia_text
mx29770_ephem
mx29770_events
mx29770_faqanswer
mx29770_faqcategories
mx29770_faqnew
mx29770_gallery_categories
mx29770_gallery_comments
mx29770_gallery_media_class
mx29770_gallery_media_types
mx29770_gallery_pictures
mx29770_gallery_pictures_newpicture
mx29770_gallery_rate_check
mx29770_gallery_template_types
mx29770_groups_access
mx29770_groups_blocks
mx29770_groups_modules
mx29770_headlines
mx29770_hip_headlines
mx29770_links_categories
mx29770_links_editorials
mx29770_links_links
mx29770_links_modrequest
mx29770_links_newlink
mx29770_links_votedata
mx29770_love_oracle
mx29770_main
mx29770_message
mx29770_modules
mx29770_ne_paragraphs
mx29770_ne_stories
mx29770_newsletter
mx29770_newsletter_send
mx29770_newsletter_sendto
mx29770_nukebook
mx29770_nukebook_queue
mx29770_pages
mx29770_pages_categories
mx29770_pinwand
mx29770_poll_check
mx29770_poll_data
mx29770_poll_desc
mx29770_pollcomments
mx29770_priv_msgs
mx29770_queue
mx29770_quiecom_shoutblock
mx29770_quiecom_shoutblock_censor
mx29770_quiecom_shoutblock_conf
mx29770_quiecom_shoutblock_emoticons
mx29770_quiecom_shoutblock_ipblock
mx29770_quiecom_shoutblock_nameblock
mx29770_quotes
mx29770_ranks
mx29770_recommend
mx29770_referer
mx29770_related
mx29770_reviews
mx29770_reviews_comments
mx29770_seccont
mx29770_sections
mx29770_securelog
mx29770_siteupdate
mx29770_smf_attachments
mx29770_smf_banned
mx29770_smf_board_permissions
mx29770_smf_boards
mx29770_smf_calendar
mx29770_smf_calendar_holidays
mx29770_smf_categories
mx29770_smf_collapsed_categories
mx29770_smf_im_recipients
mx29770_smf_instant_messages
mx29770_smf_log_actions
mx29770_smf_log_activity
mx29770_smf_log_banned
mx29770_smf_log_boards
mx29770_smf_log_errors
mx29770_smf_log_floodcontrol
mx29770_smf_log_karma
mx29770_smf_log_mark_read
mx29770_smf_log_notify
mx29770_smf_log_online
mx29770_smf_log_polls
mx29770_smf_log_search
mx29770_smf_log_topics
mx29770_smf_membergroups
mx29770_smf_members
mx29770_smf_messages
mx29770_smf_moderators
mx29770_smf_permissions
mx29770_smf_poll_choices
mx29770_smf_polls
mx29770_smf_sessions
mx29770_smf_settings
mx29770_smf_smileys
mx29770_smf_themes
mx29770_smf_topics
mx29770_spchat_access
mx29770_spchat_colors
mx29770_spchat_config
mx29770_spchat_event
mx29770_spchat_groups
mx29770_spchat_grpmember
mx29770_spchat_kicklist
mx29770_spchat_log
mx29770_spchat_message
mx29770_spchat_profile
mx29770_spchat_room
mx29770_spchat_smile
mx29770_spchat_sound
mx29770_spchat_user
mx29770_stats
mx29770_stories
mx29770_stories_cat
mx29770_topics
mx29770_tracking
mx29770_userguest
mx29770_userpoints
mx29770_users
mx29770_visitors
nuke_arcade_asteroids
nuke_arcade_banned_ip
nuke_arcade_invaders
nuke_arcade_pacman
nuke_arcade_snake1
nuke_arcade_snake2
nuke_arcade_snake3
nuke_arcade_tetris
nuke_authors
nuke_eBoard_words
nuke_priv_msgs
nuke_privmsgs
nuke_quiecom_shoutblock
nuke_quiecom_shoutblock_censor
nuke_quiecom_shoutblock_conf
nuke_quiecom_shoutblock_emoticons
nuke_quiecom_shoutblock_ipblock
nuke_quiecom_shoutblock_nameblock
nuke_sys_session
recipes_categories
recipes_recipes
Hi!
Trag mal in dein ConfigFile das hier mx29770 als Prefix ein!
L.g
Hi!
Hm, nun kommt man der Sache zumindest ein kleines Stück näher. die Blöcke sieht man zumindest wieder....
http://www.graffiti-dortmund.de/version2/html/index.php
stimmte also doch etwas mit dem Prefix nicht.
Nur halt anders als gedacht ;)
Moin ;)
Um die eBoard-Tabellen wieder zu aktivieren musst du in der settings.php im eBoard-Ordner noch den prefix ändern.
Dann fehlt noch die sys_session:
CREATE TABLE `mx29770_sys_session` (
`sesskey` varchar(32) NOT NULL default '',
`expiry` int(11) unsigned NOT NULL default '0',
`data` text NOT NULL,
PRIMARY KEY (`sesskey`)
) TYPE=MyISAM;
Dann schalte mal die Anzeige der Datenbankabfragen aus, lasse aber die Fehleranzeige an und surfe mal kräftig über die "neue" Homepage ;)
Sehen, ob noch was fehlt...
Diesmal warst du schneller Andi :)
L.g
Zitat von: Andi am 25 August 2005, 10:16:10
Dann schalte mal die Anzeige der Datenbankabfragen aus, lasse aber die Fehleranzeige an und surfe mal kräftig über die "neue" Homepage ;)
Sehen, ob noch was fehlt...
huhu!
Also ich bin eh sehr pessimistisch, dass ich die Seite so wie sie war wieder ans Laufen bekomme. Ich lasse nun erstmal von YelloHost die Datenbank neu einspielen. Mal sehen wie es dann aussieht. Die ist entpackt ca. 95 MB groß, vielleicht tut sich dann ja was. Ich melde mich wieder!
Gruß, Marcus
Hallo!
So, nun hat mein neuer Provider YelloHost die komplette Datenbank gelöscht und selber von 1&1 rübergezogen. Das ergebnis sieht nun doch schon eine Ecke besser aus! Der Prefix mußte allerdings wieder auf nuke geändert werden, sonst klappt nix. Bleiben die ganzen Fehlermeldungen und die Tatsache das weder User- noch Admin-Logins funzen und das Theme nicht richtig läd?! :mad: An der Datenbank kann es nun nicht mehr liegen, die lief bei 1&1 gestern ohne Probs und ich unterstelle einfach mal Yellohost, dass sie ihr Handwerk verstehen und die db richtig eingespielt haben... Was tun??
http://www.graffiti-dortmund.de/version2/html/index.php
Gruß Marcus.
ZitatAn der Datenbank kann es nun nicht mehr liegen,
Es liegt an der Datenbank, ansonsten kämen nicht die Fehlermeldungen ;)
Rufe das script von mir nochmal auf, ob da immernoch so ein durcheinander mit den prefixen ist.
Es kann nur einen Prefix geben....
Hi!
Ja hast wohl recht, es fehlten auf jeden Fall schon mal ein paar Tabellen. Einloggen geht nun schon mal wieder. Die Themebilder werden aber nicht geladen. Nun, Hier das neuste ergebnis:
meine prefixe:
prefix: nuke
user_prefix: nuke
meine Tabellen:
_mx_installed_tables_2004_01_29_10_01_34
_mx_installed_tables_2004_09_01_08_18_25
_mx_installed_tables_2004_09_01_08_25_48
_mx_installed_tables_2004_09_01_08_48_22
chatbox
cpg_albums
cpg_banned
cpg_categories
cpg_comments
cpg_config
cpg_ecards
cpg_exif
cpg_filetypes
cpg_pictures
cpg_temp_data
cpg_usergroups
cpg_users
cpg_votes
epp_stats
mx_blocks
mx_sys_session
mx_users
nuke_4ndvddb
nuke_4ndvddb_add
nuke_4ndvddb_comments
nuke_4ndvddb_main
nuke_auth_access
nuke_authors
nuke_avatar
nuke_banlist
nuke_banner
nuke_bannerclient
nuke_blocks
nuke_catagories
nuke_categories
nuke_chatmessage
nuke_chatroom
nuke_chatsmile
nuke_chatsound
nuke_chatuser
nuke_comments
nuke_config
nuke_counter
nuke_disallow
nuke_downloads_categories
nuke_downloads_downloads
nuke_downloads_editorials
nuke_downloads_modrequest
nuke_downloads_newdownload
nuke_downloads_votedata
nuke_eBoard_banned
nuke_eBoard_forums
nuke_eBoard_links
nuke_eBoard_members
nuke_eBoard_posts
nuke_eBoard_ranks
nuke_eBoard_smilies
nuke_eBoard_themes
nuke_eBoard_threads
nuke_eBoard_whosonline
nuke_eBoard_words
nuke_eboard_banned
nuke_eboard_forums
nuke_eboard_links
nuke_eboard_members
nuke_eboard_posts
nuke_eboard_ranks
nuke_eboard_smilies
nuke_eboard_themes
nuke_eboard_threads
nuke_eboard_whosonline
nuke_eboard_words
nuke_encyclopedia
nuke_encyclopedia_text
nuke_ephem
nuke_events
nuke_events_2005_02_17_01_44_37
nuke_events_queue
nuke_faqanswer
nuke_faqcategories
nuke_faqnew
nuke_forum_prune
nuke_forums
nuke_gallery_categories
nuke_gallery_comments
nuke_gallery_media_class
nuke_gallery_media_types
nuke_gallery_pictures
nuke_gallery_pictures_newpicture
nuke_gallery_rate_check
nuke_gallery_template_types
nuke_groups
nuke_groups_access
nuke_groups_blocks
nuke_groups_modules
nuke_headlines
nuke_hip_headlines
nuke_lastseen
nuke_links_categories
nuke_links_editorials
nuke_links_links
nuke_links_modrequest
nuke_links_newlink
nuke_links_votedata
nuke_main
nuke_mdict
nuke_message
nuke_modules
nuke_mynp_award
nuke_mynp_badlist
nuke_mynp_config
nuke_mynp_data
nuke_mynp_friends
nuke_mynp_gb
nuke_newsletter
nuke_newsletter_send
nuke_newsletter_sendto
nuke_nukebook
nuke_nukebook_queue
nuke_optimize_gain
nuke_pages
nuke_pages_categories
nuke_pinwand
nuke_poll_check
nuke_poll_data
nuke_poll_desc
nuke_pollcomments
nuke_posts
nuke_posts_text
nuke_priv_msgs
nuke_priv_msgs_send
nuke_privmsgs
nuke_privmsgs_text
nuke_queue
nuke_quiecom_shoutblock
nuke_quiecom_shoutblock_censor
nuke_quiecom_shoutblock_conf
nuke_quiecom_shoutblock_emoticons
nuke_quiecom_shoutblock_ipblock
nuke_quiecom_shoutblock_nameblock
nuke_quotes
nuke_ranks
nuke_recommend
nuke_referer
nuke_related
nuke_remember
nuke_remember_settings
nuke_reviews
nuke_reviews_comments
nuke_search_results
nuke_search_wordlist
nuke_search_wordmatch
nuke_seccont
nuke_sections
nuke_securelog
nuke_session
nuke_sessions
nuke_siteupdate
nuke_smf_attachments
nuke_smf_banned
nuke_smf_board_permissions
nuke_smf_boards
nuke_smf_calendar
nuke_smf_calendar_holidays
nuke_smf_categories
nuke_smf_collapsed_categories
nuke_smf_im_recipients
nuke_smf_instant_messages
nuke_smf_log_actions
nuke_smf_log_activity
nuke_smf_log_banned
nuke_smf_log_boards
nuke_smf_log_errors
nuke_smf_log_floodcontrol
nuke_smf_log_karma
nuke_smf_log_mark_read
nuke_smf_log_notify
nuke_smf_log_online
nuke_smf_log_polls
nuke_smf_log_search
nuke_smf_log_topics
nuke_smf_membergroups
nuke_smf_members
nuke_smf_messages
nuke_smf_moderators
nuke_smf_permissions
nuke_smf_poll_choices
nuke_smf_polls
nuke_smf_sessions
nuke_smf_settings
nuke_smf_smileys
nuke_smf_themes
nuke_smf_topics
nuke_smilies
nuke_stats
nuke_stories
nuke_stories_cat
nuke_sys_session
nuke_themes
nuke_themes_name
nuke_topics
nuke_topics_watch
nuke_topicsbb
nuke_tracking
nuke_user_group
nuke_userguest
nuke_userpoints
nuke_users
nuke_users_friendslist
nuke_users_ignorelist
nuke_visitors
nuke_vote_desc
nuke_vote_results
nuke_vote_voters
nuke_words
smf_settings
vkp_120604_cpg131_usergroups
Zitat von: Snow2002 am 25 August 2005, 20:19:22Die Themebilder werden aber nicht geladen
Guck mal ob in Deinem Themes-Ordner eine ".htaccess" liegt ... wenn ja entferne die mal testhalber und schau ob die Bildchen dann geladen werden ...
RtR
Hi Rio :)
Ist keine da. Die orangenen Rahmen und die Hintergrundfarbe werden geladen, nur der Rest nicht. Die Ordnerstruktur ist dieselbe wie beim alten Provider und das Theme ist auch komplett hochgeladen worden...
Moin!
Also bis auf das Theme funzt nun alles (denke ich). Das Theme ist ein selbst erstelltes mit der Themeengine.
Sämtliche Bilder werden nicht geladen obwohl die Pfade richtig sind und alle Bilder an der richtigen Stelle des Servers liegen. Bei nicht selbst erstellten Themes erscheinen rechts und links einige Blöcke in denen nur je eine Zahl steht?! Habe die Themes inzwischen auch mehrmals neu aufgespielt...
Gruß, Marcus
Ich glaub das bei Dir das mod_rewrite rumspinnt - siehe auch: http://www.graffiti-dortmund.de/version2/html/user.php da kommt ein 404.
Guck mal was passiert wenn Du die .htaccess in Deinem Mx-Root (testhalber) umbennenst ...
RtR
Hi!
Würde ich ja machen, da ist aber leider nirgens eine... :o
Gruß, Marcus
Sorry - Fehler vom Amt, Irrtum meinerseits ... :o ... das ist ein Theme für Nuke 5.0 ... da war das noch nicht Modularisiert, daher auch die search.php, user.php, topics.php, usw.
Daher müsste auch Dein Blockproblem herrühren - pack Dein Theme mal als ZIP zusammen, leg es auf Deinen Server und verlinks hier ... dann kann man mal genauer gucken wie man das in den Griff kriegt ...
RtR
Huhu!
Also das Theme liegt hier:http://www.graffiti-dortmund.de/gda4.zip
Das solltest du auch noch kennen, hattest mir ja dabei geholfen ;)
Das lief bis zum Provider-Wechsel auch ohne Probs...
Falls dir Zugangsdaten weiterhelfen...sag Bescheid!
Gruß, Marcus
Ps: hab jetzt kurz mal extra ein anderes Theme genommen, damit du die Blöcke mit den Zahlen mal siehst...Das sieht so bei allen Themes aus, außer bei meinem eigenen... http://www.graffiti-dortmund.de/version2/html/index.php
Moin :)
da fehlen doch immernoch etliche Tabellen.
War die Datenbank, von der der Dump geholt wurde überhaupt die richtige?
Irgendwas ist doch da total durcheinander...
Hi!
Ich verstehe nicht ganz was laufen soll und was jetzt nciht läuft.
L.g
Hi!
Also auf den ersten Blick läuft alles. Aber das Theme läd die Bilder nicht obwohl alle Bildpfade richtig sind. Dann klick mal den Link weiter oben, da siehst du wie alle anderen Themes dargestellt werden, mit den komischen Zahlen in den Blöcken...
@Andi:
Das war deffinitiv der richtige Dump. Der lief problemlos bei 1&1, Yellohost hat die Datenbank dann rübergeholt weil ich das nicht geschafft habe. Aber 3-4 Tabellen fehlten wirklich. Ich komme nur nicht dahinter ob und vor allem was fehlt. Was ich ausschließen kann ist, dass irgendwas nicht per ftp hochgeladen wurde. Was auch komisch ist, Themes kann ich nur über Einstellungen ändern, wenn die config.php den chmod 777 hat. sonst steht da das hier: Die Einstellungen konnten nicht gespeichert werden!
Wahrscheinlich konnte der Schreibschutz nicht aufgehoben werden. (config.php)
Das ist doch auch net richtig oder?
Gruß, Marcus
Jop, sorry :-[
da hatte ich wohl ein kleines cacheproblem...
Im Browser wurde noch die Seite mit den tausenden Fehlermeldungen angezeigt ;)
Ist vielleicht doch einfacher, wenn du mir oder Rio nen FTP-Zugang zukommen lässt. Da schauen wir mal genauer...
Sodale ;)
die Lösung ist so einfach...
Da wären wir nie drauf gekommen ;)
Der Themename (Ordner) lautete gda4 und war auch so in der config.php eingetragen. Das Theme verwendet aber hardcodierte Pfadnamen zu seinen Bildern und dort lautet der Name gta4.
Also, Ordner umbenannt, in der config.php entsprechend eingetragen, fertig...
http://www.graffiti-dortmund.de/version2/html/
schönes Theme
Zitat von: Andi am 26 August 2005, 22:43:38
Sodale ;)
die Lösung ist so einfach...
Da wären wir nie drauf gekommen ;)
Der Themename (Ordner) lautete gda4 und war auch so in der config.php eingetragen. Das Theme verwendet aber hardcodierte Pfadnamen zu seinen Bildern und dort lautet der Name gta4.
Also, Ordner umbenannt, in der config.php entsprechend eingetragen, fertig...
http://www.graffiti-dortmund.de/version2/html/
schönes Theme
Ahhhh.... Also da wäre ich auch net drauf gekommen, eher hätte ich die Datenbank neu eingespielt oder so...
Hm..man muß noch viel lernen. :o Dankeschön für die super Hilfe!!
Schönes Wochenende noch
Gruß, Marcus