Portal Home > Knowledgebase > Articles Database > IPB 3.0.5 ssi.php not working
Posted by latheesan, 01-03-2010, 10:38 AM Hello, I've been using SMF forum script and recently switched to IPB v3.0.5. I had a look at the ssi.php file and according to the guide, this should've work: news_test.php But instead, it errors like so: I have already configured the news board in the admin ACP. I also tried different methods to load the SSI like this: include("http://www.domain.com/forum/ssi.php?a=news&show=1"); include("/forum/ssi.php?a=news&show=1"); include("forum/ssi.php?a=news&show=1"); ... none of these include method seems to be working. sometimes, the ssi.php file gets included correct, but it returns a blank page, any idea where I might be going wrong? could this be due to open_basedir in effect and it's not allowing me to parse URLs? Cause, the only time i get blank page without any errors is when i include like this: http://www.domain.com/forum/ssi.php?a=news&show=1 Thanks in advance for any help. Last edited by latheesan; 01-03-2010 at 10:51 AM.
Posted by latheesan, 01-03-2010, 11:55 AM okay nevermind, my friend fixed it: lol, what a easy fix
Add to Favourites Print this Article