RSS Feeds dont works more after upgrade!!

http://www.boonex.com/forums/#topic/7-0-7-RSS-Feeds-still-loading-and-loading-and-loading-.htm

thanks.

--- call me asa! ;-)
Quote · 3 Aug 2011

I could not reproduce this on the BoonEx demo site.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 3 Aug 2011

very strange!

until the upgrade all rss feeds have working. 
just after the upgrade i have this problem. and other members have the same problem too.

@Nathan Paton
can i see your demo-site please? its really 7.0.7 ? ^^
sry for the question but maybe you have misunderstanding me. 



--- call me asa! ;-)
Quote · 3 Aug 2011

http://demo.boonex.com/

 

Username: admin

Password: dolphin

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 3 Aug 2011

@Nathan Paton

Thank you. I see it... 

... but.... its the site of boonex.

Have you test it on your own project (if you have one) ?
Or can somebody show me a other 7.0.7 Demo Site ? 

I am sure that its a bug and not my fault. 
How could it be my fault, if on 7.0.6 all have working great. In Admin-Panel too! 
I have checked again all settings and my server is 100 percent compatible with dolphin!

Hope somebody can give me a input what can be wrong ...... 

I think its something wrong with the  allow_url_fopen function.... 
i mean just if i disable it the RSS feeds working now, but the license and other points in admin-panel dont working than! in 7.0.6 it have working great. it was ON and all functions have working... ^^

Any suggestions?

--- call me asa! ;-)
Quote · 3 Aug 2011

 

... but.... its the site of boonex.

And?

 

I couldn't reproduce the problem on a new installation of Dolphin 7.0.7.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 3 Aug 2011

 

 

... but.... its the site of boonex.

And?

 

I couldn't reproduce the problem on a new installation of Dolphin 7.0.7.

 but i speak about the upgrade from 7.0.6 to 7.0.7

--- call me asa! ;-)
Quote · 3 Aug 2011

I'll test an upgraded site and see if there's any problems.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 3 Aug 2011

I couldn't reproduce this problem on an upgraded site, either. You should make sure your site's files were completely overwritten with the new ones from the patch, and that you followed the manual instructions exactly.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 3 Aug 2011

I did upgrade 2 sites so far and its on both sites with the boonex rss feed. Not any other feed

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 3 Aug 2011

I have checked again every file carefully! All is correct. 
If you have time, than you can check my site too.... but you will see, i have not made a mistake.... 

And i am not the only one who have this problem... ^^

I dont know why, you havent this problem.... i have really no idea... but something cant be correct... 

E/: I have installed again a demo site 7.0.6 and have upgrade it, and get the same problem. 


--- call me asa! ;-)
Quote · 3 Aug 2011

Do you have any type of custom module that required any changes to RSS feeds? If they were working before, then they should be working now.

Nothing to see here
Quote · 3 Aug 2011

I don't have any custom stuff, just modules!

I will try now on one of my stes which has only half of BoonEx modules installed

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 3 Aug 2011

thanks.

yes, i have modules, but no rss-modification. however... 

i have installed on a demo-site dolphin 7.0.6 new (!) and upgrade it for test to 7.0.7 and it dont works too.
i have no modules installed... just dolphin-standard. 

that says me.. something is wrong.. i will contact now my server-support and ask him.
but how i said.. i have checked the server-configuration and all is correct... 






--- call me asa! ;-)
Quote · 3 Aug 2011

 

I just did a new D7.0.6 install and did the upgrade. After unzip the patch I got already BoonEx Feed loading forever!

I got admin panel and home page photo attached

Did you follow the manual steps during the upgrade process (e.g., clearing the cache folders)?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 3 Aug 2011

I just did a new D7.0.6 install and did the upgrade. After unzip the patch I got already BoonEx Feed loading forever!

I got admin panel and home page photo attached

 

Sorry had to delete my other post cos my domain was there :-)

 

and@ Nathan, yes I did, I always do :-)

2011.08.03_22h53m52s_002.jpg · 78.1K · 248 views
2011.08.03_22h40m36s_001.jpg · 75.2K · 251 views
Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 3 Aug 2011

 

(...)
that says me.. something is wrong.. i will contact now my server-support and ask him.
but how i said.. i have checked the server-configuration and all is correct... 

 he answered me today and said, something must be wrong with the software (dolphin).
 they have checked the settings for me again and all is correct.......... 

 now he will check some files for me, maybe he find the problem... 

--- call me asa! ;-)
Quote · 4 Aug 2011

fuck yeah!
i have found self a solution!!! 

the file get_rss_feed from update dont works with my site!
so i have take the file from 7.0.6 and it works now great!

manuell instruction:
in file /get_rss_feed.php 

find:
echo bx_file_get_contents( $sUrl . (BX_PROFILER && 0 == strncmp($site['url'], $sUrl, strlen($site['url']))? '&bx_profiler_disable=1' : '') );

replace it with:
readfile( $sUrl . (BX_PROFILER && 0 == strncmp($site['url'], $sUrl, strlen($site['url']))? '&bx_profiler_disable=1' : '') );


it will works! ;-)
thanks all that you tried to find the problem... 

Best regards!

--- call me asa! ;-)
Quote · 4 Aug 2011

 Cool na man :-) hehe

fuck yeah!
i have found self a solution!!! 

the file get_rss_feed from update dont works with my site!
so i have take the file from 7.0.6 and it works now great!

manuell instruction:
in file /get_rss_feed.php 

find:
echo bx_file_get_contents( $sUrl . (BX_PROFILER && 0 == strncmp($site['url'], $sUrl, strlen($site['url']))? '&bx_profiler_disable=1' : '') );

replace it with:
readfile( $sUrl . (BX_PROFILER && 0 == strncmp($site['url'], $sUrl, strlen($site['url']))? '&bx_profiler_disable=1' : '') );


it will works! ;-)
thanks all that you tried to find the problem... 

Best regards!

 

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 4 Aug 2011

I had this problem when moving D7 websites to VPS servers running Centos 6 with PHP 5.3 and can confirm that the solution posted above by worked!

Thanks

Quote · 30 Dec 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.