We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36571
    • 145 Posts
    Great work Soshite!

    Will get testing right away.
      • 28033
      • 925 Posts
      Since no major bugs have seem to be found, anyone object to pushing this to RTM status? smiley
        My Snippets
        -> PopUpChunk v1.0
        • 31471
        • 206 Posts
        Good work, Soshite!
        I’m proud to be part of this release grin
          • 25663 MODX Staff
          • 12,272 Posts
          We have the pagination stuff sorted out and just need one small fix to do a proper php 4/5 version check and that could be part of it too ... or would make for a good 1.3.2 release feature with any other additional things that crop up.
            Ryan Thrash, MODX Co-Founder
            Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
            • 28033
            • 925 Posts
            Quote from: rthrash at Jul 21, 2008, 12:22 PM

            We have the pagination stuff sorted out and just need one small fix to do a proper php 4/5 version check and that could be part of it too ... or would make for a good 1.3.2 release feature with any other additional things that crop up.

            I’ll likely RTM it this weekend, so if you guys have it by then (or can have it early next week), I can include it (else it’ll be a 1.3.2 release).
              My Snippets
              -> PopUpChunk v1.0
              • 36571
              • 145 Posts
              Might be me, or might be a bug (probably the former).

              Having installed the latest Beta4 version I get the error "You have left some required form fields blank." when I try to register, despite having filled out the obligatory fields.

              Am I the only one with this problem?
                • 28033
                • 925 Posts
                Quote from: danielw at Jul 22, 2008, 09:06 AM

                Might be me, or might be a bug (probably the former).

                Having installed the latest Beta4 version I get the error "You have left some required form fields blank." when I try to register, despite having filled out the obligatory fields.

                Am I the only one with this problem?

                I’ve had that issue on my servers (where it actually added them in the database with corrupt data) --- check and see if it passed through.

                I shouldn’t have changed anything to cause that type of issue, although the UTF-8 fix to fix my bug *might* have done this for some odd reason.
                  My Snippets
                  -> PopUpChunk v1.0
                  • 36571
                  • 145 Posts
                  Corrupt data might be a very likely explanation, as I have been playing around with trying to mix the new WebloginPE with the work done by Rossco and Dimmy here: http://modxcms.com/forums/index.php/topic,25087.0.html

                  Will do a fresh install and let you know if the problem persists.

                  Cheers.

                  EDIT: Yep, problem still there with fresh install (both modx and snippet). Disabled the plugin, but no change. Also, no data whatsoever written to the DB. Gah!
                    • 28042 ☆ A M B ☆
                    • 24,524 Posts
                    I downloaded the files attached to the first post of this thread, is this the beta 4? It still says beta 3.
                    <?php
                    
                    	 * WebLoginPE Snippet 1.3.1 BETA 3
                    	 * v1.3.1 Bugfix by Soshite @ MODx CMS Forums & Various Other Forum Members
                    	 *
                    	 * @package WebLoginPE
                    	 * @author Scotty Delicious
                    	 * @version 1.3.1 BETA 3
                    

                    And I also get the error that some required fields were not filled in when registering.

                    This is what is in the POST:

                    Array
                    (
                    [email] => [email protected]
                    [username] => test1
                    [fullname] => Test One
                    [password] => omnivore55
                    [password_confirm] => omnivore55
                    [phone] => 555-5555
                    [mobilephone] => 225-5555
                    [fax] => 455-5555
                    [state] => Colorado
                    [zip] => 67589
                    [country] => 223
                    [dob] => 07-02-1951
                    [gender] => 2
                    [comment] => Run and find out.
                    [formcode] => BitCode946
                    [tos] => on
                    [serviceButtonValue] => register
                    [service] =>
                    )
                      Studying MODX in the desert - http://sottwell.com
                      Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                      Join the Slack Community - http://modx.org
                      • 28033
                      • 925 Posts
                      It’s Beta 4. I didn’t notice till I uploaded the files, and I didn’t see the issue with reuploading it for something so trivial.

                      Hmm...I wonder what could have affected the registration part of the script...
                        My Snippets
                        -> PopUpChunk v1.0