2015-02-02, 01:22:43
(2015-02-02, 00:46:10)Angryboy Wrote: Not made changes yet, but what happens if you delete the data/other/catalog/settings folder completely and let the plugin copy the default files over again? Do you get the same issues in the Themes section?
I will remove the http:// prefix in the next commit.
I removed data/other/catalog/settings folder completely and let the plugin create a new one, but save error for 'theme' persisted. Tested several times. Also tried removing data/other/catalog/theme folder completely and still got problem with the new one plugin created.
If I edit data/other/catalog/theme/Innovation.xml manually (on server) to create a file with no data in the fields, thus:
PHP Code:
<?xml version="1.0"?>
<theme>
<header><![CDATA[]]></header>
<indexheader><![CDATA[]]></indexheader>
<indexcategories><![CDATA[]]></indexcategories>
<indexfooter><![CDATA[]]></indexfooter><category><![CDATA[]]></category>
<product><![CDATA[]]></product>
<searchresult><![CDATA[]]></searchresult>
<footer><![CDATA[]]></footer><css><![CDATA[]]></css></theme>