An error has occurred.
1048 Column 'parent_plan' cannot be null
Please Log in or Create an account to join the conversation.
Not sure I understand what your process was. So you were trying to give someone a merchandise plan from backend to do what exactly? That plan would increment your gift field?I tried to create a merchandise gift plan instead of the subscription gift plan to resolve the issue of gift plan expiration. When i try to assign it from backend to a test user i get...
Very strange error since merchandise plans don't even create subscription rows. Enable debug mode and maximum error reporting in Joomla global configuration then retry to see if there's any more information to the error. I'm not seeing any errors when trying to give a merchandise plan to a user in backend. Please also provide Joomla version, PHP version, and database version.1048 Column 'parent_plan' cannot be null
Ensure the redirect is on Action 3 via its Output parameters and the below should be sending you back to that users profile.Right now, after gift subscription activation, User A (the one who offers the gift) is redirected back to his profile. Is it possible to redirect him back to user B (the one who received the gift) profile?
You can add as many actions as you want to Action 3. So for example create an email action and configure the email to send however you like then add it to Action 3. By default the recipient user should be the user being gifted a subscription unless you set User to Self so technically you could send an email to both users if you wanted. To let them know who sent the gift you can use user="#me" usage in your substitutions. The below for example would be the name of the person who sent the gift subscription.Also... is it possible to create a mail auto action that will inform user B (the one who received the gift), that User A (the one who offers the gift) has activated a gift subscription for him? Because now User B gets a gift without knowing from whom.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.