Edit page still doesn't work
KL 0
From: -
From: -
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
KL
OP
0
From: -
From: -
Edit page still doesn't work
Hi Phillip,
Thank you very much! the script runs fine now.
Good day!
Hi Phillip,
Thank you very much! the script runs fine now.
Good day!
1 Re: Edit page still doesn't work
Philipp
From: Vienna, Austria
Administrator
1340From: 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
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
1 Re: Edit page still doesn't work
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Edit page still doesn't work
Which version are you using?
Which version are you using?
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