View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004607 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2012-10-10 16:26 | 2012-12-10 13:33 |
Reporter | Gueltekin_Koc | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.0_5.0.0_RC1 | ||||
Target Version | 4.7.0_5.0.0_RC2 | Fixed in Version | 4.7.0_5.0.0_RC2 | ||
Summary | 0004607: Cannot create custom theme in 5.0.0 version | ||||
Description | Not possible to create customized theme! 1-) I just have created a new theme custom and when activated it on the backend copy azure theme as custom in out/ and application/views/ change the “id” and “title” to custom in the theme.php (in custom directory ) 2-) go to the frontend, you will get the following error on the HOME page: Warning: Smarty error: unable to read resource: "widget/product/listitem_.tpl" in /var/www/tekinsshops/ee500RC1/core/smarty/Smarty.class.php on line 1093 Call Stack: 0.0005 321808 1. {main}() /var/www/tekinsshops/ee500RC1/oxseo.php:0 0.0008 324144 2. require('/var/www/tekinsshops/ee500RC1/index.php') /var/www/tekinsshops/ee500RC1/oxseo.php:38 0.0089 501816 3. Oxid::run() /var/www/tekinsshops/ee500RC1/index.php:20 0.0238 892748 4. oxShopControl->start() /var/www/tekinsshops/ee500RC1/core/oxid.php:32 0.1040 6243080 5. oxShopControl->_process() /var/www/tekinsshops/ee500RC1/core/oxshopcontrol.php:115 0.3423 11544676 6. oxShopControl->_render() /var/www/tekinsshops/ee500RC1/core/oxshopcontrol.php:387 0.3854 12330396 7. Smarty->fetch() /var/www/tekinsshops/ee500RC1/core/oxshopcontrol.php:588 0.3861 12425988 8. include('/var/www/tekinsshops/ee500RC1/tmp/smarty/c7167f3ffa9d127d0480ca6733482a44^%%40^405^405277AF%%start.tpl.php') /var/www/tekinsshops/ee500RC1/core/smarty/Smarty.class.php:1263 0.5889 15723756 9. Smarty->_smarty_include() /var/www/tekinsshops/ee500RC1/tmp/smarty/c7167f3ffa9d127d0480ca6733482a44^%%40^405^405277AF%%start.tpl.php:60 0.5896 15766508 10. include('/var/www/tekinsshops/ee500RC1/tmp/smarty/c7167f3ffa9d127d0480ca6733482a44^%%FC^FCA^FCA347E9%%list.tpl.php') /var/www/tekinsshops/ee500RC1/core/smarty/Smarty.class.php:1869 0.5902 15768644 11. Smarty->_smarty_include() /var/www/tekinsshops/ee500RC1/tmp/smarty/c7167f3ffa9d127d0480ca6733482a44^%%FC^FCA^FCA347E9%%list.tpl.php:44 0.5902 15771204 12. Smarty->_compile_resource() /var/www/tekinsshops/ee500RC1/core/smarty/Smarty.class.php:1867 0.5902 15771444 13. Smarty->_fetch_resource_info() /var/www/tekinsshops/ee500RC1/core/smarty/Smarty.class.php:1415 0.5908 15772776 14. Smarty->trigger_error() /var/www/tekinsshops/ee500RC1/core/smarty/Smarty.class.php:1589 0.5908 15773004 15. trigger_error() /var/www/tekinsshops/ee500RC1/core/smarty/Smarty.class.php:1093 | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0005127 | resolved | tomas.lygutas | New theme should not crash if some options are missing |
|
The problem is, that you are using custom theme options in your templates, but forgot to add them into database. For this case, I added a default list display type "infogrid" in widgets/product/list.tpl and it will not show this warning message anymore in start page. But for future, keep in mind to add custom theme option. |