blaaam Posted March 11, 2014 Share Posted March 11, 2014 (edited) Hello! After transfering files to another vps, i was able to see only white page, after deleteing cache, i saw errors. Front offcie : Strict Standards: Declaration of Dispatcher::loadRoutes() should be compatible with that of DispatcherCore::loadRoutes() in /var/www/override/classes/Dispatcher.php on line 16 Fatal error: Uncaught exception 'SmartyException' with message 'unable to write file /var/www/cache/smarty/compile/0b/4a/9d/wrt531f6dff27b721.04793840' in /var/www/tools/smarty/sysplugins/smarty_internal_write_file.php:44 Stack trace: #0 /var/www/tools/smarty/sysplugins/smarty_internal_template.php(201): Smarty_Internal_Write_File::writeFile('/var/www/cache/...', 'compileTemplateSource() #2 /var/www/classes/module/Module.php(1708): Smarty_Internal_TemplateBase->fetch() #3 /var/www/modules/paypal/paypal.php(1144): ModuleCore->display('/var/www/module...', 'js/paypal.js') #4 /var/www/modules/paypal/paypal.php(369): PayPal->fetchTemplate('js/paypal.js') #5 /var/www/classes/Hook.php(475): PayPal->hookHeader(Array) #6 /var/www/classes/controller/FrontController.php(428): HookCore::exec('displayHeader') #7 /var/www/controllers/front/IndexController.php(37): FrontControllerCore->initContent() in /var/www/tools/smarty/sysplugins/smarty_internal_write_file.php on line 44 And Back-office Strict Standards: Declaration of Dispatcher::loadRoutes() should be compatible with that of DispatcherCore::loadRoutes() in /var/www/override/classes/Dispatcher.php on line 16 Warning: file_put_contents(/var/www/config/xml/default_country_modules_list.xml): failed to open stream: Permission denied in /var/www/classes/controller/AdminController.php on line 1545 Fatal error: Uncaught exception 'SmartyException' with message 'unable to write file /var/www/cache/smarty/compile/95/2e/8d/wrt531f6e1c28e3e6.53531971' in /var/www/tools/smarty/sysplugins/smarty_internal_write_file.php:44 Stack trace: #0 /var/www/tools/smarty/sysplugins/smarty_internal_template.php(201): Smarty_Internal_Write_File::writeFile('/var/www/cache/...', 'compileTemplateSource() #2 /var/www/classes/controller/AdminController.php(1263): Smarty_Internal_TemplateBase->fetch() #3 /var/www/classes/controller/Controller.php(185): AdminControllerCore->display() #4 /var/www/classes/Dispatcher.php(348): ControllerCore->run() #5 /var/www/admin9990/index.php(53): DispatcherCore->dispatch() #6 {main} thrown in /var/www/tools/smarty/sysplugins/smarty_internal_write_file.php on line 44 Some one have ideas what could go wrong after just transfering files from one vps to another. Edited March 12, 2014 by blaaam (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted March 11, 2014 Share Posted March 11, 2014 you can turn off errors or change reporting notice for strict standards off. note: you should not have errors turn on except for debugging. Link to comment Share on other sites More sharing options...
blaaam Posted March 12, 2014 Author Share Posted March 12, 2014 (edited) you can turn off errors or change reporting notice for strict standards off. note: you should not have errors turn on except for debugging. Hello, El Patron! Yes i have turned on debugging and if i turn off i see only white page. Thanks for your reply! ====================================================== I have get evrything back, only left is language problems, there are wierd charaters and other stuff. What i need to change to get back normaly? Edited March 12, 2014 by blaaam (see edit history) Link to comment Share on other sites More sharing options...
blaaam Posted March 12, 2014 Author Share Posted March 12, 2014 Solved! Link to comment Share on other sites More sharing options...
Recommended Posts