http://www.pliggy.com/
results in continuosly reload, (a round bar is flashing)
and no posts are shown
this is the same for the other blocks over all the site!
anyone know the right solution?
the configuration is:
dolphin 7.0.5 / php 5.3 / apache 2.2 / linux centos
thanks to all who can help me or interested in!
all suggestions will be appreciated.
emanuele
|
i know this sounds strange, but I can duplicate this problem on any site,
edit the /inc/header.inc.php
line 23
$site['url'] = "http://www.yoursite.com/";
remove the www and try again..
$site['url'] = "http://yoursite.com/";
clear cache
ManOfTeal.COM a Proud UNA site, six years running strong! |
ok newton,
but by doing this i'll have pliggy.com instead www.pliggy.com !!
it's not a real solution... :-))))
thanks however...
|
http://www.pliggy.com/forum/?action=rss_all
are valid!
so why it doesn't work
i also have tried to change
{SiteUrl}forum/?action=rss_all in block
with
http://www.pliggy.com/forum/?action=rss_all
but results are the same!
|
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 |
ok newton,
but by doing this i'll have pliggy.com instead www.pliggy.com !!
it's not a real solution... :-))))
thanks however...
yes but follow Deanos advice, I'm sure he is correct.
It is not a problem with Dolphin; the problem is how your server is setup.
ManOfTeal.COM a Proud UNA site, six years running strong! |
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.
it's a dedicated linux server
these are the parameters:
register globals |
Off |
Off |
safe mode |
Off |
Off |
disabled functions |
|
|
memory limit |
256M |
128M |
max execution time |
300 |
300 |
post_max_size |
33554432 |
128M or more |
upload max filesize |
5242880 |
128M or more |
allow_url_fopen |
On |
On |
allow_url_include (for php > 5.2) |
Off |
Off |
mbstring installation |
mbstring extension installed |
Installed |
PHP version |
5.3.5 |
4.4.0/5.1.0 and higher |
SQL Client library version |
5.5.7-rc |
4.1.2 and higher |
|
PS: If possible do not write me personally, please try to ask on the forum first |
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in xxxxxxxxxxxxxxxxxxxhttpdocs/inc/utils.inc.php on line 1021
|
I have the same issue - and allow_url_fopen is ON |
Same issue here, fopen is set, safe mode is off but can't get RSS or forum modules to pull info into homepage. Unfortunately, to make my dolphin work with the trusted SSL, the site URL is set to https://www
So I can't change the site URL and remove the www since that is what is set for the SSL certificate. But this has been an ongoing problem since install
|