
05-10-2007, 12:41 AM
|
|
|
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by BBI-Ross
Hi,
I have noticed that when members login through the portal, it doesn't seem to work.
You type in your login details then it gives you the "thanks for logging in confirmation" then it goes back to the portal and shows that they have not logged in  All the other login areas are fine on my site, it's just the portal thats affected.
Any ideas on how to fix this?
Cheers.
|
This is due to your cookie settings. Try .domain.ext
Quote:
Originally Posted by giovannicosta
What does this error mean: on portal.php?
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT t.threadid, t.title, t.lastpost, t.forumid, t.open, t.replycount, t.postusername, t.postuserid, t.lastposter, t.dateline, t.views, t.visible, t.firstpostid, f.title AS forumtitle, post.pagetext AS preview
FROM vb_forum f
INNER JOIN vb_thread t ON t.forumid = f.forumid
LEFT OUTER JOIN vb_post AS post ON post.postid = t.firstpostid WHERE t.forumid = 0 AND visible = 1
ORDER BY dateline DESC
LIMIT 3;
MySQL Error : Column 'visible' in where clause is ambiguous
Error Number : 1052
Date : Wednesday, May 9th 2007 @ 03:11:51 PM
Script : http://www.computerforumz.org/portal.php
Referrer :
IP Address : 172.203.63.30
Username : giovanni
Classname : vb_database
|
Probably a deleted or moderated thread or a redirect in the forum used for the news.
|