After completing a paypal payment, redirection back to the site causes a white screen with null(bool) to appear.
I replaced the success.php file with an older version and am able to return to the website with the following appearing on the page: Error loading component: com_user, 1
All other features work fine, user receives email, etc.
I'm not a coder so any help with this issue appreciated.
Update: I replaced success.php supplied in the 1.7/2.5 folder with that supplied in the Joomla 3.0 version folder and all appears to work fine now.
There appears to be an error with the file version supplied in the 1.7/2.5 folder but I'll have to leave that to the code monkeys to work out whats going on.
Hi grosman,
Thanks! You've solved a mystery for me and I know of a couple of others as well!
If you're interested, here are the lines of code that I changed to get the original file working (I just did a straight comparison of the files to discover this). Lines 84 to 90.
The file that you need to modify or easier yet, just change for the one in the V3 package is found in the (....components/com_dtregister) folder.
You will need to be able to access the root directory of your site of course to be able to get to it. You could use cPanel or an FTP program like filezilla for example.
Alternatively, you could drill down into the zipped install file to make the change there before installing it in the usual manner if you so choose. Just remember that either way you do it it will be overwritten the next time you do an update. Unless it's been fixed in the meantime.
Hope this helps.