kiranb 1 Posted September 28, 2022 Tried with migration tool and its not working..Showing connection error "Error While Establishing Connection........" on connector page. Share this post Link to post Share on other sites
osCommerce-Official 281 Posted September 28, 2022 @Ivan Holbi could you please advise this user? Share this post Link to post Share on other sites
pandrei 18 Posted September 28, 2022 3 hours ago, kiranb said: Tried with migration tool and its not working..Showing connection error "Error While Establishing Connection........" on connector page. Could you post full error message? Share this post Link to post Share on other sites
kiranb 1 Posted September 29, 2022 (edited) Error while establishing connection: file_get_contents(https://ourdomain/our_osc_folder/index.php?): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden Edited September 29, 2022 by kiranb Share this post Link to post Share on other sites
pandrei 18 Posted September 29, 2022 4 hours ago, kiranb said: Error while establishing connection: file_get_contents(https://ourdomain/our_osc_folder/index.php?): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden Try to open your link (https://ourdomain/our_osc_folder/index.php) in the browser. I guess, you will get the same error. It means you have to check rights (file rights and apache rules) to this folder at your server. Share this post Link to post Share on other sites
kiranb 1 Posted September 29, 2022 While trying with curl its working but file_get_contents is not working.Can we use curl replacing file_get_content in New version files ? Share this post Link to post Share on other sites
pandrei 18 Posted September 29, 2022 1 hour ago, kiranb said: While trying with curl its working but file_get_contents is not working.Can we use curl replacing file_get_content in New version files ? It seems your web server blocks some requests. Maybe by User-Agent value or something like that. Could you drop me a link to your server? Share this post Link to post Share on other sites