What is the easiest way to delete the "Default" category. I see it on phpMyAdmin, but I am scared to delete it there and screw up my database. What is the best way to do this?
Thanks in advance,
Dave
Deleting category "Default"
Moderator: mkoch227
I don't recommend deleting the default category, but renaming it from Hesk to your primary category.
If you do want to delete it you should:
1. backup existing database
2. Try this SQL code:
or simply delete the entry "Default" in hesk_categories table from phpMyAdmin
Regards
If you do want to delete it you should:
1. backup existing database
2. Try this SQL code:
Code: Select all
DELETE FROM `hesk_categories` WHERE `id`=1 LIMIT 1
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools