If you are not able to continue the installation and get stuck at “ Url not accessible “ then follow this simple guide it will help you out.
As from what I have learned this happens basically when url get function is turned off. We need to turn it back on using custom php.ini
PART A : For those who are hosting on wamp or any other simple hosting.
Locate your php.ini, for wamp got to “ c:\wamp\Apache2\bin “ for any other hosting check with your host.
Open your php.ini and search for “ allow_url_fopen “
Change
allow_url_fopen = off
to
allow_url_fopen = on
That’s it everything should be working
PART B : Exclusive for DreamHost hoster
1. We need to get our original php.ini files to do this we must have shell access.
2. Make a cgi-bin folder inside the root folder of your web.
3. Using shell access execute the following cmd to copy original php.ini file to new cgi-bin folder
4. Go to the new cgi-bin folder and download php.ini using ftp
5. Edit the new php.ini
Search for “ allow_url_fopen “
Change
allow_url_fopen = off
to
allow_url_fopen = on
6. Upload the new php.ini file
7. Also create a .htaccess file copy paste the following, then save it in root folder or the folder where magento* is located.
Note: .htaccess & cgi-bin folder should both exist in same folder level does’t matter if both are inside magento’s folder. In that case the custom php.ini will only effect scripts that are executed below magento folder.
8. Now very imp change the chmod for all
.htaccess
cgi-bin
php.cgi
php.ini
to mim 755
9. To test it completely if everything is fine create a php file and upload it to root folder. Copy paste the following script.
im running wamp and have allow_url_fopen already on (as i need it for several other php applications on my computer). magento still doesn’t work. ahh well hoping to test later versions.
I get the same error when trying to continue from page 2 of the install. I checked phpinfo and allow_url_fopen is on. I’m testing with XAMPP on a Vista platform.
Great job! I have been looking for a fix for this for days now! Thank you sooo much!
So… this is still not working for me. I’d like to think I’m pretty savvy at this sort of thing, having been a web developer for 10 years. That said… can’t get this working. I mean, the software looks great and all, but if it won’t install… not sure what to say.
Here’s my setup:
Grid Server (GS) account on Media Temple
allow_url_fopen is ON
allow_url_include is OFF
magic_quotes are ON (not sure if this is how it should be for Magento to work, but I have a hard time believing this is the root cause of the “:80” issue)
mod_rewrite is enabled, obviously
My system meets all the technical requirements listed on the Magento site as far as PHP options, MySQL version, etc.
contents of the .htaccess file at the root of my installation are as follows:
I’m still getting the error message on page 2 of the install wizard:
“Url “http://shop.yourdomain.com:80/” is not accessible”, yet cut/paste of this url into the address bar redirects back to the base of the install wizard.
Any hints that anyone can provide would be greatly appreciated. I’m about out of patience with this thing and I’ll be moving on to another commerce solution if I can’t get this to work.
if i replace localhost for mgnt.es for example port 80 and secure http and continue i haven´t error Url not accessible and after i search the text mgnt in archives and BD for replace for localhost again and i don´t see.
With Dreamhost (on a virtual Private Server), at step 3, I am getting this in Terminal (on Mac OS X): cp: /dh/cgi-system/php5.cgi: No such file or directory
I’m still getting the error message on page 2 of the install wizard:
“Url “http://shop.yourdomain.com:80/” is not accessible”, yet cut/paste of this url into the address bar redirects back to the base of the install wizard.
Any hints that anyone can provide would be greatly appreciated. I’m about out of patience with this thing and I’ll be moving on to another commerce solution if I can’t get this to work.
Thanks in advance,
Josh
Same pb here.
with a little debug, i get:
exception ‘Zend_Http_Exception’ with message ‘Error parsing body - doesn’t seem to be a chunked message’ in /var/www/***/magento/lib/Zend/Http/Response.php:552 Stack trace: #0
It seem _checkUrl return a unchunked body with a chunked transfer-encoding header.
exception ‘Zend_Http_Exception’ with message ‘Error parsing body - doesn’t seem to be a chunked message’ in /var/www/***/magento/lib/Zend/Http/Response.php:552 Stack trace: #0
It seem _checkUrl return a unchunked body with a chunked transfer-encoding header.