MyBB.de Forum
PM on Registration - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: PM on Registration (/thread-19531.html)



PM on Registration - MyBB.de Bot - 28.06.2007

Eine neue Erweiterung wurde veröffentlicht: PM on Registration

Zitat:Sends a private message automatically to new users. Administrators can
customize who the messages are sent from, the subject, and the message.

MyBB Version: 1.2.x
Type: Plugin
Plugin Version: v1.1.2 (Mar 18, 2007)

Upgrade Instructions:
0) Save any important settings related to this plugin
1) Deactivate previous version
2) Upload new plugin file to inc/plugins directory
3) Activate via Admin CP Plugin Manager

Install Instructions:
Upload this file into your inc/plugins directory and activate from the
Admin CP Plugin Manager

Changelog:
v1.1.2:
- bug fixing
v1.1.1:
- Any errors with the data handler are now reported in the pmonreg_errors
data cache.
v1.1.0:
- Updated to MyBB 1.2.0
- Now uses private message data handler so PM is handled more
realistically (can save a copy, request receipt, disable smilies, show
signature, PM notification email and popups)
v1.0.2:
-Fixed the bug where the "Send?" setting was ignored.

http://www.dennistt.net/forum/showthread.php?tid=17



Neue PHP-version - Thai-Tiger - 30.10.2012

Ich habe vom Webhoster eine Mail bekommen, dass nächste Woche eine Umstellung auf die aktuelle PHP-Version 5.4 durchgeführt wird.

Zitat:Testen Sie daher bitte umgehend Ihre Homepage auf Kompatibilität mit der neuen PHP-Version
(falls nicht bereits geschehen). Nutzen Sie hierfür unsere Testumgebung, indem Sie Ihre Domain
mit dem Port 81 bzw. bei gebuchter Nutzung von SSL mit Port 444 (Beispiel:
http://www.meine-domain.de:81, https://www.meine-domain.de:444) aufrufen.

In meinem Fall sieht die Domain zum testen dann so aus:

http://babynamen-forum.de:81

Da kommt die Meldung: Fatal error: Call-time pass-by-reference has been removed in /var/www/ud02_111/html/eltern-kinder/inc/plugins/pmonreg.php on line 202

Es handelt sich um dieses Plugin: http://mods.mybb.com/reviews/pm-on-registration

Kann mir jemand sagen was ich an der Datei ändern muss?

Danke!


RE: PM on Registration - StefanT - 30.10.2012

In der genannten Zeile muss ein & entfernt werden.


RE: PM on Registration - Thai-Tiger - 30.10.2012

(30.10.2012, 16:21)StefanT schrieb: In der genannten Zeile muss ein & entfernt werden.

DANKE ! Wink