This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Edit page still doesn't work


avatar
KL 0
From: -
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

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Edit page still doesn't work
avatar
OP 0
From: -
Edit page still doesn't work

Hi Phillip,

Thank you very much! the script runs fine now. Smiling Face

Good day!
1 Re: Edit page still doesn't work
avatar
Administrator
1340
From: Vienna, Austria
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 Hushed Face
1 Re: Edit page still doesn't work
avatar
Administrator
1340
From: Vienna, Austria
Edit page still doesn't work

Which version are you using?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.