News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Cannot delete device template category

Started by satz, November 01, 2005, 07:41:57 PM

Previous topic - Next topic

archived

I accidently added a device template category instead of adding a new model. I get the following error when I attempt to delete it.

QuoteFatal error: Call to undefined function: deletedevicecategory() in /var/www/pluto-admin/include/utils.inc.php on line 3795

How do I delete it?

archived

Fixed, in an older release the device category was deleted by opening an popup, and the function wasn't in "utils.inc.php" library, but inside of that popup.

To remove the device category, you can either wait for next release, which will have the fix for this issue, or you can go to database and run a sql query DELETE FROM DeviceCategory WHERE PK_DeviceCategory=X;
with X the ID of category who is displayed next to category name in Device Templates page.

archived