I transferred my working Joomla site to a new domain. I used extension manager to confirm the download key and the new domain address is showing under the download key.
However, the sourcerer scripts are no longer working at the new location.
Is there something else that I was supposed to do?
The issue is with your new server not being allowed to access the external URL via file_get_contents.
That could be due to the domain having issues.
As for me, that second URL redirects to:
Turned out to be a silly mistake on my part and an easy solution. Moving Joomla to a new domain is not enough. The php.ini file needs to be moved or created as well.
By default allow_url_fopen = Off. If it is not set to On, Sourcerer is not going to work when trying to read a file.
Just wish it didn't take me most of a week to figure it out. I think it should be part of the setup instructions.
You say "Sourcerer is not going to work". It is not Sourcerer that is not working.
It is the PHP code that you are placing through Sourcerer that is not working.
That is down to PHP and your server settings. Not something down to Sourcerer itself.
The same thing would happen if you use that PHP code in a PHP file in a different way.