Hi,
everytime I execute my script with a entry Point, I get this error message:
Fatal error: Uncaught Error: Class 'Case' not found in /var/www/html/suitecrm/custom/parsing_salesforce_tables.php:207
Stack trace:
#0 /var/www/html/suitecrm/custom/parsing_salesforce_tables.php(408): import_data('sfrc_Case', Array, 'Case')
#1 /var/www/html/suitecrm/include/MVC/Controller/SugarController.php(1020): require_once('/var/www/html/s...')
#2 /var/www/html/suitecrm/include/MVC/Controller/SugarController.php(468): SugarController->handleEntryPoint()
#3 /var/www/html/suitecrm/include/MVC/Controller/SugarController.php(373): SugarController->process()
#4 /var/www/html/suitecrm/include/MVC/SugarApplication.php(113): SugarController->execute()
#5 /var/www/html/suitecrm/index.php(52): SugarApplication->execute()
#6 {main}
thrown in /var/www/html/suitecrm/custom/parsing_salesforce_tables.php on line 207
This class exists on my VM like every other class I used before in this script.
$bean_to_load = new $module_class();
This is my line 207
Is there anything I miss?
Thanks for helping,
Neon_Duck