Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#2883 Manage Orders - not working

Posted in ‘Event Gallery Extended’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by pallia87 on Tuesday, 03 October 2017 20:30 UTC

pallia87
 Fatal error: Class 'Joomla\CMS\Factory' not found in /htdocs/joomla1/components/com_eventgallery/library/lineitemcontainer.php on line 438

Attachments

Bildschirmfoto_2017-10-03_um_21.27.50.png

sbluege
Hi,

Can you update to Joomla 3.8?

pallia87
Hi,
At the moment I can't upgrade to Joomla 3.8 ,as I am using components who are not compatible with 3.8... is it the only solution to get it work .

sbluege
Okay. Can you simply replace the line throwing the error with "return null;"?

You can try to replace it with the code below as well.

Current Code:
return \Joomla\CMS\Factory::getUser($userid);


Joomla 3.7 Code
return JFactory::getUser($userid);

pallia87
perfect ! it works ! thanks