| SEF bug when using Joomla 1.0.13 |
| Thursday, 13 September 2007 05:51 | |||
|
Random bug when using 1.0.13 Sid, at Businesswordsmiths.com installed SerrBizSEF on a Joomla 1.0.13 site and reported this bug: I installed SerbizSEF, went through the entire install process and get the following error at the top of every screen (the SEF URLs seem to work just fine, though): Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). 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. in /home/.lamus/bergman/resuccess/administrator/components/com_serrbizsef/serrb Sid also reported this solution: In serrbizsef.sef.php, line 594 currently reads: if($objSBSEFF->save_SEFURL(&$strResultURL)) Remove the & before the $ and it works just fine. Thanks Sid! Note: We used SerrBizSEf on SerrRealEstate.com, which uses 1.0.13 with no problem. If any other 1.0.13 users have problems, please do let us know so we can incorporate fixes when developing the 1.0.13 version.
|