We are not getting Data in "Forum Posts" though there are couple of posts available there.
Please see the attachment. it only roll on in the data block. Please see the attachment.
We are not getting Data in "Forum Posts" though there are couple of posts available there. Please see the attachment. it only roll on in the data block. Please see the attachment. |
Try searching the forums here as its been discussed many times, permission issues, allow_url_fopen, etc.. Search "forum loading" |
Thanks for reply. But i am running the windows machine and there is no permission issues over there. also the allow_url_fopen is "ON" in my php.ini file. I am keep trying to search solution in Forum but not yet got it done.
|
There maybe these troubles: 1. Some javascript errors 2. Orca topics is empty 3. trouble with allow_url_fopen Provide us with your site URL PS: If possible do not write me personally, please try to ask on the forum first |
my site url is http://testing.pickme.com/ the forum is under the login id. you can use username : dhaval, password : dhaval there are two orca topics it is not loading any javascript error in browser allow_url_fopen is set to "ON" in php ini I am running apache web server on windows machine and permissions are granted to all kind of users.
|
my site url is http://testing.pickme.com/ the forum is under the login id. you can use username : dhaval, password : dhaval there are two orca topics it is not loading any javascript error in browser allow_url_fopen is set to "ON" in php ini I am running apache web server on windows machine and permissions are granted to all kind of users.
Yes I see that you RSS page not worked - http://testing.pickme.com/get_rss_feed.php?ID=911&member=2! Can you see the some troubles in errors.log file? PS: If possible do not write me personally, please try to ask on the forum first |
in the script "get_rss_feed.php" there is a last line readfile( $sUrl . (BX_PROFILER && 0 == strncmp($site['url'], $sUrl, strlen($site['url']))? '&bx_profiler_disable=1' : '') ); the url in that argument if I print then becomes, http://testing.pickme.com/forum/?action=rss_user&user=dhaval&bx_profiler_disable=1 if i access this url then i get the posted forum by user : dhaval
is there any errors.log file in application maintained? i am not sure about this in-built file. our application access log file doesnt shows any error for the application. |
in the script "get_rss_feed.php" there is a last line readfile( $sUrl . (BX_PROFILER && 0 == strncmp($site['url'], $sUrl, strlen($site['url']))? '&bx_profiler_disable=1' : '') ); the url in that argument if I print then becomes, http://testing.pickme.com/forum/?action=rss_user&user=dhaval&bx_profiler_disable=1 if i access this url then i get the posted forum by user : dhaval
is there any errors.log file in application maintained? i am not sure about this in-built file. our application access log file doesnt shows any error for the application. OK than ask your hosting provider that they enable option - display errors! PS: If possible do not write me personally, please try to ask on the forum first |
ok , "display_errors" is now set to "ON" for temporary
|
ok , "display_errors" is now set to "ON" for temporary
So did you see any troubles here - http://testing.pickme.com/get_rss_feed.php?ID=911&member=2 ? PS: If possible do not write me personally, please try to ask on the forum first |
<b>Warning</b>: readfile(http://testing.pickme.com/forum/?action=rss_user&user=dhaval&bx_profiler_disable=1) [<a href='function.readfile'>function.readfile</a>]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. difficult for me to identify this warning. what can be the cause for this , any solution you can suggest for this warning.
|
<b>Warning</b>: readfile(http://testing.pickme.com/forum/?action=rss_user&user=dhaval&bx_profiler_disable=1) [<a href='function.readfile'>function.readfile</a>]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. difficult for me to identify this warning. what can be the cause for this , any solution you can suggest for this warning.
Try to uninstall profiler mod PS: If possible do not write me personally, please try to ask on the forum first |
Profiler module is not installed in the application. |
so it appears the forums are working, and they are producing RSS feeds.
i logged in with the username | password here, and was able to post a reply on the forum? Profiler module is not installed in the application.
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Profiler module is not installed in the application. Make a ticket on support page please. They will test your site more detailed! PS: If possible do not write me personally, please try to ask on the forum first |
Hey here is the solution for this issue. there is an internal call made by application itself within function readfile(); (Check conversation above). http://testing.pickme.com/forum/?action=rss_user&user=dhaval&bx_profiler_disable=1 of course in my case this domain name is created with the VirtualHost in apache config file. since there is an internal request is being sent for the data, it is essential to create a Host Entry in to the host file under Windows folder to resolve that request else it will generate the warning as posted above. Thanks to Dhruwal, He found this resolution. He is our Server and network admin. |