Since the last update of joomla to 3.8, i can't call the following function via "NON-Joomla-Script".
$db=JFactory::getDBO();
I get the following Error Message:
Fatal error: Uncaught Error: Class 'JFactory' not found in
I was loading several Joomla-Classes via require_once and this was working since Joomla 3.7.x, e.g:
require_once("[RootToPath]/libraries/joomla/database/factory.php");
Which Joomla-Classes do I have to load, to use this class again?
Thanks for your help.