Edit page still doesn't work Hi, I really like this script; however, the basic script that i downloaded could not allow me to edit category. 2 errors occured: 1 - i could not change the name of "description" category 2- when trying to edit other categories, their name and description got switched. 3- sometimes, editing categories does not do anything... This script seems to be nice, but with this basic error it really worries me. ... it seems that the index.php file for admin folder does not contain any code for updating categories? ---- Thanks
Edit page still doesn't work Found the problem. There was a small typo in mod_news.php of the 1.5.2 freeware version Open mod_news.php and replace: DBQuery("UPDATE esselbach_st_categories SET category_name='$category', category_name='$categorydsc' WHERE category_id='$zid'"); with: DBQuery("UPDATE esselbach_st_categories SET category_name='$category', category_desc='$categorydsc' WHERE category_id='$zid'"); This typo was fixed a long time ago in the licensed version. However, I forgot to update this in the freeware version