By anja on Monday, 18 November 2019
Replies 9
Likes 0
Views 1K
Votes 0
Hi!

Joomla version: 3.9.13
PHP version: 7.2
JEvents version: 3.4.50
Managed Locations version: 3.5.4

On creating or editing an event in the frontend and hitting "Select location", instead of a modal popup with the locations to choose from, the client gets a 404 in the modal popup with error message "0 Cannot assign by reference to overloaded object".

I had this issue in the backend as well and managed to solve it by changing plugins\jevents\jevlocations\jevlocations.php line 598:

$html[] = '<input type="hidden" name="location" id="locn" value="' . $row->location() . '"/>';

to

$html = [];
$html[] = '<input type="hidden" name="location" id="locn" value="' . $row->location() . '"/>';

That works - for the backend.
But in the frontend, the error is still there and my client can not select a location.

What should I do to fix this?

Thanks,
Anja
Hello,

I just downloaded and reinstalled managed locations and all is fine.

Please try your self and let me know if you have issues.

I am going to say someone has restored files but not the database at some point, since our support reads the manifest files and not the database.

Many thanks
Tony
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Anja,

You need to update your JEvents Managed Locations to V3.5.x

Many thanks
Tony
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Tony, but...
See above: Managed Locations is version 3.5.4.
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you please login with your club account and provide super user details so I can debug it.

Also, provide the JEvents Support info from the JEvents backend.

Many thanks
Tony
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
JEvents support info:


PHP Version : 7.2.21
MySQL Version : 10.2.26-MariaDB-cll-lve
Server Information : Linux web0085.zxcs.nl 2.6.32-954.3.5.lve1.4.64.el6.x86_64 #1 SMP Wed May 15 12:53:53 EDT 2019 x86_64
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : No
Max Input Vars ? : 1000
Club code set? : Yes
User Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0
Joomla : 3.9.13
component_com_jevents : 3.4.50
component_com_jevlocations : 3.4.8
component_com_rsvppro : 3.4.27
component_com_comprofiler : 2.4.2
component_com_acymailing : 5.7.0
module_mod_acymailing : 3.7.0
module_mod_jevents_cal : 3.4.50
module_mod_jevents_custom : 3.4.50
module_mod_jevents_filter : 3.4.50
module_mod_jevents_latest : 3.4.50
module_mod_jevents_legend : 3.4.50
module_mod_jevents_switchview : 3.4.50
module_mod_jevlocations : 3.4.8
module_mod_tabbedmodules : 3.0.7
layout_JEventsFlatplusLayout : 3.4.9
layout_JEventsIconicLayout : 3.5.6
layout_iconic : 3.5.3
plugin_acymailing_contentplugin : 3.7.0
plugin_acymailing_managetext : 1.0.0
plugin_acymailing_online : 3.7.0
plugin_acymailing_share : 1.0.0
plugin_acymailing_stats : 3.7.0
plugin_acymailing_tablecontents : 1.0.0
plugin_acymailing_tagcontent : 3.7.0
plugin_acymailing_tagjevents_j30 : 2.8.0 (not enabled)
plugin_acymailing_tagsubscriber : 5.10.4
plugin_acymailing_tagsubscription : 5.10.4
plugin_acymailing_tagtime : 5.10.4
plugin_acymailing_taguser : 5.10.4
plugin_acymailing_template : 5.10.4
plugin_content_jevents : 3.4.50
plugin_content_jevlocation_embed : 3.4.8
plugin_editors_acyeditor : 5.10.4
plugin_finder_jevents : 3.4.50 (not enabled)
plugin_installer_jeventsinstaller : 3.4.50 (not enabled)
plugin_jevents_jevcustomfields : 3.1.23
plugin_jevents_jevhiddendetail : 3.1.4
plugin_jevents_jevlocations : 3.4.8
plugin_jevents_jevrsvppro : 3.4.27
plugin_rsvppro_authorizenet : 3.4.27 (not enabled)
plugin_rsvppro_manual : 3.4.27 (not enabled)
plugin_rsvppro_mollie : 3.4.27 (not enabled)
plugin_rsvppro_paypalexpress : 3.4.0 (not enabled)
plugin_rsvppro_paypalipn : 3.4.27 (not enabled)
plugin_rsvppro_stripe : 3.4.0 (not enabled)
plugin_search_eventsearch : 3.4.50
plugin_search_jevlocsearch : 3.4.8
plugin_system_gwejson : 3.4.50
plugin_system_hika_rsvp_redirect : 3.4.27 (not enabled)
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
This is strange. In support info it says jevlocations : 3.4.8

In Extensions manager it says 3.5.4 managed-loc.jpg
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
About the super user details / club account: my client has a club account, I don't mind logging in with their account, but I don't want to involve them in the conversation.

So: client information in private section. Super user information for develop site also in private section.
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, a lot happened on this site before we were asked for help in maintaining it and fixing issues.

I've installed managed locations once again on the live site as well and everything works fine now.

Thank you Tony!
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Great to hear! Please don't hesitate to hola if you have any issues.
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post