LATEST CARS
FEATURED
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/yemekina/public_html/modules/mod_expautospro_images/mod_expautospro_images.php on line 17
Random
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/yemekina/public_html/modules/mod_expautospro_jqgallery/mod_expautospro_jqgallery.php on line 17
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/yemekina/public_html/modules/mod_expautospro_images/mod_expautospro_images.php on line 17
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/yemekina/public_html/modules/mod_expupload_images/mod_expupload_images.php on line 15
Tips
Popular Brands
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/yemekina/public_html/modules/mod_expautospro_brands/mod_expautospro_brands.php on line 33
Warning: Undefined variable $params_loginmod in /home/yemekina/public_html/templates/jam_studio/styles/maria/default.php on line 1179
Warning: include(/home/yemekina/public_html/libraries/vendor/composer/../symfony/var-dumper/Dumper/CliDumper.php): Failed to open stream: No such file or directory in /home/yemekina/public_html/libraries/vendor/composer/ClassLoader.php on line 576
Warning: include(): Failed opening '/home/yemekina/public_html/libraries/vendor/composer/../symfony/var-dumper/Dumper/CliDumper.php' for inclusion (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear') in /home/yemekina/public_html/libraries/vendor/composer/ClassLoader.php on line 576
Exception
Symfony\Component\ErrorHandler\Error\ ClassNotFoundError
in
/home/yemekina/public_html/libraries/vendor/php-debugbar/php-debugbar/src/DebugBar/DataFormatter/DataFormatter.php
(line 28)
* DataFormatter constructor.
*/
public function __construct()
{
$this->cloner = new VarCloner();
$this->dumper = new CliDumper();
}
/**
* @param $data
* @return string
DataFormatter->__construct()
in
/home/yemekina/public_html/plugins/system/debug/src/AbstractDataCollector.php
(line 80)
* @return DataFormatter
*/
public static function getDefaultDataFormatter(): DataFormatter
{
if (self::$defaultDataFormatter === null) {
self::$defaultDataFormatter = new DataFormatter();
}
return self::$defaultDataFormatter;
}
AbstractDataCollector::getDefaultDataFormatter()
in
/home/yemekina/public_html/plugins/system/debug/src/AbstractDataCollector.php
(line 65)
* @return DataFormatter
*/
public function getDataFormatter(): DataFormatter
{
if ($this->dataFormater === null) {
$this->dataFormater = self::getDefaultDataFormatter();
}
return $this->dataFormater;
}
AbstractDataCollector->getDataFormatter()
in
/home/yemekina/public_html/plugins/system/debug/src/DataCollector/SessionCollector.php
(line 87)
$value = '***redacted***';
});
foreach ($data as $key => $value) {
$this->sessionData[$key] = $this->getDataFormatter()->formatVar($value);
}
}
return ['data' => $this->sessionData];
}
SessionCollector->collect()
in
/home/yemekina/public_html/plugins/system/debug/src/DataCollector/SessionCollector.php
(line 58)
public function __construct($params, $collect = false)
{
parent::__construct($params);
if ($collect) {
$this->collect();
}
}
/**
* Called by the DebugBar when data needs to be collected
SessionCollector->__construct(object(Registry), true)
in
/home/yemekina/public_html/plugins/system/debug/src/Extension/Debug.php
(line 309)
if ($this->params->get('request', 1)) {
$this->debugBar->addCollector(new RequestDataCollector());
}
if ($this->params->get('session', 1)) {
$this->debugBar->addCollector(new SessionCollector($this->params, true));
}
if ($this->params->get('profile', 1)) {
$this->debugBar->addCollector((new ProfileCollector($this->params))->setRequestEndTime($endTime));
}
in
/home/yemekina/public_html/libraries/vendor/joomla/event/src/Dispatcher.php
->
onAfterRespond
(line 454)
foreach ($this->listeners[$event->getName()] as $listener) {
if ($event->isStopped()) {
return $event;
}
$listener($event);
}
}
return $event;
}
in
/home/yemekina/public_html/libraries/vendor/joomla/application/src/AbstractApplication.php
->
dispatch
(line 99)
$dispatcher = $this->getDispatcher();
} catch (\UnexpectedValueException $exception) {
return null;
}
return $dispatcher->dispatch($eventName, $event ?: new ApplicationEvent($eventName, $this));
}
/**
* Method to run the application routines.
*
AbstractApplication->dispatchEvent('onAfterRespond', object(AfterRespondEvent))
in
/home/yemekina/public_html/libraries/src/Application/CMSApplication.php
(line 349)
$this->respond();
// Trigger the onAfterRespond event.
$this->dispatchEvent(
'onAfterRespond',
new AfterRespondEvent('onAfterRespond', ['subject' => $this])
);
}
/**
* Check if the user is required to reset their password.
// Set the application as global app
\Joomla\CMS\Factory::$application = $app;
// Execute the application.
$app->execute();
require_once('/home/yemekina/public_html/includes/app.php')
in
/home/yemekina/public_html/index.php
(line 32)
* define() is used rather than "const" to not error for PHP 5.2 and lower
*/
define('_JEXEC', 1);
// Run the application - All executable code should be triggered through this file
require_once __DIR__ . '/includes/app.php';
Stack Trace
ClassNotFoundError
|
---|
Symfony\Component\ErrorHandler\Error\ClassNotFoundError: Attempted to load class "CliDumper" from namespace "Symfony\Component\VarDumper\Dumper". Did you forget a "use" statement for another namespace? at /home/yemekina/public_html/libraries/vendor/php-debugbar/php-debugbar/src/DebugBar/DataFormatter/DataFormatter.php:28 at DebugBar\DataFormatter\DataFormatter->__construct() (/home/yemekina/public_html/plugins/system/debug/src/AbstractDataCollector.php:80) at Joomla\Plugin\System\Debug\AbstractDataCollector::getDefaultDataFormatter() (/home/yemekina/public_html/plugins/system/debug/src/AbstractDataCollector.php:65) at Joomla\Plugin\System\Debug\AbstractDataCollector->getDataFormatter() (/home/yemekina/public_html/plugins/system/debug/src/DataCollector/SessionCollector.php:87) at Joomla\Plugin\System\Debug\DataCollector\SessionCollector->collect() (/home/yemekina/public_html/plugins/system/debug/src/DataCollector/SessionCollector.php:58) at Joomla\Plugin\System\Debug\DataCollector\SessionCollector->__construct(object(Registry), true) (/home/yemekina/public_html/plugins/system/debug/src/Extension/Debug.php:309) at Joomla\Plugin\System\Debug\Extension\Debug->onAfterRespond(object(AfterRespondEvent)) (/home/yemekina/public_html/libraries/vendor/joomla/event/src/Dispatcher.php:454) at Joomla\Event\Dispatcher->dispatch('onAfterRespond', object(AfterRespondEvent)) (/home/yemekina/public_html/libraries/vendor/joomla/application/src/AbstractApplication.php:99) at Joomla\Application\AbstractApplication->dispatchEvent('onAfterRespond', object(AfterRespondEvent)) (/home/yemekina/public_html/libraries/src/Application/CMSApplication.php:349) at Joomla\CMS\Application\CMSApplication->execute() (/home/yemekina/public_html/includes/app.php:58) at require_once('/home/yemekina/public_html/includes/app.php') (/home/yemekina/public_html/index.php:32) |