|
|
Latest News |
Latest Threads |
|
 |
56.422 Posts & 4.945 Themen in 78 Foren |
|
|
|
 |
Forensuche |
|
Suchbegriff |
Benutzerauswahl |
Ergebnisse anzeigen |
 |
 |
Usermap Tipps/Fragen 112 Beiträge in diesem Thema |
|
|
 |
 |
Geschlossen |
|
|
|
|
 |
|
 |
09.09.2006 - 21:09 Uhr |
|
|
|
mh Spass beiseite - also auf deutsch zur zeit ratlosigkeit - naja - es ist ja nun kein weltuntergang - aber vieleicht findet man den fehler auch nicht gleich - wäre cool am ball zu bleiben.
|
|
|
|
|
|
|
 |
WEBI Unberechenbares Urgestein |
 |
|
|
|
|
|
|
|
|
 |
09.09.2006 - 21:15 Uhr |
|
|
|
ich werd mir weiter darüber gedanken machen, aufgeben? Ne kommt nicht in Frage, sowas gibts hier nicht 
|
|
|
|
|
|
|
 |
|
 |
09.09.2006 - 21:19 Uhr |
|
|
|
Bitte mal die Usermap komplett löschen auch in der DB. Dann mal schauen, ob die Profilfelder gespeichert werden.
|
|
|
|
|
|
|
 |
WEBI Unberechenbares Urgestein |
 |
|
|
|
|
|
|
|
|
 |
09.09.2006 - 21:20 Uhr |
|
|
|
Da wird ja Freude aufkommen wenns geht ist es ja okay, aber wenn man es dann nochmal testen will, oha, viel Spass wieder mit den Eintragungen in der Datenbank ;-)
Bist du der Meinung die Usermap hat was damit zu tun? Sie liest doch nur die Daten der DB aus, sie greift doch nicht direkt auf das Profil zu 
|
|
|
|
|
|
|
 |
|
 |
09.09.2006 - 21:24 Uhr |
|
|
|
ne ich lösch da mal lieber nix - ok wenn ich das aus dem handgelenk wieder rein bekommen würde - versuch wert - aber da brauch ich jahre um das wieder in die datenbank zu bekommen
|
|
|
|
|
|
|
 |
WEBI Unberechenbares Urgestein |
 |
|
|
|
|
|
|
|
|
 |
09.09.2006 - 21:25 Uhr |
|
|
|
Dann frag Lucky ob er dir hilf, oder ich mach das, aber ist doch nichts schlimmes dran mach vorher einfach ein backup.
|
|
|
|
|
|
|
 |
|
 |
09.09.2006 - 21:27 Uhr |
|
|
|
ich denk mal da muss ein eigener tread aufgemacht werden mit namen
wie mache ich eine backup
also ich meine jetzt von der datenbank
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von tomi1 - 09.09.2006 - 21:28 Uhr |
|
|
|
|
|
|
|
 |
WEBI Unberechenbares Urgestein |
 |
|
|
|
|
|
|
|
|
 |
09.09.2006 - 21:29 Uhr |
|
|
|
|
|
|
 |
|
 |
09.09.2006 - 21:31 Uhr |
|
|
|
OK. Dann lösche einfach alle Dateien von der Usermap vom Server und probiere es dann im Profil zu speichern. Sollte das nicht funktionieren bitte mal die inc/public/useredtprofile.php neu hochladen. Ich denke da ist der Fehler
|
|
|
|
|
|
|
 |
|
 |
09.09.2006 - 21:40 Uhr |
|
|
|
DAS ist man SAUBER gemacht Danke mach ich erst einmal
|
|
|
|
|
|
|
 |
|
 |
09.09.2006 - 21:43 Uhr |
|
|
|
Wie wo was???
Hier klicken zum aufklappenDROP TABLE IF EXISTS phpkit_usermap_countries;
CREATE TABLE phpkit_usermap_countries (
map_from varchar(16) NOT NULL default '',
map_to enum('AT','DE','CH') NOT NULL default 'AT',
PRIMARY KEY (map_from)
) TYPE=MyISAM;
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('aut', 'AT');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('ch', 'CH');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('ger', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('def', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('Austria', 'AT');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('Swizerland', 'CH');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('Switzerland', 'CH');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('Germany', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('nw', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('bw', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('bay', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('b', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('bb', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('hb', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('hh', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('h', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('mv', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('n', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('rp', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('s', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('sa', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('saa', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('sh', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('t', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('oth', 'DE');
INSERT INTO phpkit_usermap_countries (map_from, map_to) VALUES ('00', 'DE');
Das einfach in der SQL eingeben???!!!???
|
|
|
|
|
|
|
 |
WEBI Unberechenbares Urgestein |
 |
|
|
|
|
|
|
|
|
 |
09.09.2006 - 21:43 Uhr |
|
|
|
Jop ist wirklich ein Hammer Tutorial sogesehen.
Okay, mach erst dein Backup, dann lösche entweder die Datein vom Server via FTP oder halt die _usermap Tabellen löschen, wie Lucky sagte, eines von beiden, aber immerhin denkt er auch es ist die inc/public/usereditprofile.php 
|
|
|
|
|
|
|
 |
WEBI Unberechenbares Urgestein |
 |
|
|
|
|
|
|
|
|
 |
09.09.2006 - 21:48 Uhr |
|
|
|
|
|
|
 |
|
 |
09.09.2006 - 21:51 Uhr |
|
|
|
Das da oben von mir ist nur ein Backup wo lediglich der Präfix geändert werden muss. Wenn er die Tabelle löscht muss er nur den Code im phpmyadmin unter SQL eingeben und alles funtz wieder.
|
|
|
|
|
|
|
 |
WEBI Unberechenbares Urgestein |
 |
|
|
|
|
|
|
|
|
 |
09.09.2006 - 21:53 Uhr |
|
|
|
|
|
|
 |
|
 |
Geschlossen |
|
|
|
 |
Ähnliche Themen |
|
|
|
|
|
|
|
|