The Arcive of vBulletin Modifications Site. |
|
User File - Plz Help Details »»
|
|||||||||||||||||||||||||
how do i fix this error? can u plz help me.
PHP Code:
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
ne1
|
|
#3
|
|||
|
|||
|
try adding a comma after lastpost? not sure but its worth a try right
regards...g-force2k2 |
|
#4
|
|||
|
|||
|
u r a genius. thanx a lot.
|
|
#5
|
|||
|
|||
|
almost a genius.
now i get this Database error in vBulletin Control Panel 2.2.6: Invalid SQL: SELECT userid FROM user WHERE username='Name' AND userid <> mysql error: You have an error in your SQL syntax near '' at line 7 mysql error number: 1064 |
|
#6
|
||||
|
||||
|
Try changing this:
Code:
SELECT *,FROM_UNIXTIME(joindate) Code:
SELECT user.*,FROM_UNIXTIME(joindate) |
|
#7
|
|||
|
|||
|
i get the same error.
|
|
#8
|
||||
|
||||
|
Post that whole piece of code here and let's look at it.
|
|
#9
|
|||
|
|||
|
here it is
PHP Code:
|
|
#10
|
||||
|
||||
|
Well. you stumped me on this one. That is the exact same piece of code I have and I don't get any errors. g-force2k2, any ideas there, my friend?
|
![]() |
|
|