Warning: Call-time pass-by-reference

General support and Bugs for phpBB+ and the place to ask if you have any problems understanding or using phpBB3+.
Forum rules
Please note that support for each modification added to this premod are handled within the mod topic and not in this forum.
Check Modifications database for more information.

Warning: Call-time pass-by-reference

Postby himtuna » 23 Dec 2009, 06:38

Your phpBB+ Version: 1.0.0-RC4
What exactly do you want help with? Installed over a fresh phpBB 3.0.6
What exactly do you want help with? Board needs cleaning before or after installing phpBB3+
MODs installed: No
Your phpBB3 knowledge: Beginner
Boardlink: http://desk.h67.in/

PHP Version: 3.0.6

Please describe your problem from start to end, in short terms
Hi, I installed the RC4 and getting this error while creating a new topic!

Warning: Call-time pass-by-reference has been deprecated in ..../posting.php on line 730
Please list any extra mods installed

Extra info,images and codes
Hi, I installed the RC4 and getting this error while creating a new topic!

Warning: Call-time pass-by-reference has been deprecated in ..../posting.php on line 730
himtuna
New member
 
Posts: 1
Joined: 23 Dec 2009, 06:36

Please login to skip ads

Re: Warning: Call-time pass-by-reference

Postby DoYouSpeakWak?? » 23 Dec 2009, 09:57

It seems to be a bug in the authorize urls mod. Will be updated in next version.

Try this, it should solve the problem.

Open posting.php
Find
Code: Select all
$auth_msg = authorized_url(utf8_normalize_nfc(request_var('message', '', true)), &$img_status);


Replace with
Code: Select all
$auth_msg = authorized_url(utf8_normalize_nfc(request_var('message', '', true)));


If not let me know.
Whatever you share comes back. Support the phpBB Community
My Validated and Released Modifications
User avatar
DoYouSpeakWak??
Development Team Leader
 
Posts: 221
Joined: 22 Mar 2009, 21:51
Location: Island of Wak-Wak


Return to phpBB3+ Support

Who is online

Registered users: No registered users

cron