Hello,
We seem to have a small problem with the SDK that stops our web site from time to time, apparently randomly. Our web site is www.dinamomania.net.
I am not sure what's happening I can only tell you what we do to restart the web site and, oddly enough, it works:
In the file ipbsdk_class.inc.php at line:
function IPBSDK($options = array('root_path' => '', 'board_url' => '', 'sdklang' => '', 'board_version' =>'', 'allow_caching'=>'', 'timer'=>'', 'debug'=>'')) {
After the "{" I add the following instruction: die("");
function IPBSDK($options = array('root_path' => '', 'board_url' => '', 'sdklang' => '', 'board_version' =>'', 'allow_caching'=>'', 'timer'=>'', 'debug'=>'')) { die ("");
I upload the file on the server again, try to reload the site, then I replace the file with the original one, without the "die("");" instruction. The website will be up again. Apparently the time stamp of the file needs to change also. I tried having 2 files on the server, one being the original file and the other one having the "die("");" instruction in it and renaming the files but it doesn't seem to do the trick.
When the website dies there is only a blank page that is displayed.
As I said I am not sure why the web site dies in the first place, and absolutely no clue why the above "fix" will bring it back alive. I suspect a bug in the scripts.
Could you please make some light in the matter, as we are encountering this problem often enough to consider it "annoying".
Thank you
Chris Soncodi - Webmaster @ www.dinamomania.net.
Please reply to webmaster@dinamomania.net any help would be greatly appreciated.