
12-07-2006, 02:14 PM
|
|
|
Join Date: May 2005
Location: Cheyenne, wy
Posts: 1,380
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by zincpony
ok i got the time slips part working soo far, but now when click on a users logg in name it wont take me to their profile. just a broken page.
Code:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT profilefieldid, required, title, type, data, def, height
FROM profilefield
WHERE profilefieldid NOT IN (50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65) AND form = 0
ORDER BY displayorder;
MySQL Error : Unknown column 'title' in 'field list'
Error Number : 1054
Date : Thursday, December 7th 2006 @ 10:31:18 AM
Script : http://localhost/folder/member.php?u=1
Referrer : http://localhost/folder/timeslips.php?
IP Address : 127.0.0.1
Username : ZincPony
Classname : vB_Database
Code:
Script : http://localhost/folder/member.php?u=1
Referrer : http://localhost/folder/index.php
Code:
Script : http://localhost/folder/member.php?u=1
Referrer : http://localhost/folder/forumdisplay.php?f=2
the profile doesnt work from all referrers
|
The above error,
Quote:
Unknown column 'title' in 'field list'
|
is do to "title" not being in the profile field in your myphpadmin........If i was you at this point, i would wait and see if there is a better way to fix that, then my bogus query write into the profilefield......
|