ClassNotFoundError

HTTP 500 Whoops, looks like something went wrong.

Attempted to load class "JProfiler" from the global namespace.
Did you forget a "use" statement?

Exception

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1. }
  2. require_once JPATH_BASE '/includes/framework.php';
  3. // Set profiler start time and memory usage and mark afterLoad in the profiler.
  4. JDEBUG JProfiler::getInstance('Application')->setStart($startTime$startMem)->mark('afterLoad') : null;
  5. // Instantiate the application.
  6. $app JFactory::getApplication('site');
  7. // Execute the application.

Stack Trace

ClassNotFoundError
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "JProfiler" from the global namespace.
Did you forget a "use" statement?

  at /home/ddsch35/public_html/index.php:296