Great work Soshite!
Will get testing right away.
-
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
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?
-
☆ 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] =>
)
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...