Call_Time ERROR in xmap 1.1 on Joomla 1.5.3
3 posts
• Page 1 of 1
Call_Time ERROR in xmap 1.1 on Joomla 1.5.3
Install was completed without any issue.
However when using the component in the back end we are getting the following error on most pages related to the component administration:
----Error-----
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/user/public_html/takitimufestival/administrator/components/com_xmap/classes/XmapAdmin.php on line 228
-----end of error----
See example attached.
I have checked the XmapAdmin.php file and cannot see any reference to enabling the call_time on line 228 as indicated in the error message.... which is both frustrating and confusing.
This is essentially making the component unusable as some features/functions cannot be configured as a result.
Can anyone shed any light on the issue.
Thanks in advance for any help in this matter
Rick
However when using the component in the back end we are getting the following error on most pages related to the component administration:
----Error-----
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/user/public_html/takitimufestival/administrator/components/com_xmap/classes/XmapAdmin.php on line 228
-----end of error----
See example attached.
I have checked the XmapAdmin.php file and cannot see any reference to enabling the call_time on line 228 as indicated in the error message.... which is both frustrating and confusing.
This is essentially making the component unusable as some features/functions cannot be configured as a result.
Can anyone shed any light on the issue.
Thanks in advance for any help in this matter
Rick
Last edited by intrigue on Thu Jan 01, 1970 12:00 am, edited 65535 times in total.
Reason: 1
Reason: 1
- intrigue
- Fresh Boarder

- Posts: 2
- Joined: Fri Jun 13, 2008 12:39 am
Re:Call_Time ERROR in xmap 1.1 on Joomla 1.5.3
Hi Rick, thanks for reporting that, to fix this please edit the file XmapAdmin.php at line 228 and remove the "@" and "&" symbols, so you should change:
by
Thanks
- Code: Select all
@$installer->setAdapter('xmap_ext',&$xmapInstaller);
by
- Code: Select all
$installer->setAdapter('xmap_ext',$xmapInstaller);
Thanks
-

guilleva - Administrator

- Posts: 1517
- Joined: Wed Sep 12, 2007 3:10 am
- Location: San José, Costa Rica
Re:Call_Time ERROR in xmap 1.1 on Joomla 1.5.3
Thanks
That worked a treat....!
muchos gracias
Rick
That worked a treat....!
muchos gracias
Rick
Last edited by intrigue on Thu Jan 01, 1970 12:00 am, edited 65535 times in total.
Reason: 1
Reason: 1
- intrigue
- Fresh Boarder

- Posts: 2
- Joined: Fri Jun 13, 2008 12:39 am
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: Google [Bot] and 2 guests