You can always drop and then reinstall the tables;Kulinarisk wrote:Another stupid question. Playing around with the backend - I have deleted some categories (since the hierarchy is alphabetical) and somehow it hangs in sql when I reintroduce the same name. How do I clean the cache in mysql? Or is it a bug?
Tutorial for shop-module and hack to use shop in 1.3.3
Re: Tutorial for shop-module and hack to use shop in 1.3.3
Re: Tutorial for shop-module and hack to use shop in 1.3.3
Hi,
there are old entrys inside your db.
Please run this snippet using phpMyAdmin in SQL:
For deleted articles:
For deleted structure names:
For deleted files/pictures (only after you have cleared the trash can in filemanager and doing Admin -> remove delete files :
Regards Knut
there are old entrys inside your db.
Please run this snippet using phpMyAdmin in SQL:
For deleted articles:
Code: Select all
DELETE FROM phpwcms_article WHERE article_deleted=9;
DELETE FROM phpwcms_articlecontent WHERE acontent_trash=9;
Code: Select all
DELETE FROM phpwcms_articlecat WHERE acat_trash=9;
Code: Select all
DELETE FROM phpwcms_file WHERE f_trash=8;
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
-
- Posts: 73
- Joined: Tue 15. Jun 2004, 01:06
- Location: Denmark
- Contact:
Re: Tutorial for shop-module and hack to use shop in 1.3.3
Do I do this in phpmysql?flip-flop wrote:For deleted files/pictures (only after you have cleared the trash can in filemanager and doing Admin -> remove delete files :Regards KnutCode: Select all
DELETE FROM phpwcms_file WHERE f_trash=8;
I'm not very fluent in phpmysql

Re: Tutorial for shop-module and hack to use shop in 1.3.3
phpMyAdmin 

>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
-
- Posts: 73
- Joined: Tue 15. Jun 2004, 01:06
- Location: Denmark
- Contact:
Re: Tutorial for shop-module and hack to use shop in 1.3.3
Sorry
phpmyadmin
But I just can't seem to make it work.
I enter phpmyadmin, tick acat_trash off and empty the trash, using the icon. When I try to name a new sub category in backend (Yes, I have used the same name before, since deleted) it highlights in red, and I can't use the same name.
Full disclosure: I am not very familiar with phpmyadmin
phpmyadmin

But I just can't seem to make it work.
I enter phpmyadmin, tick acat_trash off and empty the trash, using the icon. When I try to name a new sub category in backend (Yes, I have used the same name before, since deleted) it highlights in red, and I can't use the same name.
Full disclosure: I am not very familiar with phpmyadmin