ovedmo
Total Posts: 14
Joined: 2007-09-04
when pressing next to step 2 it happend.
Url “http://www.nooko.net:80/” is not accessible
hosting with dreamhost
what can i do?
Posted: September 12 2007
| top
nextgengames
Total Posts: 8
Joined: 2007-09-12
Right so I’m having same issue, and I know the exact reason why its happening.
Dreamhost like a lot shared hosting dont allow file_get_contents and insist you use Curl.
Dev’s need to change the installer so it uses Curl instead.
Posted: September 12 2007
| top
| # 1
ovedmo
Total Posts: 14
Joined: 2007-09-04
so , what can i do?
Posted: September 12 2007
| top
| # 2
nextgengames
Total Posts: 8
Joined: 2007-09-12
Nothing, I’m looking at the code a minute I might post a hack.
Posted: September 12 2007
| top
| # 3
ovedmo
Total Posts: 14
Joined: 2007-09-04
thank you!!!!!!!!!!!!11
Posted: September 12 2007
| top
| # 4
nextgengames
Total Posts: 8
Joined: 2007-09-12
Broke my site lol, trying again now.
Posted: September 12 2007
| top
| # 5
sticky
Total Posts: 76
Joined: 2007-09-05
UK
It’s to do with the paths you put in, well it was in my case, I had to remove the ‘/’ at the end and it worked…
Posted: September 12 2007
| top
| # 6
ovedmo
Total Posts: 14
Joined: 2007-09-04
have no / in the path end.
Posted: September 12 2007
| top
| # 7
nextgengames
Total Posts: 8
Joined: 2007-09-12
Sticky, this has nothing to do with paths, it is 100% down to how dreamhost have there server config’d.
Posted: September 12 2007
| top
| # 8
ovedmo
Total Posts: 14
Joined: 2007-09-04
can i ask them to change something if yes? what?
Posted: September 12 2007
| top
| # 9
nextgengames
Total Posts: 8
Joined: 2007-09-12
Sorry, I havent been able to spend a hour and do this yet. Dreamhost wont change the server setting, though you could in theory if you feel brave compile your own php distro. Details are on wiki.dreamhost.com
I’ll also email the devs.
Posted: September 12 2007
| top
| # 10
ovedmo
Total Posts: 14
Joined: 2007-09-04
so, do you know about hosting where the magento work of the box?
Posted: September 13 2007
| top
| # 11
ovedmo
Total Posts: 14
Joined: 2007-09-04
i install magento on dreamhost with some hack .
that what i done!
in file /core/mage/model/installer/config.php
set line 93 to - $checkRes=true;
set line 101 to - $checkRes=true;
it is you risk , but if you know you enter the right host (http://www.XXXXX.com ) it is ok , just my way to install it!.
i know this is not the right way to solve the problem it is just a way to do what need at the moment.
thank you!
Posted: September 13 2007
| top
| # 13
Moshe
Total Posts: 1770
Joined: 2007-08-07
Los Angeles
In next release it’s done by checking “Skip URL Validation” flag on Install wizard configuration page.
Signature
- I would love to change the world, but they won’t give me the source code -
Posted: September 13 2007
| top
| # 14
ovedmo
Total Posts: 14
Joined: 2007-09-04
good!
Posted: September 13 2007
| top
| # 15