PDA

View Full Version : [ubuntu] cURL Error Number 22: The requested URL returned error: 404



tsubakaran
October 28th, 2011, 01:09 PM
I run LAMP server in Ubuntu Server, I tied to do auto post using Robo3 - plugins and get error

cURL Error Number 22: The requested URL returned error: 404

Can anybody help to resolve this issue?

tsubakaran
October 28th, 2011, 02:23 PM
I tested with simple php code by creating a test php file, test.php

<?php phpinfo() ?>,

I got the details;

cURL support enabled
cURL Information 7.21.3
Age 3
etc.

I could not understand some parts how this error comes???:confused:

vasile002
October 29th, 2011, 11:17 AM
the 404 error you got means that whatever file you are trying to get using curl it can't find it.

tsubakaran
October 30th, 2011, 01:57 AM
yes, I understood, thanks for your response.