FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » SQL Post-Installation Problems
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
icon9.gif  SQL Post-Installation Problems [message #1407] Fri, 12 April 2002 15:17 Go to previous message
henry is currently offline  henry   United Kingdom
Messages: 2
Registered: April 2002
Location: Bedford, UK
Karma:
Junior Member

Hey there,

I've just installed FUDforum-1.2.4 on my standard RedHat box.

Versions are as follows:

mysql-3.22.32
php-4-something

This is what I get at the top of most queries!

Query Failed: SELECT fud_cat.description, fud_cat.name AS cat_name, fud_cat.default_view, fud_cat.allow_collapse, fud_forum.*, fud_forum_read.last_view, fud_msg.id AS msg_id, fud_msg.post_stamp AS msg_post_stamp, fud_users.id AS user_id, fud_users.login AS user_login FROM fud_cat INNER JOIN fud_forum ON fud_cat.id=fud_forum.cat_id AND fud_cat.hidden='N' LEFT JOIN fud_msg ON fud_forum.last_post_id=fud_msg.id LEFT JOIN fud_users ON fud_msg.poster_id=fud_users.id LEFT JOIN fud_forum_read ON fud_forum.id=fud_forum_read.forum_id AND fud_forum_read.user_id=1 WHERE fud_forum.hidden='N' ORDER BY fud_cat.view_order, fud_forum.view_order
Reason: You have an error in your SQL syntax near 'ON fud_cat.id=fud_forum.cat_id AND fud_cat.hidden='N' LEFT JOIN fud_msg ' at line 5
From: /usr/local/apache/htdocs/forum/www_root/index.php
Server Version: 3.22.32

Any ideas? I did have to edit GLOBALS.php and take out a load of '/''s in order to get it to work at all.

Thanks in advance,

Henry Rolling Eyes
[Message index]
 
Read Message icon9.gif
Read Message
Read Message
Previous Topic: Removing links from login.php
Next Topic: Java error when i try too use Formatting tools
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Sep 29 03:29:17 GMT 2024

Total time taken to generate the page: 0.05216 seconds