By info812022
Hello,
currently I have a plugin running on my virtual server, within the php of this plugin it uses curl to get data from another url not situated on this server. Currently something seems to be stopping this, has this happened to anyone and do you have any suggestion?
Thanks, Fab
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @info812022,
Usually in this situation, you’ll need to provide a little bit more information just to make sure you get a relevant answer. Anyway, what I’ll recommend is to actually use the var_dump(); function to see where exactly it fails.
The var_dump() function is used to dump information about a variable. This function displays structured information such as type and value of the given variable. Arrays and objects are explored recursively with values indented to show structure. This function is also effective with expressions.
You can read more about this here :
Regards, KFSys
This comment has been deleted
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.