Witam przeprowadziłem aktualizacje Smart Blog 3.0 do v4.0.2 ponieważ zakładka jak wyczytywałem Blog Post nie chciał się załadować . I w sumie po aktualizacji jest nowy problem którego rozwiązania nigdzie nie ma.
Ostrzeżenie: nie można zmodyfikować informacji w nagłówku - nagłówki zostały już wysłane przez (wyjście rozpoczęło się w ......./public_html/modules/smartblog/controllers/admin/AdminBlogPostController.php:542
Question
pawel2020
Witam,
Witam przeprowadziłem aktualizacje Smart Blog 3.0 do v4.0.2 ponieważ zakładka jak wyczytywałem Blog Post nie chciał się załadować . I w sumie po aktualizacji jest nowy problem którego rozwiązania nigdzie nie ma.
Ostrzeżenie: nie można zmodyfikować informacji w nagłówku - nagłówki zostały już wysłane przez (wyjście rozpoczęło się w ......./public_html/modules/smartblog/controllers/admin/AdminBlogPostController.php:542
Symfony \ Component \ Debug \ Exception \ContextErrorException
w klasach / controller / AdminController.php (wiersz 1936)
/**
* Assign smarty variables for the header.
*/
public function initHeader()
{
header('Cache-Control: no-store, no-cache');
$this->context->smarty->assign([
'table' => $this->table,
'current' => self::$currentIndex,
'token' => $this->token,
AdminControllerCore -> initHeader ()w klasach / controller / Controller.php (wiersz 302)
if (!empty($this->redirect_after)) {
$this->redirect();
}
if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className))) {
$this->initHeader();
}
if ($this->viewAccess()) {
$this->initContent();
} else {
ControllerCore -> run ()w klasach / Dispatcher.php (wiersz 518)
if (isset($params_hook_action_dispatcher)) {
Hook::exec('actionDispatcher', $params_hook_action_dispatcher);
}
// Running controller
$controller->run();
// Execute hook dispatcher after
if (isset($params_hook_action_dispatcher)) {
Hook::exec('actionDispatcherAfter', $params_hook_action_dispatcher);
}
DispatcherCore -> wysyłka ()w yhf7kut4ko7p8pyx / index.php (wiersz 93)
if (!headers_sent()) {
header('Content-Type: text/html; charset=utf-8');
}
// Prepare and trigger LEGACY admin dispatcher
Dispatcher::getInstance()->dispatch();
}
Macie jakiś pomysł.
Mam Smart bloga 3.0 w innym sklepie czy można go podmienić na ftp z nową wersją ?
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now