By Julie Kubiak on Saturday, 24 February 2018
Posted in General Issues
Replies 16
Likes 0
Views 784
Votes 0
HELP!
When a user clicks to UPGRADE, the screen just goes dull, like there’s a pop up or notification, but nothing is viewable and the user can’t upgrade their account.
The backend looks like an upgrade has happened but I can’t see how!!!

I thought maybe it was I had the payplans in the wrong box to added them in to all boxes, but no, still no joy.
I’ve had to manually apply the upgrade via the backend to the user, but what’s wrong??

I was on Masquerading.Global, under Support, Membership and was clicking Upgrade from there.

Two nice photos attached, before and after of the screen but they’re not very helpful lol
I’ve checked my DEV sites and live and it’s across all sites. When you click to UPGRADE, if there’s a message or error code, it’s not visible and the whole screen is greyed out/ghosted
·
Saturday, 24 February 2018 01:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Julie,

This issue is related to modal po-up.To resolve this issue refer below mentioned steps.

# Go to ROOT/components/com_payplans/xiframework/media/js/xi.core.js, near line no. 54
Find this code

$('<div id="xiWindowContent" class="modal hide fade loading" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"></div>').addClass('new').appendTo('.payplans-wrap');


Replace With

$('<div id="xiWindowContent" class="modal fade hide" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"></div>').addClass('new').appendTo('.payplans-wrap');


# Go to root /components/com_payplans/media/css/payplans.css
Find this css

div.modal {
position: fixed;
top: 10%;
left: 50%;
z-index: 1050;
width: 560px;
margin-left: -280px;
background-color: #ffffff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}


Add below mentioned line after width: 560px;

height:400px;


Please do the changes and check this issue again. Update me if still issue not resolve.
·
Sunday, 25 February 2018 01:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, done the changes...

DEV.MasqueradingPets.com - now the error is visible, see the screenshots.

Then, after clicking OK, the screen goes ghosted again.

FYI I've applied the changes on DEV.MasqueradingPets.com NOT the live site.



DEV.Masquerading.Global - no change, screen still ghosted.

DEV.MasqueradeDating.Global - not applied the change as it's not fixed on the other 2 DEV sites.
·
Sunday, 25 February 2018 23:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Julie,

I checked your site and found that css changes were not added. I have added it and now it's working fine.
See attached screen shot.

Please clear browser cache and check this issue. Update me.
If still issue persist then please update me the site details of that site's also.
·
Monday, 26 February 2018 14:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I'm not sure which site you checked, but...

http://www.MasqueradingPets.com IS working

http://www.Masquerading.Global isn't, still has the ghosted screen,

I will need to check the DEV sites and MasqueradeDating sites later when I return to my desk.
·
Monday, 26 February 2018 15:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Julie,

I have checked on site http://masqueradingpets.com/administrator
Ok, please take a look on these sites and update me about this issue.
·
Monday, 26 February 2018 15:13
·
0 Likes
·
0 Votes
·
0 Comments
·
DEV.Masquerading.global has the following error, see screenshot
·
Monday, 26 February 2018 15:57
·
0 Likes
·
0 Votes
·
0 Comments
·
DEV.MasqueradingPets.com has this issue, see screenshot
·
Monday, 26 February 2018 15:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Masquerading.Global still a black screen
·
Monday, 26 February 2018 16:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Don't know if you have seen my updates, but I have been back on DEV.Masquerading.Global, checked out everything is as you had said, but STILL it's greyed out.
·
Monday, 26 February 2018 20:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I have cross checked it again on your site (http://masqueradingpets.com), see attached screen shot.
This issue is coming due to caching. Please clear browser cache and also check in private browser window.

Please do the changes followed in previous reply and update me.
·
Monday, 26 February 2018 20:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I have checked everything, cleared cache and even tried different browsers.
Only http://www.MasqueradingPets.com is ok

all 5 other sites STILL have this problem.
·
Monday, 26 February 2018 21:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Julie,

I have done the changes at only one site. For rest of the site's , i'll do the changes and let you know.
·
Tuesday, 27 February 2018 02:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Julie,

I have updated the changes to all mentioned site , only one site is not working due to mysql error see attached screen shot. (http://www.masquerading.co.uk/)

I have done the changes i mentioned in my reply.
https://stackideas.com/forums/payplans-upgrade-not-working#reply-397049

Please clear the browser cacahe and check the issue and update me.
·
Tuesday, 27 February 2018 15:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post