phpns-team team mailing list archive
-
phpns-team team
-
Mailing list archive
-
Message #00433
[Question #78558]: Php page that should show news articles just shows blank page
Question #78558 on phpns changed:
https://answers.launchpad.net/phpns/+question/78558
Description changed to:
Hi guys,
I just installed phpns and the back end looks and works fine.
My problem is with the page where I want to articles to show. I put the
following include into an already designed page (all html but file has
php extension)
<?php
/*
This file is used to generate articles managed by the phpns system.
Place this code wherever you want your articles displayed on your
website. The page that this code is placed in should have a .php
extension.
*/
$phpns['limit'] = '5';
//after variable declaration(s), include shownews.php
include("/home/www/willmarsh.com/news/shownews.php");
?>
The page i am trying to view is http://www.willmarsh.com/index4.php
I have created a new file which was almost blank and this works
(www.willmarsh.com/test.php) so i assume theres something in the html
which is conflicting with it.
Can anyone tell me what the problem is?
--
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.