View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006606 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2017-03-21 15:59 | 2020-03-26 14:50 |
Reporter | henrik.steffen | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.10.3 / 5.3.3 | ||||
Fixed in Version | 6.1.6 | ||||
Summary | 0006606: Blacklisted by example.com / point checkAllowUrlFopen() to another destination in oxsysrequirements.php | ||||
Description | Way back in 2009 the url for testing if fsockopen is available on a host system was changed to test if www.example.com can be reached. Well... we actually got blacklisted by example.com. They do not accept any IP-traffic from our whole network infrastructure anymore. Probably due to the reason that we host lots of OXID eShops in our network, which all query www.example.com everytime an admin logs into the back-end. Can you please modify the checkAllowUrlFopen() somehow, so it would either check for a different URL, or maybe even just localhost ? Or maybe amazon.com or google.com ? Or maybe the check can be disabled or configured to a custom URL ? Right now, all our hosted shops show a "!" symbol in the setup routine and also when looking at the system requirements page for the check "allow_url_fopen or fsockopen on Port 80" | ||||
Tags | Solution Provided | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
related to | 0001033 | resolved | tomas_liubinas | point checkAllowUrlFopen() to another destination in oxsysrequirements.php |
|
ah, by the way, this has been an issue way back in 2009: 0001033 |
|
PR: https://github.com/OXID-eSales/oxideshop_ce/pull/556 |
|
Merged with a little adjustement. |