YaBB SE Version: 1.5.4
PHP Version: 4.3.2
MySQL Version: 4.0.x
Server Platform: Unix, Linux, or BSD
Link to Forum: http://machinemess.singaporeanimenews.net/index2.phpProblem Description:In my index2.php file, I have this line.
<? include("http://machinemess.singaporeanimenews.net/YaBBSE/index.php?action=news&board=1"); ?>
However, when I access the index2.php, there is a very long delay, followed by these errors.
Warning: main() [function.main]: php_hostconnect: connect failed in /home/hsphere/local/home/cmwong/machinemess.singaporeanimenews.net/index2.php on line 17
Warning: main(http://machinemess.singaporeanimenews.net/YaBBSE/index.php?action=news&board=1) [function.main]: failed to create stream: Connection timed out in /home/hsphere/local/home/cmwong/machinemess.singaporeanimenews.net/index2.php on line 17
Warning: main() [function.main]: Failed opening 'http://machinemess.singaporeanimenews.net/YaBBSE/index.php?action=news&board=1' for inclusion (include_path='.:/usr/local/lib/php') in /home/hsphere/local/home/cmwong/machinemess.singaporeanimenews.net/index2.php on line 17
Accessing the forum directly poses no problem. The problem only arises when I try to view the latest topics via the news this way.
Does anyone know what the problem is?