Monday, 18 November 2019
  9 Replies
  1K Visits
0
Votes
Undo
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
5 years ago
·
#213737
Accepted Answer
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

5 years ago
·
#213726
0
Votes
Undo
Hello Anja,

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

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

5 years ago
·
#213729
0
Votes
Undo
Thanks Tony, but...
See above: Managed Locations is version 3.5.4.
5 years ago
·
#213732
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

5 years ago
·
#213733
0
Votes
Undo
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
·
#213734
0
Votes
Undo
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
·
#213735
0
Votes
Undo
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
·
#213737
Accepted Answer
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

5 years ago
·
#213739
0
Votes
Undo
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
·
#213742
0
Votes
Undo
Great to hear! Please don't hesitate to hola if you have any issues.

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.