By TylkoSKOKI on Thursday, 28 September 2017
Posted in Payment Gateways
Replies 16
Likes 0
Views 1K
Votes 0
Hello

I have a small problem with PayU gateway
It tests it with test payments, but the link that returns me PayU does not work
I have this message

404 Not Found
The request /index.php?option=com_payplans&gateway=payu&view=payment&task=complete&action=success&payment_key=8O56WJCMAUDY was not found on this server.

And the subscription is activated.
What could be wrong?

Is it possible to set this so that new users will not get to the joomla user base?

Regards
Leszek
Please share your site's admin credentials, so we will be able to check this issue.
·
Thursday, 28 September 2017 15:25
·
0 Likes
·
0 Votes
·
0 Comments
·
I add admin credentials.
·
Thursday, 28 September 2017 15:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Let me know have you done any kind of customization in site or any changes made recently.
·
Thursday, 28 September 2017 19:40
·
0 Likes
·
0 Votes
·
0 Comments
·
In payplans I did not change anything. Joomla is also not moved.
·
Thursday, 28 September 2017 20:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Please provide me super admin access to site and attach ftp details also.
Can i re-install payplans again on your site ?
·
Friday, 29 September 2017 11:49
·
0 Likes
·
0 Votes
·
0 Comments
·
I add ftp details and change joomla user to super admin. You can re-instal payplans.
·
Friday, 29 September 2017 13:50
·
0 Likes
·
0 Votes
·
0 Comments
·
You have removed the admin credentials, please add them again.
·
Friday, 29 September 2017 17:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Now is ok
·
Friday, 29 September 2017 17:45
·
0 Likes
·
0 Votes
·
0 Comments
·
No, still blank, please cross check it again.
·
Friday, 29 September 2017 17:56
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems routing issue , because payplans is also not accessible from payplans, it's not payu app issue only.
Generally this issue happen if some customization in code and payplans menus not created properly.

Please submit admin credential again , so i'll be able to rectify this issue.
·
Friday, 29 September 2017 18:22
·
0 Likes
·
0 Votes
·
0 Comments
·
The joomla account I have given has administrator privileges and super user
·
Monday, 02 October 2017 13:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I checked your site and found that this issue is coming with url rewriting mode.
It may be htaccess issue but we need to confirm by debugging the code, this time ftp is removed only admin details are there.

Please update your site details on this page http://stackideas.com/dashboard/site , so it will not lost and you don't need to fill it again.

Also let me know are you facing 404 error on other pages expect PayPlans Pages.
·
Tuesday, 03 October 2017 11:47
·
0 Likes
·
0 Votes
·
0 Comments
·
I have not met the 404 error on other pages.
I added the login data to the specified address
·
Tuesday, 03 October 2017 13:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

After check further again, as long as the URL contain index.php, it will hitting this 404 error, you can try access this joomla registration page URL on your site.
[gist type="php"]
http://yourdomain.com/index.php?option=com_users&view=registration (replace to your site domain)
[/gist] ,
it will redirect back to Joomla login page is because your site doesn't enable allow user registration on your site, you can refer on this screenshot here : http://take.ms/ZW9Nu

If you trying to access this URL without index.php
[gist type="php"]
http://yourdomain.com/?option=com_users&view=registration (replace to your site domain)
[/gist]
, it will redirect to the correct login page without hitting error.

From what i see, I suspect your server restricted access for those redirection URL which contain index.php, can you consult with your webhosting provider regarding this and see whether I mentioned that thing is true?

by the way, we already applied some fix into your site, it should work fine now.
·
Tuesday, 03 October 2017 16:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post