Jump to content

AFTER Regenerating images BLANK PAGE..


Recommended Posts

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 by aur1mielis (see edit history)
Link to comment
Share on other sites

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 by selectshop.at (see edit history)
Link to comment
Share on other sites

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

×
×
  • Create New...