Maar toen ging ik naar het acp, stond er dat de tabel gwforum_1.wpm niet bestond.
toen heb ik deze sql:
Code: Selecteer alles
CREATE TABLE phpbb_wpm (name varchar(255) NOT NULL default '', value text NOT NULL) TYPE=MyISAM;
INSERT INTO phpbb_wpm VALUES ('wpm_version', '1.0.9');
INSERT INTO phpbb_wpm VALUES ('active_wpm', '1');
INSERT INTO phpbb_wpm VALUES ('wpm_username', 'Anonymous');
INSERT INTO phpbb_wpm VALUES ('wpm_userid', '-1');
INSERT INTO phpbb_wpm VALUES ('wpm_subject', 'Welcome to [sitename]!');
INSERT INTO phpbb_wpm VALUES ('wpm_message', 'Hi, there [username]!
I hope you enjoy your stay here at [sitename]!
If you have any questions about the site, please ask. If it goes about this mod please
visit: http://www.vitrax.vze.com thnx you!');
Code: Selecteer alles
CREATE TABLE gwforum_1.wpm (name varchar(255) NOT NULL default '', value text NOT NULL) TYPE=MyISAM;
INSERT INTO gwforum_1.wpm VALUES ('wpm_version', '1.0.9');
INSERT INTO gwforum_1.wpm VALUES ('active_wpm', '1');
INSERT INTO gwforum_1.wpm VALUES ('wpm_username', 'Anonymous');
INSERT INTO gwforum_1.wpm VALUES ('wpm_userid', '-1');
INSERT INTO gwforum_1.wpm VALUES ('wpm_subject', 'Welcome to [sitename]!');
INSERT INTO gwforum_1.wpm VALUES ('wpm_message', 'Hi, there [username]!
I hope you enjoy your stay here at [sitename]!
If you have any questions about the site, please ask. If it goes about this mod please
visit: http://www.vitrax.vze.com thnx you!');
Maar toen ik een nieuw account maakt kwam ik er achter dat die PM niet verzonden word of in ieder geval er niet stond.
Komt dit doordat ik de sql code heb veranderd?
Zo ja, wat kan ik er dan aan doen? als ik de oorspronkelijke uitvoor kan ik de PM niet instellen