Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of preg_match_all(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/www/XXXX/www/administrator/components/com_smf/functions.smf.php on line 197
I've got this "Call-time pass-by-reference has been deprecated" issue too after installed JoomlaSMFForum_1.0.1b component on Joomla! 1.0.2 within the same database.
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of preg_match_all(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in C:\AppServ\www\xxx\administrator\components\com_smf\functions.smf.php on line 246
What should we do?
System Information PHP built On: Windows NT BENE 5.1 build 2600 Database Version: 4.1.12a-nt PHP Version: 5.0.4 Web Server: Apache/2.0.54 (Win32) PHP/5.0.4
TIA, Benediktus Yosef
« Last Edit: October 12, 2005, 03:12:54 AM by Benediktus »
You all have no "problems" you just have the error reporting level in your php.in to high. Those are only warning about the usage of depricated functions (for the developer).
Edit your php.ini and located the uncommented "error_reporting" ling
It likely currently says this: error_reporting = E_ALL;
change it to this: error_reporting = E_ALL & ~E_NOTICE
...or you could try changing the allow_call_time_pass_reference to ON.
so far the only errors that I can see is the "parse error" after editing in the config, then trying to save.
I've experienced this before, both in Orstio's bridge and Joomlahacks version. Not exactly sure what causes it. If you have made a backup of your config.smf.php file then go ahead and replace the copy on your server with the backup.
I've experienced this before, both in Orstio's bridge and Joomlahacks version. Not exactly sure what causes it. If you have made a backup of your config.smf.php file then go ahead and replace the copy on your server with the backup.
The only backup I would have is one with no settings defind in it. this is the first time trying to use the component. =(
Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved. Terms of Use