Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DNN 6.2.4 - Paypal subscription not working, gets redirected to user's profileDNN 6.2.4 - Paypal subscription not working, gets redirected to user's profile
Previous
 
Next
New Post
10/14/2012 6:48 PM
 
http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=23294&PROJID=2


Clear Steps to Reproduce:

  1. In DNN 6.2.4, create a security role with a subscription fee.
  2. Try to subscribe and you are redirected to your profile page.
Actual Result:
  1. Trying to subscribe to a paid security role redirects to the user's profile.
Expected Result:

  1. Trying to subscribe to a paid security role correctly directs user to the paypal subscription pathway


Any ideas on how to fix this?

 
New Post
11/24/2012 4:45 AM
 

There is a problem in GetPortalRoles stored procedure

changes in green color.

SET ANSI_NULLS ON

GO
SET QUOTED_IDENTIFIER ON
GO


ALTER PROCEDURE [dbo].[GetPortalRoles]
@PortalId     int

AS
SELECT R.RoleId,
  R.PortalId,
  R.RoleGroupId,
  R.RoleName,
  R.Description,
  R.ServiceFee,
  case when convert(int,R.ServiceFee) <> 0 then R.BillingPeriod else null end AS BillingPeriod,
  case when convert(int,R.ServiceFee) <> 0 then L1.value else '' end AS BillingFrequency,
  R.TrialFee,
  case when R.TrialFrequency <> 'N' then R.TrialPeriod else null end AS TrialPeriod,
  case when R.TrialFrequency <> 'N' then L1.value else '' end AS TrialFrequency,
  R.IsPublic,
  R.AutoAssignment,
  R.RSVPCode,
  R.IconFile,
  R.Status,
  R.SecurityMode,
  (SELECT COUNT(*) FROM dbo.UserRoles U WHERE U.RoleID = R.RoleID) AS UserCount,
  R.CreatedByUserID,
  R.CreatedOnDate,
  R.LastModifiedByUserID,
  R.LastModifiedOnDate
FROM dbo.Roles R
LEFT OUTER JOIN dbo.Lists L1 ON R.BillingFrequency = L1.Value AND L1.ListName='Frequency'
LEFT OUTER JOIN dbo.Lists L2 ON R.TrialFrequency = L2.Value AND L2.ListName='Frequency'
WHERE  ( R.PortalId = @PortalId OR R.PortalId is null )
ORDER BY R.RoleName

 
New Post
1/17/2013 3:29 PM
 
Gracias Ghauri !

Esta solución fue asombrosa !

 Thank you Ghauri !
This solution it´s awesome !

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DNN 6.2.4 - Paypal subscription not working, gets redirected to user's profileDNN 6.2.4 - Paypal subscription not working, gets redirected to user's profile


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out