Fatal error: Class 'Joomla\CMS\Factory' not found in /htdocs/joomla1/components/com_eventgallery/library/lineitemcontainer.php on line 438
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
Tuesday, 03 October 2017 19:28 UTC
pallia87
Tuesday, 03 October 2017 19:38 UTC
sbluege
Hi,
Can you update to Joomla 3.8?
Can you update to Joomla 3.8?
Tuesday, 03 October 2017 19:44 UTC
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 .
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 .
Tuesday, 03 October 2017 19:48 UTC
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:
Joomla 3.7 Code
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);
Tuesday, 03 October 2017 20:30 UTC
pallia87
perfect ! it works ! thanks