Welcome PM on First Login Warning

Hulp nodig bij een modificaties of op zoek naar een MOD?
Forumregels

LEES: Richtlijnen voor Support. Vul de support template in!
phpBB3.0.x
Verschaf iemand geen servertoegang tenzij het niet anders kan. Maak altijd eerst een volledige backup en verander de inloggevens na afloop. Eigen risico.
Plaats reactie
kawaminator
Berichten: 57
Lid geworden op: 16 nov 2012, 22:39

Welcome PM on First Login Warning

Bericht door kawaminator » 25 nov 2012, 00:50

  • Modificatie & Versie:Welcome PM on First Login 2.2.5
    Directe link naar de modificatie:https://www.phpbb.com/customise/db/mod/ ... rst_login/
    Adres van je forum: http://www.wo2belgie.be
    phpBB versie:3.0.11
    Heb je onlangs een andere modificatie of stijl geïnstalleerd?
    -Radom Quotes (scriptje)
    -Welkom terug Username (scriptje)
    -Boodschap voor gasten (inloggen/registreren) (scriptje)
    -Tapatalk
    -disallow_links_before_x_posts_101
    -en nu dus die welcome pm

    Wat is het probleem?
Werkt zoals het moet, echter krijgt de nieuw geregistreerde persoon bij de eerste inlog bovenaan een foutmelding te zien

Code: Selecteer alles

[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_privmsgs.php on line 1812: Missing argument 6 for pm_notification(), called in [ROOT]/includes/functions_wpm.php on line 230 and defined

Warning: Cannot modify header information - headers already sent by (output started at /home/wo2belgi/public_html/includes/functions.php:3844) in /home/wo2belgi/public_html/includes/functions.php on line 4709

Warning: Cannot modify header information - headers already sent by (output started at /home/wo2belgi/public_html/includes/functions.php:3844) in /home/wo2belgi/public_html/includes/functions.php on line 4711

Warning: Cannot modify header information - headers already sent by (output started at /home/wo2belgi/public_html/includes/functions.php:3844) in /home/wo2belgi/public_html/includes/functions.php on line 4712

Warning: Cannot modify header information - headers already sent by (output started at /home/wo2belgi/public_html/includes/functions.php:3844) in /home/wo2belgi/public_html/includes/functions.php on line 4713
Eens er dan doorgestuurd wordt naar het foruml verdwijnt de fout.
Gebruiker krijgt ook de pm die hij moet krijgen.

Iemand een diee hoe deze melding op te lossen?

Bedankt

Gebruikersavatar
Fridge
Berichten: 1028
Lid geworden op: 25 sep 2006, 19:22
Locatie: Rotterdam
Contacteer:

Re: Welcome PM on First Login Warning

Bericht door Fridge » 25 nov 2012, 00:56

Er is een nieuwere versie van deze mod, deze werkt zonder problemen op 3.0.11 -> *Klik* ;)

kawaminator
Berichten: 57
Lid geworden op: 16 nov 2012, 22:39

Re: Welcome PM on First Login Warning

Bericht door kawaminator » 25 nov 2012, 01:03

Aha die had ik niet gezien
bedankt

Maar dan moet ik eerst de huidig geinstallerde verwijderen vermoed ik?
Hoe verwijder ik dan het sql gedeelte dat ingevoerd geweest is?
Want verwijderen weet ik niet hoe ik dat moet doen.

degene om de SQL toe te voegen was:

Code: Selecteer alles

	CREATE TABLE phpbb_wpm (
	wpm_config_id int(3) NOT NULL,
	wpm_enable tinyint(1) unsigned NOT NULL,
	wpm_send_id mediumint(8) NOT NULL,
	wpm_preview tinyint(1) unsigned NOT NULL,
	wpm_variables varchar(255) NOT NULL,
	wpm_subject varchar(100) NOT NULL,
	wpm_message mediumtext NOT NULL,
	wpm_version varchar(255) NOT NULL,
	PRIMARY KEY	(wpm_config_id)
	) ;

	INSERT INTO phpbb_wpm (wpm_config_id, wpm_enable, wpm_send_id, wpm_preview, wpm_variables, wpm_subject, wpm_message, wpm_version) VALUES(1, 1, 2, 0, '', 'Welcome to {SITE_NAME}!', 'Hello, [b]{USERNAME}[/b]!\n\nWelcome to {SITE_NAME}	({SITE_DESC})\n\nYou registered on [b]{USER_REGDATE}[/b]. According to your input, your email is [b]{USER_EMAIL}[/b] and you live in timezone [b]{USER_TZ}[/b]. It is nice to know that you speak {USER_LANG_LOCAL}.\n\nYou can contact us here: {BOARD_CONTACT} or here: {BOARD_EMAIL}, whichever you prefer, at anytime. Thank you for choosing us.\n\n-Thank you for registering at {SITE_NAME}!\n\nThanks, {SENDER}', '2.2.5');
	
	
Alvast bedankt


*edit.
Is gelukt, bedankt

Plaats reactie