Page 2 of 2

error message

Posted: Sat Dec 31, 2005 6:56 am
by muligruber
Garvin,
I am trying the index.tpl fix you gave above for the php include but i am still getting this error..

Warning: Smarty error: http://www.theliveyearbook.com/newsite/header.shtml is not readable in /home/virtual/site284/fst/var/www/html/newsite/serendipity/bundled-libs/Smarty/libs/Smarty.class.php on line 1088

any ideas?

error

Posted: Sat Dec 31, 2005 6:59 am
by muligruber
sorry drop the .shtml

the error is:

Warning: Smarty error: http://www.theliveyearbook.com/newsite/header.html is not readable in /home/virtual/site284/fst/var/www/html/newsite/serendipity/bundled-libs/Smarty/libs/Smarty.class.php on line 1088

Re: error

Posted: Sat Dec 31, 2005 4:29 pm
by garvinhicking
You need to specifiy a full file path, not a URL for inclusion.

Including a URL may fail on webserverse that have allow_url_fopen turned off.

Regards,
Garvin