Hello team,
We are not able to load the orca forum post in our domain. Please help us for this issue with possible causes.
we are running the version of Dolphin 7.0.3
Thanks and regards,
Hello team, We are not able to load the orca forum post in our domain. Please help us for this issue with possible causes. we are running the version of Dolphin 7.0.3 Thanks and regards, |
There maybe two troubles: 1. allow_fopen is not allowed in your php settings 2. There have some javascript erros!
Provide us with your site url, we will check it PS: If possible do not write me personally, please try to ask on the forum first |
PS: If possible do not write me personally, please try to ask on the forum first |
you can use http://testing.pickme.com. Thanks for you interest |
This is the actual error I believe. this url pass thrugh http request and not able to load the xml based response. XML Parsing Error: no element found |
you can use http://testing.pickme.com. Thanks for you interest Trouble is simple! There haven't any of topics. Add some example for test it PS: If possible do not write me personally, please try to ask on the forum first |
I added one topic but still the Same problem occurs. I check the source code for the get_rss_feed.php and the last line is readfile( $sUrl . (BX_PROFILER && 0 == strncmp($site['url'], $sUrl, strlen($site['url']))? '&bx_profiler_disable=1' : '') );
|
This is the core url filred in the readfile( ) function and this prints the rss with the data. http://testing.pickme.com/forum/?action=rss_user&user=chirayubhatt&bx_profiler_disable=1 also observed that the header before the readfile( ) function call is header( 'Content-Type: text/xml' ); while checking the request header, its Accept
If you can get the idea whats happening here.
|
Please find attached screen shot for the forum data. |