Help Items not viewable after upgrade
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Help Items not viewable
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
After upgrade the help items does not appears and it says:
Table 'myuser_wsnlinks.helpcatstable' doesn't exist
But checking at admin panel all help items show filled.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
This doesn't seem possible. It sounds like a mix of 4.1 and 5.0 files or something. Maybe a 4.1 toplist of help categories?
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
At helpmain.tpl I had:
<!-- BEGIN TOPLIST 1 -->
<CONFIG>helpcats,priority,100,ascending< ; ;/CONFIG>
Where you have:
<!-- BEGIN TOPLIST 1 -->
<CONFIG>helpcategory,priority,100,ascending </CONFIG>
This was the problem.
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Also at helpcatcontents.tpl
I had:
<!-- BEGIN TOPLIST 1 -->
<CONFIG>helpitems,priority,1000,ascending,c ategory={HELPCATID}</CONFIG>
Where you have:
<!-- BEGIN TOPLIST 1 -->
<CONFIG>helpitem,priority,1000,ascending,ca tegory={HELPCATID}</CONFIG>
This also caused errors.