PDA

View Full Version : Help !!!!!!


koned
09-20-2005, 05:30 PM
Hi can anyone help with this problem

Database error in vBulletin 3.0.8:

Invalid SQL:
SELECT thread.pollid, open, threadid, replycount, forumid, question, poll.dateline, options, votes, active, numberoptions, timeout, multiple, voters, public , pollvoteid
FROM poll AS poll
INNER JOIN thread AS thread USING (pollid)
LEFT JOIN pollvote AS pollvote ON (pollvote.pollid = poll.pollid AND pollvote.userid = 1)
LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
WHERE open <> 10 AND thread.pollid != 0 AND visible = 1



AND deletionlog.primaryid IS NULL
ORDER BY

mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 11

mysql error number: 1064

what can i do ????

the problem is i cant see the portal
and if i start the cmps_index.php manually
this message appears
any ideas

please help

big thx
greez

koned :confused:

Brian
09-21-2005, 01:33 PM
Did you just upgrade recently? If so, did you run the upgrade script? If not, run it. If that's not it, try editing your poll module through the admin cp and make sure you have something selected for the display order option.

Our Sponsors
 

koned
09-23-2005, 03:54 AM
hi brian
thx for the help
now i have a new problem
if i start the cmps_index.php manually then i can see the portal ....
.... but not the board :confused:
if i click on the header wich should bring me to the board i get 404 ????
what have i done wrong ???
some important setting must be wrong
somehow the portal and the board are not visble at the same time ???
another strange thing is, that the portal is placed were the board used to be??

http://funboard666.fu.funpic.de/index.php

i hope you can help me

big thx

koned

koned
09-27-2005, 04:59 PM
can`t anyone help me ????
plz

thx koned

Our Sponsors
 

Brian
09-28-2005, 12:41 PM
If you want your header image to link to your forums then you'll need to edit your header template and change the link there.