Meg Posted July 25, 2015 Share Posted July 25, 2015 Hi all, I did a simple "1 click upgrading" from version 1.6.0.14 to --> 1.6.1.0 with "Upgrade Complete" but now i get fatal error. Fatal error: Class 'Core_Business_ContainerBuilder' not found in /var/www/config/bootstrap.php on line 27 I have also try to delete the file /cache/class_index.php - did not work for me. Could anyone please help me? Thx Bg Meg Zamani Link to comment Share on other sites More sharing options...
El Patron Posted July 25, 2015 Share Posted July 25, 2015 /cache and delete the file called class_index.php Link to comment Share on other sites More sharing options...
Meg Posted July 25, 2015 Author Share Posted July 25, 2015 I have also try to delete the file /cache/class_index.php - did not work for me. Link to comment Share on other sites More sharing options...
Meg Posted July 25, 2015 Author Share Posted July 25, 2015 Okay, now i do get a new DB error. [PrestaShopDatabaseException]Subquery returns more than 1 row SELECT IFNULL( ( SELECT left_column FROM ps_theme t LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme ) LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta ) WHERE t.id_theme =5 AND m.page = "index" ) , default_left_column ) FROM ps_theme WHERE id_theme =5 LIMIT 1 at line 765 in file classes/db/Db.php 760. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);761. }762. elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))763. {764. if ($sql)765. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');766.767. throw new PrestaShopDatabaseException($this->getMsgError());768. }769. }770. DbCore->displayError - [line 418 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 669 - classes/db/Db.php] - [1 Arguments] DbCore->getRow - [line 698 - classes/db/Db.php] - [2 Arguments] DbCore->getValue - [line 301 - classes/Theme.php] - [1 Arguments] ThemeCore->hasLeftColumn - [line 4287 - modules/themeeditor/themeeditor.php] - [1 Arguments] ThemeEditor->hookCalculateGrid - [line 569 - classes/Hook.php] - [1 Arguments] HookCore::coreCallHook - [line 524 - classes/Hook.php] - [3 Arguments] HookCore::exec - [line 197 - config/smarty.config.inc.php] - [3 Arguments] smartyHook - [line - ] - [2 Arguments] call_user_func_array - [line 257 - config/smarty.config.inc.php] - [2 Arguments] SmartyLazyRegister->__call - [line 59 - cache/smarty/compile/45/0c/75/450c7596ad6f3e8e8ad72b5c487c88db9103ddcc.file.product-list.tpl.php] - [2 Arguments] SmartyLazyRegister->smartyHook - [line 59 - cache/smarty/compile/45/0c/75/450c7596ad6f3e8e8ad72b5c487c88db9103ddcc.file.product-list.tpl.php] - [2 Arguments] content_55b394963723c5_15041176 - [line 188 - tools/smarty/sysplugins/smarty_internal_templatebase.php] - [1 Arguments] Smarty_Internal_TemplateBase->fetch - [line 329 - classes/SmartyCustom.php] - [7 Arguments] Smarty_Custom_Template->fetch - [line 303 - tools/smarty/sysplugins/smarty_internal_template.php] - [7 Arguments] Smarty_Internal_Template->getSubTemplate - [line 89 - cache/smarty/compile/a6/2d/87/a62d87501a9ae07f452b95187046492b5b738468.file.hompagetabs.tpl.php] - [7 Arguments] content_55b39495c27082_69626704 - [line 188 - tools/smarty/sysplugins/smarty_internal_templatebase.php] - [1 Arguments] Smarty_Internal_TemplateBase->fetch - [line 329 - classes/SmartyCustom.php] - [7 Arguments] Smarty_Custom_Template->fetch - [line 2244 - classes/module/Module.php] ModuleCore->display - [line 548 - modules/hompagetabs/hompagetabs.php] - [3 Arguments] HompageTabs->hookDisplayHome - [line 569 - classes/Hook.php] - [1 Arguments] HookCore::coreCallHook - [line 524 - classes/Hook.php] - [3 Arguments] HookCore::exec - [line 40 - controllers/front/IndexController.php] - [1 Arguments] IndexControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Link to comment Share on other sites More sharing options...
El Patron Posted July 25, 2015 Share Posted July 25, 2015 here is a rather older fix for same issue http://forge.prestashop.com/browse/PSCFI-2246 Link to comment Share on other sites More sharing options...
Meg Posted July 25, 2015 Author Share Posted July 25, 2015 2nd Error is Inix Module Fatal error: Access level to Inix2Module::displayWarning() must be public (as in class ModuleCore) in /var/www/modules/inixframe/InixModule.php on line 3516[PrestaShop] Fatal error in module file :/var/www/modules/inixframe/InixModule.php:Access level to Inix2Module::displayWarning() must be public (as in class ModuleCore) HowTo fix is: Find and open the file InixModule.php and find the line: protected function displayWarning($msg) Change it to public function displayWarning($msg) This is just a protected to --> public change. 1 Link to comment Share on other sites More sharing options...
Meg Posted July 25, 2015 Author Share Posted July 25, 2015 (edited) 3nd Error is in Moule page: Now i do get this error when i open the AdminModules page Payment page Notice on line 96 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$price Modules page Unknown error on line 121 in file /var/www/classes/PrestaShopAutoload.php[2048] Declaration of Mail::Send() should be compatible with MailCore::Send($id_lang, $template, $subject, $template_vars, $to, $to_name = NULL, $from = NULL, $from_name = NULL, $file_attachment = NULL, $mode_smtp = NULL, $template_path = _PS_MAIL_DIR_, $die = false, $id_shop = NULL, $bcc = NULL, $reply_to = NULL)Notice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$priceNotice on line 136 in file /var/www/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$price Edited July 25, 2015 by Meg (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted July 25, 2015 Share Posted July 25, 2015 3nd Error is in Moule page: Now i do get this error when i open the AdminModules page this should fix it: http://forge.prestashop.com/browse/PSCSX-6158 1 Link to comment Share on other sites More sharing options...
Meg Posted July 25, 2015 Author Share Posted July 25, 2015 3nd Error fix Go to /adminXXXXX/themes/default/template/controllers/modules/list.tpl Find and open the file list.tpl and find the line 84: <i class="icon-shopping-cart"></i> {if $module->price|floatval == 0}{l s='Free'}{elseif isset($module->id_currency) && isset($module->price)}{displayPrice price=$module->price currency=$module->id_currency}{/if} Change it to: <i class="icon-shopping-cart"></i> {if isset($module->price)}{if $module->price|floatval == 0}{l s='Free'}{elseif isset($module->id_currency)}{displayPrice price=$module->price currency=$module->id_currency}{/if}{/if} Next go to adminXXXXX/themes/default/template/controllers/modules/tab_module_line.tpl Find and open the file tab_module_line.tpl and find the line 65: <i class="icon-shopping-cart"></i>{if $module->price|floatval == 0}{l s='Free'}{elseif isset($module->price) && isset($module->id_currency)} {displayPrice price=$module->price currency=$module->id_currency}{/if} Change it to: <i class="icon-shopping-cart"></i>{if isset($module->price)}{if $module->price|floatval == 0}{l s='Free'}{elseif isset($module->id_currency)} {displayPrice price=$module->price currency=$module->id_currency}{/if}{/if} Link to comment Share on other sites More sharing options...
Meg Posted July 25, 2015 Author Share Posted July 25, 2015 (edited) Part of error 3 is not fix: Any idea for this? Modules page Unknown error on line 121 in file /var/www/classes/PrestaShopAutoload.php[2048] Declaration of Mail::Send() should be compatible with MailCore::Send($id_lang, $template, $subject, $template_vars, $to, $to_name = NULL, $from = NULL, $from_name = NULL, $file_attachment = NULL, $mode_smtp = NULL, $template_path = _PS_MAIL_DIR_, $die = false, $id_shop = NULL, $bcc = NULL, $reply_to = NULL) Edited July 25, 2015 by Meg (see edit history) Link to comment Share on other sites More sharing options...
Riyaj Posted August 3, 2015 Share Posted August 3, 2015 Hi all, I have upgrading version from 1.5.4.0 to --> 1.6.1.0 by manually. I need urgent solution for this fatal issue. Fatal error: Class 'Core_Business_ContainerBuilder' not found in /var/www/config/bootstrap.php on line 27 I have also try to delete the file /cache/class_index.php - did not work for me. Could anyone please help me? Thx Thanks, Rk Link to comment Share on other sites More sharing options...
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