|
From: Chris W. <ch...@cw...> - 2002-05-10 12:07:59
|
On Wed, 2002-05-08 at 21:14, Mike Melillo wrote:
> I finally got OI installed and working properly in all regards(so I
> think...)
>
> Now I'm trying to get my head around its functionality. I tried to
> create a test page, and I was informed the page was created properly,
> but then when I try to view/edit or do anything with the page, I am
> brought to the Sorry: Not Found page.
>
> Any tips on how to properly create pages/templates/locations and also,
> what do I do about about this test page scenario?
Some things to check:
1) Peek into the database and see if the page metadata was created:
SELECT * FROM page where location = '/url/I/created.html'
2) Peek into the filesystem and see if the content was created:
$WEBSITE_DIR/html/url/I/created.html
If neither is created, there should be a message in the error log.
If the first is created but not the second, it's likely a permissions
problem. Ensure the user the webserver runs has write access to the
'html/' directory and all subdirectories.
Chris
--
Chris Winters (ch...@cw...)
Building enterprise-capable snack solutions since 1988.
|