Notice: Trying to get property 'params' of non-object in /home/halimah/public_html/oborsastra.com/libraries/astroid/framework/library/astroid/Template.php on line 204

Warning: Creating default object from empty value in /home/halimah/public_html/oborsastra.com/libraries/astroid/framework/library/astroid/Template.php on line 206

Notice: Undefined property: stdClass::$template in /home/halimah/public_html/oborsastra.com/libraries/astroid/framework/library/astroid/Template.php on line 36

Notice: Undefined property: stdClass::$id in /home/halimah/public_html/oborsastra.com/libraries/astroid/framework/library/astroid/Template.php on line 45
خطأ: 404 Page Not Found Template not found. (500 Whoops, looks like something went wrong.)

Exception Exception

HTTP 500 Whoops, looks like something went wrong.

Template not found.

Exceptions 2

Exception

  1.     {
  2.         $template_dir JPATH_SITE '/' 'templates' '/' $template '/' 'css';
  3.         $version = new \JVersion;
  4.         $version->refreshMediaVersion();
  5.         if (!file_exists($template_dir)) {
  6.             throw new \Exception("Template not found."404);
  7.         }
  8.         if (is_array($prefix)) {
  9.             foreach ($prefix as $pre) {
  10.                 $styles preg_grep('~^' $pre '-.*\.(css)$~'scandir($template_dir));
  11.                 foreach ($styles as $style) {
  1.             if (!file_exists($cssFile)) {
  2.                 // rendering scss
  3.                 Framework::getReporter('Logs')->add('Rendering Scss');
  4.                 // clearing previous versions
  5.                 Helper::clearCache($template->template, ['compiled']);
  6.                 // adding compiled scss in css file
  7.                 $this->renderScss($cssFile);
  8.             } else {
  9.                 // logging compiled scss
  10.                 Framework::getReporter('Logs')->add('Getting SCSS Compiled CSS <code>' str_replace(JPATH_SITE '/'''$cssFile) . '</code> from cache.');
  1.             if ($document->isFrontendEditing()) {
  2.                 $document->addStyleSheet('templates/cassiopeia/css/template.css');
  3.                 $document->addStyleSheet('media/astroid/assets/css/frontend-editing-j4.css');
  4.             }
  5.         }
  6.         $styles .= $document->astroidCSS();
  7.         return $styles;
  8.     }
  9. }
  1. <head>
  2.     <meta charset="utf-8" />
  3.     <title><?php echo $this->title?> <?php echo htmlspecialchars($this->error->getMessage(), ENT_QUOTES'UTF-8'); ?></title>
  4.     <?php
  5.     echo $document->renderMeta();
  6.     echo Astroid\Helper\Head::styles();
  7.     echo $document->renderLinks();
  8.     echo $document->getStylesheets();
  9.     echo $document->getScripts('head');
  10.     echo $document->getCustomTags('head');
  11.     ?>
require('/home/halimah/public_html/oborsastra.com/templates/tz_newspaper/error.php') in /home/halimah/public_html/oborsastra.com/libraries/src/Document/HtmlDocument.php (line 737)
  1.             // Store the file path
  2.             $this->_file $directory '/' $filename;
  3.             // Get the file content
  4.             ob_start();
  5.             require $directory '/' $filename;
  6.             $contents ob_get_contents();
  7.             ob_end_clean();
  8.         }
  9.         return $contents;
HtmlDocument->_loadTemplate('/home/halimah/public_html/oborsastra.com/templates/tz_newspaper', 'error.php') in /home/halimah/public_html/oborsastra.com/libraries/src/Document/HtmlDocument.php (line 792)
  1.         $this->baseurl  Uri::base(true);
  2.         $this->params   $params['params'] ?? new Registry();
  3.         $this->template $template;
  4.         // Load
  5.         $this->_template $this->_loadTemplate($baseDir$file);
  6.         return $this;
  7.     }
  8.     /**
HtmlDocument->_fetchTemplate(array('template' => 'tz_newspaper', 'directory' => '/home/halimah/public_html/oborsastra.com/templates', 'debug' => '', 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/halimah/public_html/oborsastra.com/libraries/src/Document/HtmlDocument.php (line 609)
  1.      *
  2.      * @since   1.7.0
  3.      */
  4.     public function parse($params = [])
  5.     {
  6.         return $this->_fetchTemplate($params)->_parseTemplate();
  7.     }
  8.     /**
  9.      * Outputs the template to the browser.
  10.      *
HtmlDocument->parse(array('template' => 'tz_newspaper', 'directory' => '/home/halimah/public_html/oborsastra.com/templates', 'debug' => '', 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/halimah/public_html/oborsastra.com/libraries/src/Document/HtmlDocument.php (line 627)
  1.     public function render($caching false$params = [])
  2.     {
  3.         $this->_caching $caching;
  4.         if (empty($this->_template)) {
  5.             $this->parse($params);
  6.         }
  7.         if (\array_key_exists('csp_nonce'$params) && $params['csp_nonce'] !== null) {
  8.             $this->cspNonce $params['csp_nonce'];
  9.         }
HtmlDocument->render(false, array('template' => 'tz_newspaper', 'directory' => '/home/halimah/public_html/oborsastra.com/templates', 'debug' => '', 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/halimah/public_html/oborsastra.com/libraries/src/Document/ErrorDocument.php (line 139)
  1.         $this->debug $params['debug'] ?? false;
  2.         $this->error $this->_error;
  3.         $params['file'] = 'error.php';
  4.         return parent::render($cache$params);
  5.     }
  6.     /**
  7.      * Render the backtrace
  8.      *
ErrorDocument->render(false, array('template' => 'tz_newspaper', 'directory' => '/home/halimah/public_html/oborsastra.com/templates', 'debug' => '', 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/halimah/public_html/oborsastra.com/libraries/src/Error/Renderer/HtmlRenderer.php (line 78)
  1.                 'template'         => $template->template,
  2.                 'directory'        => JPATH_THEMES,
  3.                 'debug'            => JDEBUG,
  4.                 'csp_nonce'        => $app->get('csp_nonce'),
  5.                 'templateInherits' => $template->parent,
  6.                 'params'           => $template->params,
  7.             ]
  8.         );
  9.     }
  10. }
  1.             // Reset the document object in the factory, this gives us a clean slate and lets everything render properly
  2.             Factory::$document $renderer->getDocument();
  3.             Factory::getApplication()->loadDocument(Factory::$document);
  4.             $data $renderer->render($error);
  5.             // If nothing was rendered, just use the message from the Exception
  6.             if (empty($data)) {
  7.                 $data $error->getMessage();
  8.             }
  1.      * @since   3.10.0
  2.      */
  3.     public static function handleException(\Throwable $error)
  4.     {
  5.         static::logException($error);
  6.         static::render($error);
  7.     }
  8.     /**
  9.      * Render the error page based on an exception.
  10.      *
ExceptionHandler::handleException(object(Exception)) in /home/halimah/public_html/oborsastra.com/libraries/src/Application/CMSApplication.php (line 322)
  1.             );
  2.             // Trigger the onError event.
  3.             $this->triggerEvent('onError'$event);
  4.             ExceptionHandler::handleException($event->getError());
  5.         }
  6.         // Trigger the onBeforeRespond event.
  7.         $this->getDispatcher()->dispatch('onBeforeRespond');
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/halimah/public_html/oborsastra.com/includes/app.php') in /home/halimah/public_html/oborsastra.com/index.php (line 32)
  1.  * define() is used rather than "const" to not error for PHP 5.2 and lower
  2.  */
  3. define('_JEXEC'1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once dirname(__FILE__) . '/includes/app.php';

Exception

Page Not Found

  1.         $viewStatus = \in_array($vName$allowedViews);
  2.         if (!$viewStatus)
  3.         {
  4.             throw new Exception(Text::_('COM_SPPAGEBUILDER_ERROR_PAGE_NOT_FOUND'), 404);
  5.             return false;
  6.         }
  7.         $this->input->set('view'$vName);
  1.         }
  2.         // Record the actual task being fired
  3.         $this->doTask $doTask;
  4.         return $this->$doTask();
  5.     }
  6.     /**
  7.      * Method to get a model object, loading it if required.
  8.      *
  1. // Require helper file
  2. JLoader::register('SppagebuilderHelperSite'__DIR__ '/helpers/helper.php');
  3. $controller BaseController::getInstance('Sppagebuilder');
  4. $controller->execute(Factory::getApplication()->input->get('task'));
  5. $controller->redirect();
require_once('/home/halimah/public_html/oborsastra.com/components/com_sppagebuilder/sppagebuilder.php') in /home/halimah/public_html/oborsastra.com/libraries/src/Dispatcher/LegacyComponentDispatcher.php (line 71)
  1.         // Load common and local language files.
  2.         $lang->load($this->app->scopeJPATH_BASE) || $lang->load($this->app->scopeJPATH_COMPONENT);
  3.         // Execute the component
  4.         $loader = static function ($path) {
  5.             require_once $path;
  6.         };
  7.         $loader($path);
  8.     }
  9. }
LegacyComponentDispatcher::Joomla\CMS\Dispatcher\{closure}('/home/halimah/public_html/oborsastra.com/components/com_sppagebuilder/sppagebuilder.php') in /home/halimah/public_html/oborsastra.com/libraries/src/Dispatcher/LegacyComponentDispatcher.php (line 73)
  1.         // Execute the component
  2.         $loader = static function ($path) {
  3.             require_once $path;
  4.         };
  5.         $loader($path);
  6.     }
  7. }
  1.         if (!static::isEnabled($option)) {
  2.             throw new MissingComponentException(Text::_('JLIB_APPLICATION_ERROR_COMPONENT_NOT_FOUND'), 404);
  3.         }
  4.         ob_start();
  5.         $app->bootComponent($option)->getDispatcher($app)->dispatch();
  6.         $contents ob_get_clean();
  7.         // Revert the scope
  8.         $app->scope $scope;
ComponentHelper::renderComponent('com_sppagebuilder') in /home/halimah/public_html/oborsastra.com/libraries/src/Application/SiteApplication.php (line 208)
  1.             $document->setGenerator('Joomla! - Open Source Content Management - Version ' JVERSION);
  2.         } else {
  3.             $document->setGenerator('Joomla! - Open Source Content Management');
  4.         }
  5.         $contents ComponentHelper::renderComponent($component);
  6.         $document->setBuffer($contents'component');
  7.         // Trigger the onAfterDispatch event.
  8.         PluginHelper::importPlugin('system');
  9.         $this->triggerEvent('onAfterDispatch');
  1.              */
  2.             $this->checkUserRequireReset('com_users''profile''edit''com_users/profile.save,com_users/profile.apply,com_users/user.logout');
  3.         }
  4.         // Dispatch the application
  5.         $this->dispatch();
  6.         // Mark afterDispatch in the profiler.
  7.         JDEBUG $this->profiler->mark('afterDispatch') : null;
  8.     }
  1.             $this->sanityCheckSystemVariables();
  2.             $this->setupLogging();
  3.             $this->createExtensionNamespaceMap();
  4.             // Perform application routines.
  5.             $this->doExecute();
  6.             // If we have an application document object, render it.
  7.             if ($this->document instanceof \Joomla\CMS\Document\Document) {
  8.                 // Render the application output.
  9.                 $this->render();
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/halimah/public_html/oborsastra.com/includes/app.php') in /home/halimah/public_html/oborsastra.com/index.php (line 32)
  1.  * define() is used rather than "const" to not error for PHP 5.2 and lower
  2.  */
  3. define('_JEXEC'1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once dirname(__FILE__) . '/includes/app.php';

Stack Traces 2

[2/2] Exception
Exception:
Template not found.

  at /home/halimah/public_html/oborsastra.com/libraries/astroid/framework/library/astroid/Helper.php:183
  at Astroid\Helper::clearCache(null, array('compiled'))
     (/home/halimah/public_html/oborsastra.com/libraries/astroid/framework/library/astroid/Document.php:1083)
  at Astroid\Document->astroidCSS()
     (/home/halimah/public_html/oborsastra.com/libraries/astroid/framework/library/astroid/Helper/Head.php:93)
  at Astroid\Helper\Head::styles()
     (/home/halimah/public_html/oborsastra.com/templates/tz_newspaper/error.php:51)
  at require('/home/halimah/public_html/oborsastra.com/templates/tz_newspaper/error.php')
     (/home/halimah/public_html/oborsastra.com/libraries/src/Document/HtmlDocument.php:737)
  at Joomla\CMS\Document\HtmlDocument->_loadTemplate('/home/halimah/public_html/oborsastra.com/templates/tz_newspaper', 'error.php')
     (/home/halimah/public_html/oborsastra.com/libraries/src/Document/HtmlDocument.php:792)
  at Joomla\CMS\Document\HtmlDocument->_fetchTemplate(array('template' => 'tz_newspaper', 'directory' => '/home/halimah/public_html/oborsastra.com/templates', 'debug' => '', 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/halimah/public_html/oborsastra.com/libraries/src/Document/HtmlDocument.php:609)
  at Joomla\CMS\Document\HtmlDocument->parse(array('template' => 'tz_newspaper', 'directory' => '/home/halimah/public_html/oborsastra.com/templates', 'debug' => '', 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/halimah/public_html/oborsastra.com/libraries/src/Document/HtmlDocument.php:627)
  at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'tz_newspaper', 'directory' => '/home/halimah/public_html/oborsastra.com/templates', 'debug' => '', 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/halimah/public_html/oborsastra.com/libraries/src/Document/ErrorDocument.php:139)
  at Joomla\CMS\Document\ErrorDocument->render(false, array('template' => 'tz_newspaper', 'directory' => '/home/halimah/public_html/oborsastra.com/templates', 'debug' => '', 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/halimah/public_html/oborsastra.com/libraries/src/Error/Renderer/HtmlRenderer.php:78)
  at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(Exception))
     (/home/halimah/public_html/oborsastra.com/libraries/src/Exception/ExceptionHandler.php:121)
  at Joomla\CMS\Exception\ExceptionHandler::render(object(Exception))
     (/home/halimah/public_html/oborsastra.com/libraries/src/Exception/ExceptionHandler.php:72)
  at Joomla\CMS\Exception\ExceptionHandler::handleException(object(Exception))
     (/home/halimah/public_html/oborsastra.com/libraries/src/Application/CMSApplication.php:322)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/halimah/public_html/oborsastra.com/includes/app.php:61)
  at require_once('/home/halimah/public_html/oborsastra.com/includes/app.php')
     (/home/halimah/public_html/oborsastra.com/index.php:32)                
[1/2] Exception
Exception:
Page Not Found

  at /home/halimah/public_html/oborsastra.com/components/com_sppagebuilder/controller.php:45
  at SppagebuilderController->display()
     (/home/halimah/public_html/oborsastra.com/libraries/src/MVC/Controller/BaseController.php:678)
  at Joomla\CMS\MVC\Controller\BaseController->execute('')
     (/home/halimah/public_html/oborsastra.com/components/com_sppagebuilder/sppagebuilder.php:24)
  at require_once('/home/halimah/public_html/oborsastra.com/components/com_sppagebuilder/sppagebuilder.php')
     (/home/halimah/public_html/oborsastra.com/libraries/src/Dispatcher/LegacyComponentDispatcher.php:71)
  at Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher\{closure}('/home/halimah/public_html/oborsastra.com/components/com_sppagebuilder/sppagebuilder.php')
     (/home/halimah/public_html/oborsastra.com/libraries/src/Dispatcher/LegacyComponentDispatcher.php:73)
  at Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch()
     (/home/halimah/public_html/oborsastra.com/libraries/src/Component/ComponentHelper.php:361)
  at Joomla\CMS\Component\ComponentHelper::renderComponent('com_sppagebuilder')
     (/home/halimah/public_html/oborsastra.com/libraries/src/Application/SiteApplication.php:208)
  at Joomla\CMS\Application\SiteApplication->dispatch()
     (/home/halimah/public_html/oborsastra.com/libraries/src/Application/SiteApplication.php:249)
  at Joomla\CMS\Application\SiteApplication->doExecute()
     (/home/halimah/public_html/oborsastra.com/libraries/src/Application/CMSApplication.php:293)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/halimah/public_html/oborsastra.com/includes/app.php:61)
  at require_once('/home/halimah/public_html/oborsastra.com/includes/app.php')
     (/home/halimah/public_html/oborsastra.com/index.php:32)