Results 1 to 8 of 8

Sitemap Datenbankfehler

This is a discussion on Sitemap Datenbankfehler within the Deutsch forums, part of the General Discussion category; Code: Datenbankfehler in vBulletin 4.0.7: Invalid SQL: SELECT COUNT(*) as cnt,max(lastpost) as lastupdate FROM thread AS thread INNER JOIN tagcontent ...

  1. #1
    Member
    Real Name
    Christoph
    Join Date
    Jul 2008
    Posts
    32
    Liked
    0 times

    Sitemap Datenbankfehler

    Code:
    Datenbankfehler in vBulletin 4.0.7:
    
    Invalid SQL:
                       SELECT COUNT(*) as cnt,max(lastpost) as lastupdate
                       FROM thread AS thread
                       INNER JOIN tagcontent AS tagcontent ON
                           (tagcontent.tagid = 1 AND tagcontent.contentid = thread.threadid)
                       WHERE thread.forumid IN()
                           AND thread.visible = 1
                           AND thread.sticky IN (0, 1)
                           AND thread.open <> 10
                       GROUP BY tagcontent.tagid;
    
    MySQL-Fehler  : 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 ')
                           AND thread.visible = 1
                           AND thread.sticky IN (0, 1)' at line 5
    Fehler-Nr.    : 1064
    Fehler-Zeit   : Tuesday, 30.11.2010 @ 20:59:11
    Datum         : Tuesday, 30.11.2010 @ 20:59:13
    
    Klassenname   : vB_Database
    MySQL-Version : 5.0.51a-24+lenny4
    Dies kommt wenn ich den task starte allerdings kommt auch ein db fehler wenn ich "run gernerator mache"

  2. #2
    Senior Member
    Real Name
    Fabio
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    758
    Liked
    11 times
    Blog Entries
    1
    Wie lautet denn der DB Fehler, wenn du auf "Run Sitemap Generator" klickst?


    Gruß,
    Fabio

  3. #3
    Member
    Real Name
    Christoph
    Join Date
    Jul 2008
    Posts
    32
    Liked
    0 times
    leider seh ich dann keinen genauen nur Vbulletin datenbankfehler

  4. #4
    Senior Member
    Real Name
    Fabio
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    758
    Liked
    11 times
    Blog Entries
    1
    Mach mal bitte Rechtsklick und dann "Quelltext anzeigen", ob dort irgendwelche Details stehen.


    Gruß,
    Fabio

  5. #5
    Member
    Real Name
    Christoph
    Join Date
    Jul 2008
    Posts
    32
    Liked
    0 times
    !--
    Datenbankfehler in vBulletin 4.0.7:

    Invalid SQL:

    SELECT COUNT(*) as cnt,max(lastpost) as lastupdate
    FROM thread AS thread
    INNER JOIN tagcontent AS tagcontent ON
    (tagcontent.tagid = 1 AND tagcontent.contentid = thread.threadid)
    WHERE thread.forumid IN()
    AND thread.visible = 1
    AND thread.sticky IN (0, 1)
    AND thread.open &lt;&gt; 10
    GROUP BY tagcontent.tagid;

    MySQL-Fehler : 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 ')
    AND thread.visible = 1
    AND thread.sticky IN (0, 1)' at line 5
    Fehler-Nr. : 1064
    Fehler-Zeit : Wednesday, 01.12.2010 @ 18:07:13
    Datum : Wednesday, 01.12.2010 @ 18:07:14

  6. #6
    Senior Member
    Real Name
    Fabio
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    758
    Liked
    11 times
    Blog Entries
    1
    Hallo Christoph,

    hat irgendein öffentliches Forum von dir Stichwörter?


    Gruß,
    Fabio

  7. #7
    Member
    Real Name
    Christoph
    Join Date
    Jul 2008
    Posts
    32
    Liked
    0 times
    woran sehe ich das

  8. #8
    Senior Member
    Real Name
    Fabio
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    758
    Liked
    11 times
    Blog Entries
    1
    Versuche bitte einfach mal die Stichworte nicht in die Sitemaps aufzunehmen, ob es dann funktioniert!

Similar Threads

  1. Datenbankfehler Sitemap Generator
    By neroes in forum Deutsch
    Replies: 4
    Last Post: 02-17-2010, 02:19 PM
  2. Datenbankfehler
    By serhad in forum Deutsch
    Replies: 7
    Last Post: 09-05-2008, 09:31 AM
  3. Datenbankfehler sitemap
    By sandri in forum Deutsch
    Replies: 1
    Last Post: 06-06-2008, 09:08 PM
  4. Datenbankfehler bei Sitemap Erstellung:
    By fade in forum Deutsch
    Replies: 1
    Last Post: 12-09-2006, 06:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •