I just selected a menu item in my WSN Links admin page to integrate the WSN Links members with the WSN Forum members, and now I can't log-in to my WSN Links site as admin. It says that it doesn't recognize my password (which I know is correct). I can, however, login to the WSN Forums section.
Any suggestions on how to fix the WSN Links admin login?
See the troubleshooting section for the query to reverse it.
If I recall, wasn't your WSN Forum already integrated into your WSN Links? If so, integrating Links into the relic of Forum's unused member system would be undesirable and would require you to login with whatever the original login for the forum had been (if the rest of the integration details are right, anyhow).
I don't see how it could be created by integration since settings don't integrate. There shouldn't be any fulltext on the settings table, the only index I see there in any of my installs is the unique index on id.
I normally use SQL tab, but I suppose the query tab would work too.
Comments on Can't login as admin
Experienced
Usergroup: Customer
Joined: Jul 28, 2005
Total Topics: 30
Total Comments: 55
I just selected a menu item in my WSN Links admin page to integrate the WSN Links members with the WSN Forum members, and now I can't log-in to my WSN Links site as admin. It says that it doesn't recognize my password (which I know is correct). I can, however, login to the WSN Forums section.
Any suggestions on how to fix the WSN Links admin login?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
scripts.webmastersite.net/w...s/wsnmanual/link.php?id=75
See the troubleshooting section for the query to reverse it.
If I recall, wasn't your WSN Forum already integrated into your WSN Links? If so, integrating Links into the relic of Forum's unused member system would be undesirable and would require you to login with whatever the original login for the forum had been (if the rest of the integration details are right, anyhow).
Experienced
Usergroup: Customer
Joined: Jul 28, 2005
Total Topics: 30
Total Comments: 55
Ok. I'm reading it. But how do I get back to my admin panel in WSN Links?
I tried entering this into the query window, but it doesn't seem to have worked.
UPDATE wsnlinks_settings SET content='' WHERE name='integration';
Can you be more specific about how to enter the query? I took a snapshot of my query window.
<img src="http://www.elementlist.com/images/query.jpg">
Experienced
Usergroup: Customer
Joined: Jul 28, 2005
Total Topics: 30
Total Comments: 55
There's a message on my phpadmin page saying, "More than one FULLTEXT key was created for column 'content'."
Is that the result of the query I just made? Or was it caused by the WSN Links integration selection that I made from the WSN Links admin page?
Should I delete the content_2 index?
<img src="http://www.elementlist.com/images/query2.jpg" alt="" border="0" width="341" height="363"/>
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I don't see how it could be created by integration since settings don't integrate. There shouldn't be any fulltext on the settings table, the only index I see there in any of my installs is the unique index on id.
I normally use SQL tab, but I suppose the query tab would work too.
Experienced
Usergroup: Customer
Joined: Jul 28, 2005
Total Topics: 30
Total Comments: 55
Great. The SQL tab worked.
Thanks so much!