Getting a wordpress mysql db error. Help anyone?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eroswebmaster
    March 1st, 2003
    • Jul 2001
    • 20295

    #1

    Getting a wordpress mysql db error. Help anyone?

    This is the error code..and believe me you I don't understand mysql for shit.



    WordPress database 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 '-3' at line 1]
    SELECT DISTINCT * FROM wp_posts LEFT JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) WHERE 1=1 AND (category_id = 2) AND post_date_gmt <= '2006-02-10 16:58:59' AND (post_status = "publish" OR post_author = 1 AND post_status != 'draft' AND post_status != 'static') AND post_status != "attachment" GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, -3-3


    Thanks for any help you can offer.
    For rent - ICQ 127-027-910
    Click here for more details
  • JD
    Too lazy to set a custom title
    • Sep 2003
    • 22651

    #2
    what are you doing to get the error?

    Comment

    • baddog
      So Fucking Banned
      • Apr 2001
      • 107089

      #3
      Originally posted by SPeRMiNaToR
      what are you doing to get the error?

      Yeah . . . add a plugin, SE friendly permalinks . . . what?

      Comment

      • eroswebmaster
        March 1st, 2003
        • Jul 2001
        • 20295

        #4
        Originally posted by SPeRMiNaToR
        what are you doing to get the error?
        I just finished a design fora blog and was running a test post and when I click on a category or click on the test post link I get that.
        For rent - ICQ 127-027-910
        Click here for more details

        Comment

        • eroswebmaster
          March 1st, 2003
          • Jul 2001
          • 20295

          #5
          Originally posted by baddog
          Yeah . . . add a plugin, SE friendly permalinks . . . what?
          Permalinks are next...just testing the blog after puttig up the design and I got this error.
          For rent - ICQ 127-027-910
          Click here for more details

          Comment

          • baddog
            So Fucking Banned
            • Apr 2001
            • 107089

            #6
            Originally posted by eroswebmaster
            I just finished a design fora blog and was running a test post and when I click on a category or click on the test post link I get that.
            hmmm, sorry . . . no idea then

            Comment

            • Brujah
              Beer Money Baron
              • Jan 2001
              • 22157

              #7
              You have an error in your SQL syntax.

              ok, seriously.. for some reason you have -3 -3 in there that probably shouldn't be. Can't tell without seeing the code. Could be the design that interfered with the php code.

              Comment

              • baddog
                So Fucking Banned
                • Apr 2001
                • 107089

                #8
                Originally posted by Brujah
                Could be the design that interfered with the php code.

                That would be my first guess

                Comment

                • eroswebmaster
                  March 1st, 2003
                  • Jul 2001
                  • 20295

                  #9
                  Originally posted by Brujah
                  Could be the design that interfered with the php code.
                  I have switched themes to the preinstalled wp themes and still same error.
                  For rent - ICQ 127-027-910
                  Click here for more details

                  Comment

                  • JD
                    Too lazy to set a custom title
                    • Sep 2003
                    • 22651

                    #10
                    Originally posted by eroswebmaster
                    I have switched themes to the preinstalled wp themes and still same error.
                    did you just install WP? Might have been a db fuck up

                    Comment

                    • eroswebmaster
                      March 1st, 2003
                      • Jul 2001
                      • 20295

                      #11
                      Originally posted by SPeRMiNaToR
                      did you just install WP? Might have been a db fuck up
                      No it had been running for a bit..but I had not really worked with it yet...but I'm thinking about just wiping the db and reinstalling it and upping the template I designed and go from there.
                      For rent - ICQ 127-027-910
                      Click here for more details

                      Comment

                      • JD
                        Too lazy to set a custom title
                        • Sep 2003
                        • 22651

                        #12
                        Originally posted by eroswebmaster
                        No it had been running for a bit..but I had not really worked with it yet...but I'm thinking about just wiping the db and reinstalling it and upping the template I designed and go from there.
                        since you're not gunna lose much that might be faster/easier than figuring out wtf is going on with it

                        Comment

                        • eroswebmaster
                          March 1st, 2003
                          • Jul 2001
                          • 20295

                          #13
                          Originally posted by SPeRMiNaToR
                          since you're not gunna lose much that might be faster/easier than figuring out wtf is going on with it
                          Yep...LOL I figured this would be one of those 2 hour gigs to find the 5 minute solution, so best just to wipe it
                          For rent - ICQ 127-027-910
                          Click here for more details

                          Comment

                          • BigFlexy
                            Registered User
                            • Sep 2004
                            • 78

                            #14
                            I think the problem is in the Inner Join statement.

                            JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id)

                            Doesn't make sense to join the catagory id on the post id. Should be catagory ID on Catagory ID.

                            Also, only use one set of quotes. " or ' . Don't mix and match them. they always give headaches.

                            Comment

                            Working...