aur1mielis Posted April 10, 2014 Share Posted April 10, 2014 Please help me I not sure what to do. PS 1.6 I clicked Regenerate thumbnails. now page and admin page is blank.. what i can do? Link to comment Share on other sites More sharing options...
selectshop.at Posted April 10, 2014 Share Posted April 10, 2014 Activate debug modus: change your file config/defines.inc.php as follows: /* Debug only */ define('_PS_MODE_DEV_', true); if (_PS_MODE_DEV_) and read the errors. Link to comment Share on other sites More sharing options...
aur1mielis Posted April 10, 2014 Author Share Posted April 10, 2014 (edited) Activate debug modus: change your file config/defines.inc.php as follows: /* Debug only */ define('_PS_MODE_DEV_', true); if (_PS_MODE_DEV_) and read the errors. Notice: Use of undefined constant _RIJNDAEL_KEY_ - assumed '_RIJNDAEL_KEY_' in /home/ortava/public_html/classes/Cookie.php on line 80 Notice: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' in /home/ortava/public_html/classes/Cookie.php on line 80 Fatal error: Uncaught exception 'SmartyException' with message 'unable to write file /home/ortava/public_html/cache/smarty/compile/e5/17/0f/wrt53469dc5bbf678.32618204' in /home/ortava/public_html/tools/smarty/sysplugins/smarty_internal_write_file.php:44 Stack trace: #0 /home/ortava/public_html/tools/smarty/sysplugins/smarty_internal_template.php(201): Smarty_Internal_Write_File::writeFile('/home/ortava/pu...', '<?php /* Smarty...', Object(Smarty)) #1 /home/ortava/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(155): Smarty_Internal_Template->compileTemplateSource() #2 /home/ortava/public_html/classes/helper/HelperKpi.php(59): Smarty_Internal_TemplateBase->fetch() #3 /home/ortava/public_html/controllers/admin/AdminOrdersController.php(1394): HelperKpiCore->generate() #4 /home/ortava/public_html/classes/controller/AdminController.php(1754): AdminOrdersControllerCore->renderKpis() #5 /home/ortava/public_html/classes/controller/Controller.php(180): AdminControllerCore->initContent() #6 /home/ortava/public in /home/ortava/public_html/tools/smarty/sysplugins/smarty_internal_write_file.php on line 44 cleared /home/ortava/public_html/cache/smarty/compile/ folder exclude index.php Edited April 10, 2014 by aur1mielis (see edit history) Link to comment Share on other sites More sharing options...
aur1mielis Posted April 10, 2014 Author Share Posted April 10, 2014 (edited) This is repeated again. What do you recommend to do? Please help! Edited April 10, 2014 by aur1mielis (see edit history) Link to comment Share on other sites More sharing options...
selectshop.at Posted April 11, 2014 Share Posted April 11, 2014 (edited) You are using default theme ? Delete smarty cache on back-office: tab "advanced parameters" -> performance -> button delete smarty cache. Rijndael_key problem: you shop is an upgrade of PS 1.5. ? Seems that your server does not support crypt, or mcrypt is not installed on server, or if you upgraded your shop, it is faulty. Edited April 11, 2014 by selectshop.at (see edit history) Link to comment Share on other sites More sharing options...
aur1mielis Posted April 11, 2014 Author Share Posted April 11, 2014 You are using default theme ? Delete smarty cache on back-office: tab "advanced parameters" -> performance -> button delete smarty cache. Rijndael_key problem: you shop is an upgrade of PS 1.5. ? Seems that your server does not support crypt, or mcrypt is not installed on server, or if you upgraded your shop, it is faulty. Oh.. Sloved !!! I have long thought where the error is and I find out. That was because on my hosting disk space was full. Thank you all for help! Link to comment Share on other sites More sharing options...
selectshop.at Posted April 13, 2014 Share Posted April 13, 2014 I'm glad to hear that you solved your problem by your own. 1 Link to comment Share on other sites More sharing options...
Recommended Posts