- Posts: 10
- Thank you received: 0
Error in last step of registration
- Julian Gapp
- Topic Author
- Offline
- New Member
I have a subscription plan which doesn't cost anything. But if I try to register a user for this subscription plan, the last step of the registration where the user should see the "Thank you message" produces an error. How can I solve this problem?
Thanks.
Please Log in or Create an account to join the conversation.
- Julian Gapp
- Topic Author
- Offline
- New Member
- Posts: 10
- Thank you received: 0
I also tried it to enter a Subscription complete url (optional) - but it ignored this URL...
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
I am not sure about this issue. Could you please submit a support ticket sending me administrator and FTP account of your site so that I can check it for you?
Tuan
Please Log in or Create an account to join the conversation.
- Bezworks
- Offline
- New Member
- Posts: 7
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
Tuan
Please Log in or Create an account to join the conversation.
- Kevin Campbell
- Offline
- New Member
- Posts: 2
- Thank you received: 0
com_osmembership\helper\helper.php is full of static functions and they all use the $this variable and many reference a function "setError"
1. You can't use $this in a static function
2. the function "setError" does not even existing in this call
I see on other lines of code die() being using. I'm going to do the same otherwise this component won't handle some errors and gives a blank white screen
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
Kevin Campbell wrote: I see what looks to be a major coding issue.
com_osmembership\helper\helper.php is full of static functions and they all use the $this variable and many reference a function "setError"
1. You can't use $this in a static function
2. the function "setError" does not even existing in this call
I see on other lines of code die() being using. I'm going to do the same otherwise this component won't handle some errors and gives a blank white screen
Thanks Kevin. I saw that error as well and will address it very soon. Infact, that error should never happens because every validation has been performed before the form is submitted. Usually, the error will only happen if users made wrong settings (for example, unpublish both first name and last name field, or unpublish the email field or users disable user registration).
However, I agree that the extension should have better error handling and I will improve that soon.
Tuan
Please Log in or Create an account to join the conversation.
- Bezworks
- Offline
- New Member
- Posts: 7
- Thank you received: 0
I am using PayPal.Tuan Pham Ngoc wrote: Could you let me know the payment method you are using ?
Tuan
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.