v1.3.2 - Settings page broken (template selector)
Posted: Wed Aug 26, 2009 2:02 am
First, OpenCart is WONDERFUL! Thank you for a great project/product!
Bug:
After upgrading to 1.3.2, updating anything on the Settings admin page breaks the cart causing an error that says it cannot open the template. The problem is with the template selector portion. "default" is neither selected by default nor available. In my case I updated my home page text and then saved. This deleted the template value in the mySql database.
Workaround after saving Settings (for users that know how to work with mySql)
In the mySql database, in the "setting" table, insert a new row:
Field.......... Value
---------------- ----------------------
setting_id...: 10113
group........: config
group_key...: config_template
value.........: default/template/
This fixes what the Settings/Save function broke.
Thanks in advance for the solution update.
Peace,
Scott
Bug:
After upgrading to 1.3.2, updating anything on the Settings admin page breaks the cart causing an error that says it cannot open the template. The problem is with the template selector portion. "default" is neither selected by default nor available. In my case I updated my home page text and then saved. This deleted the template value in the mySql database.
Workaround after saving Settings (for users that know how to work with mySql)
In the mySql database, in the "setting" table, insert a new row:
Field.......... Value
---------------- ----------------------
setting_id...: 10113
group........: config
group_key...: config_template
value.........: default/template/
This fixes what the Settings/Save function broke.
Thanks in advance for the solution update.
Peace,
Scott