Announcement

Collapse
No announcement yet.

thanks JR!!!!!!!!!!!!!!!!!

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • thanks JR!!!!!!!!!!!!!!!!!

    me, joe, or norm could not fix the cp prob. seems www.chirpthird.com (the ss forum) had the same problem too... jr took some time and cranked her up fer us!

    you da man.......JR....always have been

    The Goldens: Reno and Rocky

    2008 C6, M6, LS3, Corsa Extreme C/B, (it flys) & 2008 Yukon loaded (Titanic), 03 Ford Focus..everydaydriver.

    Wolfdog Rescue Resources, Inc.:http://www.wrr-inc.org
    Home Page: http://www.renokeo.com
    sold: 97 Firehawk, 97 Comp T/A, 2005 GTO, 2008 Solstice GXP turbo.

  • #2
    "user cp" still doesn't work for me.
    2002 Electron Blue Vette, 1SC, FE3/Z51, G92 3.15 gears, 308.9 RWHP 321.7 RWTQ (before any mods), SLP headers, Z06 exhaust, MSD Ignition Wires, AC Delco Iridium Spark Plugs, 160 t-stat, lots of ECM tuning

    1995 Z28, many mods, SOLD

    A proud member of the "F-Body Dirty Dozen"

    Comment


    • #3
      me neither

      Comment


      • #4
        Works for me. Thought at first that was your way of kicking me off the site. Man I am glad to get back on.I miss all the good bad an the BS from all you guys.Blazer

        Comment


        • #5
          Originally posted by Blazer
          Works for me. Thought at first that was your way of kicking me off the site. Man I am glad to get back on.I miss all the good bad an the BS from all you guys.Blazer

          The Goldens: Reno and Rocky

          2008 C6, M6, LS3, Corsa Extreme C/B, (it flys) & 2008 Yukon loaded (Titanic), 03 Ford Focus..everydaydriver.

          Wolfdog Rescue Resources, Inc.:http://www.wrr-inc.org
          Home Page: http://www.renokeo.com
          sold: 97 Firehawk, 97 Comp T/A, 2005 GTO, 2008 Solstice GXP turbo.

          Comment


          • #6
            User CP does not work for me.
            Tracy
            2002 C5 M6 Convertible
            1994 Z28 M6 Convertible
            Current Mods:
            SLP Ultra-Z functional ramair, SS Spoiler, STB, SFCs, Headers, Clutch, Bilstein Shocks, and TB Airfoil. 17x9 SS rims with Goodyear tires, 160F T-Stat, MSD Blaster Coil, Taylor wires, Hurst billet shifter, Borla catback with QTP e-cutout, Tuned PCM, 1LE Swaybars, 1LE driveshaft, ES bushings, White gauges, C5 front brakes, !CAGS, Bose/Soundstream audio, CST leather interior, synthetic fluids

            Comment


            • #7
              its fk'd up again. i'll get in touch with him. i'll also try chirpthird, im registered there as well, have been for years.....

              The Goldens: Reno and Rocky

              2008 C6, M6, LS3, Corsa Extreme C/B, (it flys) & 2008 Yukon loaded (Titanic), 03 Ford Focus..everydaydriver.

              Wolfdog Rescue Resources, Inc.:http://www.wrr-inc.org
              Home Page: http://www.renokeo.com
              sold: 97 Firehawk, 97 Comp T/A, 2005 GTO, 2008 Solstice GXP turbo.

              Comment


              • #8
                Hmmm.... makes me wonder about the integrity of a few areas. See if you can get him to upgrade to 3.5.4?

                Comment


                • #9
                  Originally posted by Joe 1320
                  Hmmm.... makes me wonder about the integrity of a few areas. See if you can get him to upgrade to 3.5.4?
                  chirpthird is down too.......(cp)

                  The Goldens: Reno and Rocky

                  2008 C6, M6, LS3, Corsa Extreme C/B, (it flys) & 2008 Yukon loaded (Titanic), 03 Ford Focus..everydaydriver.

                  Wolfdog Rescue Resources, Inc.:http://www.wrr-inc.org
                  Home Page: http://www.renokeo.com
                  sold: 97 Firehawk, 97 Comp T/A, 2005 GTO, 2008 Solstice GXP turbo.

                  Comment


                  • #10
                    Someone had to of changed something for this to happen, it can't just start to do it. The error is "mysql error: Unknown column 'thread.threadid' in 'on clause'" So there is a problem in the user.php file that is lookin for thread table in the database. You usually have to fix the problem before you upgrade or you will still have the problem or maybe even more. cause it's a big jump from 3.0.7 to 3.5.4. It's alot better, but they changed ALOT in the newer versions.
                    Richard Harvey Jr.
                    '94 T/A LT1 (stock) - SOLD

                    Comment


                    • #11
                      Could also be a database problem. Sometimes tables can outgrow their defined parameters and cause problems. There is a command named "ALTER TABLE" that can be used to increase the MAX_ROWS and AVG_ROW_LENGTH table option values if that is in fact the problem.

                      I suggested a few days ago that someone with access to run a MySQL diagnostic utility named "myisamchk". It will specifically query all the tables and provide a diagnostic report.

                      It's giving a SQL error 1054. That is a "bad field" error and that is why it is saying unknown column '%s' in '%s'. This is sometimes a syntax related error in the user.php file.

                      Comment


                      • #12
                        OK, I did some digging and apparently this is a common problem with version 3.0.7

                        As I mentioned above, the 1054 error led me to believe the possibility of a syntax error. It appears to be just that.

                        This is the fix that some of the other board admins have found successful in resolving this particular problem:

                        In FORUMROOT/usercp.php, line 287 and 288:

                        Change from:

                        FROM " . TABLE_PREFIX . "thread AS thread,
                        " . TABLE_PREFIX . "subscribethread AS subscribethread

                        Change to:

                        FROM (" . TABLE_PREFIX . "thread AS thread,
                        " . TABLE_PREFIX . "subscribethread AS subscribethread)





                        Make a backup first!

                        Comment


                        • #13
                          Any update?

                          Comment

                          Working...
                          X