|
That error usally meens that the php.ini option for allow_url_fopen is off or the host has it disabled.
Shared hosting or dedicated?
You may want to check with your host to make sure the php setting allow_url_fopen is on.
You can also check in admin->tools-Host tools then click the Host Perams tab.
https://www.deanbassett.com |
That error usally meens that the php.ini option for allow_url_fopen is off or the host has it disabled.
Shared hosting or dedicated?
You may want to check with your host to make sure the php setting allow_url_fopen is on.
You can also check in admin->tools-Host tools then click the Host Perams tab.
Yes it is off... becaus if i install dolphin, then it says to m that i turned off, but now, if i turned it on i get this message:
allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe) Please go to the Dolphin Troubleshooter and solve the problem.
And i dont turn on this allow_url_include i turn on allow_url_fopen
|
No I said allow_url_fopen
allow_url_include is different and is suppose to be off.
allow_url_fopen is the one you want to check. But even if it says it's on, the host could have the function disabled, so check with the host to be sure.
https://www.deanbassett.com |
No I said allow_url_fopen
allow_url_include is different and is suppose to be off.
allow_url_fopen is the one you want to check. But even if it says it's on, the host could have the function disabled, so check with the host to be sure.
i said i turned on allow_url_fopen
see attachments green means "on" red means "off"
but then i get this message
|
Well, you have me confused. Because you were talking about allow_url_include which must be off to prevent the other error.
Anyhow. I also said check with your host anyway. Even if it on, the function might be disabled by the host.
https://www.deanbassett.com |
Also in admin->tools-Host tools click on the php info tab and look for this line.
disable_functions |
no value |
no value |
See if there are any values in there.
https://www.deanbassett.com |
Also in admin->tools-Host tools click on the php info tab and look for this line.
disable_functions |
no value |
no value |
See if there are any values in there.
yes i know that... if i turn "off", then hosttools say better it "on".
but if i turn "on", then it turn automatically "on" allow_url_include too, hows that
|
Ah, well that should not happen. allow_url_fopen must be on and allow_url_include must be off.
If turning one on forces the other on then you need to talk to your host. That should not happen.
https://www.deanbassett.com |
Ah, well that should not happen. allow_url_fopen must be on and allow_url_include must be off.
If turning one on forces the other on then you need to talk to your host. That should not happen.
ok i talk to they, let see, what happens :D
|
OK...
Now i change my hosting, because i found that first hosting domt support some features... but now my site function is great, all is ok, but this error still is, but "host tools" show that all is ok... is it server problem or shrinktheweb.com problem
Ah, well that should not happen. allow_url_fopen must be on and allow_url_include must be off.
If turning one on forces the other on then you need to talk to your host. That should not happen.
ok i talk to they, let see, what happens :D
|
OK...
Now i change my hosting, because i found that first hosting domt support some features... but now my site function is great, all is ok, but this error still is, but "host tools" show that all is ok... is it server problem or shrinktheweb.com problem
Ah, well that should not happen. allow_url_fopen must be on and allow_url_include must be off.
If turning one on forces the other on then you need to talk to your host. That should not happen.
ok i talk to they, let see, what happens :D
So...
i figured out... i think so...
this is not hosting or dolphin error.
i have 3 dolphin site and every site is different hosting and error is same.. i think it is shrinktheweb.com fault.
can anyone confirm my idea 
|
There are a dozen or more posts on this site about the add site function (or lack thereof) It sounds to me like you have a couple file or folder permissions set wrong http://towtalk.net ... Hosted by Zarconia.net! |
There are a dozen or more posts on this site about the add site function (or lack thereof) It sounds to me like you have a couple file or folder permissions set wrong
no... because some sites before works great... no errors, but now it is. errors become after upgrade to 7.05.
|
It's really simple, once you determine where the stinking php.ini file needs to go. Since Sites is a module, I put a php.ini file in there with just the following entry:
allow_url_fopen = On
Ensure you put a hard return on that and see how things go. It fixed my problem. I'm on shared hosting with 1and1 and have been doing the php.ini trick for years ever since php5 came out.
|