Anyone else have titleimage trouble with 4.04? Just goes to Array

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • socceronly
    Senior Member
    • Nov 2009
    • 631
    • 3.8.x

    [Forum] Anyone else have titleimage trouble with 4.04? Just goes to Array

    I just set up a testforum with 4.04.

    The first thing I tried to do was change the titleimage. No matter what I enter, after I hit save it just goes back to Array.

    Anyone else have this problem or am I missing a setting somewhere?

    Thanks,
    JM
    Hmmm. Cheese.
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    Bug report: http://tracker.vbulletin.com/browse/VBIV-7479

    Fix: In admincp/stylevar.php, change Lines 488-491 from:
    Code:
    $vbulletin->input->clean_array_gpc('p', array(
            'stylevar' => TYPE_ARRAY_ARRAY,
            'original' => TYPE_ARRAY_ARRAY,
        ));
    to:
    Code:
    $vbulletin->input->clean_array_gpc('p', array(
            'stylevar' => TYPE_ARRAY_STRING,
            'original' => TYPE_ARRAY_STRING,
        ));

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment

    • socceronly
      Senior Member
      • Nov 2009
      • 631
      • 3.8.x

      #3
      Originally posted by Lynne
      Bug report: http://tracker.vbulletin.com/browse/VBIV-7479

      Fix: In admincp/stylevar.php, change Lines 488-491 from:
      Code:
      $vbulletin->input->clean_array_gpc('p', array(
              'stylevar' => TYPE_ARRAY_ARRAY,
              'original' => TYPE_ARRAY_ARRAY,
          ));
      to:
      Code:
      $vbulletin->input->clean_array_gpc('p', array(
              'stylevar' => TYPE_ARRAY_STRING,
              'original' => TYPE_ARRAY_STRING,
          ));
      Thank you!

      Hmmm. Cheese.

      Comment

      • jdougher
        Senior Member
        • Jul 2005
        • 237

        #4
        Originally posted by socceronly
        I just set up a testforum with 4.04.

        The first thing I tried to do was change the titleimage. No matter what I enter, after I hit save it just goes back to Array.

        Anyone else have this problem or am I missing a setting somewhere?

        Thanks,
        JM
        Same issue here:



        Grrrrrrr!!!!!!!!!!!!!!!!!!!!!!
        PhotoCamel | PoetryCircle | KissMyCamel

        Comment

        • jdougher
          Senior Member
          • Jul 2005
          • 237

          #5
          Originally posted by Lynne
          Bug report: http://tracker.vbulletin.com/browse/VBIV-7479

          Fix: In admincp/stylevar.php, change Lines 488-491 from:
          Code:
          $vbulletin->input->clean_array_gpc('p', array(
          'stylevar' => TYPE_ARRAY_ARRAY,
          'original' => TYPE_ARRAY_ARRAY,
          ));
          to:
          Code:
          $vbulletin->input->clean_array_gpc('p', array(
          'stylevar' => TYPE_ARRAY_STRING,
          'original' => TYPE_ARRAY_STRING,
          ));
          Uh, how are you folks doing testing on this product? Something needs to change.
          PhotoCamel | PoetryCircle | KissMyCamel

          Comment

          • ismael33
            Member
            • Jan 2010
            • 35
            • 4.0.0

            #6
            Originally posted by jdougher
            Uh, how are you folks doing testing on this product? Something needs to change.
            We are free testers i asume it but it has to be official. vbulletin are making me losing my time testing his software. This is the last time i test for free, i will wait almost two weeks until other users and vbulletin are sure everything is ok.

            Comment

            • ismael33
              Member
              • Jan 2010
              • 35
              • 4.0.0

              #7
              deleted
              Last edited by ismael33; Sat 19 Jun '10, 9:14am.

              Comment

              • chewbacca
                Senior Member
                • Sep 2004
                • 258

                #8
                Originally posted by ismael33
                We are free testers i asume it but it has to be official. vbulletin are making me losing my time testing his software. This is the last time i test for free, i will wait almost two weeks until other users and vbulletin are sure everything is ok.
                Me too. I thought I was the only one experiencing this with certain stylevars and was going crazy over this. I wasted many hours attempting to hunt down a PHP or Apache misconfiguration which didn't exist. How did a showstopping bug like this make it to release?

                Comment

                • borbole
                  Senior Member
                  • Feb 2010
                  • 3074
                  • 4.0.0

                  #9
                  I can understand your frustrations guys but hopefully this and all the other bugs will be sorted out quickly.

                  Comment

                  • jdougher
                    Senior Member
                    • Jul 2005
                    • 237

                    #10
                    Originally posted by chewbacca
                    Me too. I thought I was the only one experiencing this with certain stylevars and was going crazy over this. I wasted many hours attempting to hunt down a PHP or Apache misconfiguration which didn't exist. How did a showstopping bug like this make it to release?
                    I'm sure this is just one of many bugs that would classify as showstopping in a decently run software house.
                    PhotoCamel | PoetryCircle | KissMyCamel

                    Comment

                    • jdougher
                      Senior Member
                      • Jul 2005
                      • 237

                      #11
                      Originally posted by borbole
                      I can understand your frustrations guys but hopefully this and all the other bugs will be sorted out quickly.
                      Yeah, right. And you are confident of this because...?
                      PhotoCamel | PoetryCircle | KissMyCamel

                      Comment

                      • borbole
                        Senior Member
                        • Feb 2010
                        • 3074
                        • 4.0.0

                        #12
                        Originally posted by jdougher
                        Yeah, right. And you are confident of this because...?
                        Because from what I have seen the vb developers have always fixed these kind of things very quickly in the past.

                        Comment

                        • Boofo
                          Senior Member
                          • Apr 2002
                          • 2033
                          • 4.1.x

                          #13
                          What gets me is that these kinds of mistakes seem to happen from one version to the next. What are they doing that changes things like this?
                          vBulletin - Sometimes, I'm just like, Wow, and then I'm like, Whoa, and then I'm like, Damn.

                          vBulletin.org's ol' Moderator

                          I have a lifetime terrorist hunting permit - #091101

                          chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden

                          Comment

                          • ThorstenA
                            Senior Member
                            • Nov 2004
                            • 3082
                            • 4.0.x

                            #14
                            Thanks.

                            Comment

                            • OhioScions.com
                              New Member
                              • Mar 2005
                              • 25
                              • 4.0.x

                              #15
                              Originally posted by Lynne
                              Bug report: http://tracker.vbulletin.com/browse/VBIV-7479

                              Fix: In admincp/stylevar.php, change Lines 488-491 from:
                              Code:
                              $vbulletin->input->clean_array_gpc('p', array(
                                      'stylevar' => TYPE_ARRAY_ARRAY,
                                      'original' => TYPE_ARRAY_ARRAY,
                                  ));
                              to:
                              Code:
                              $vbulletin->input->clean_array_gpc('p', array(
                                      'stylevar' => TYPE_ARRAY_STRING,
                                      'original' => TYPE_ARRAY_STRING,
                                  ));
                              As usual Lynne is here to the rescue!!!

                              Thank you!

                              Originally posted by ismael33
                              We are free testers i asume it but it has to be official. vbulletin are making me losing my time testing his software. This is the last time i test for free, i will wait almost two weeks until other users and vbulletin are sure everything is ok.
                              +1.

                              For as much money as everyone *had* to spend to upgrade their licenses to vB4, you would think everything would go alot smoother.

                              I personally haven't seen a reason to upgrade some of my other licenses, as my three main forums can't be upgraded without major issues or hours of fixing and creating more downtime.

                              I understand acquiring companies, but if you don't have the support staff to do so...you might want to re-think losing current customers that have been around for several years and have annually, faithfully renewed licenses. With little to no issues on releases.
                              <facepalm>

                              Comment

                              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                              Working...