Previously on the Alexhost VPS my website could upload images to Imgurl with an upload that I set and the Imgur API, now that I moved the site to Contabo the images cannot be uploaded to Imgurl from the site, what is the reason and how do I solve it from Webmin or Virtualmin?
You’re going to have to provide more details than that. We’re not imgur, and I can’t even guess what software you’re using to upload images to imgur (but I know we don’t make that either).
So, if we’re going to be able to provide any kind of assistance, we’d need to see the actual error when uploading is attempted (from the error log and/or PHP log, not the uninformative error from the UI of your app), at the very least. We might also need to know details about what the actual code is doing.
on the above domain you need to be looking at upload.php which is the script that your form posts the data too. As it is a php file & I assume you have php error logging switched on, view the relevant php log file to see what is going wrong.
The default files are located at /home/<domain-user>/logs and the default file name is called php_log. This may help you track the error down
Disable the “Apache website” feature in “Edit Virtual Server” and then re-enable it. This will regenerate configs and most probably fix the issue you’re having. Also, make sure you have the FPM mode selected on the “PHP Options” page.
Check that your server allows outgoing HTTPS connections. Make sure PHP cURL and OpenSSL are enabled, and your Imgur API keys are correct. Test connectivity from the server and restart the web server after any changes.