Page 1 of 1
A few questions about embedding,
Posted: Fri Feb 02, 2007 8:13 am
by stabbish
Installation went well, embedding worked fine EXCEPT!
Every time you click on a link it goes to the unstyled version instead of my embedded page.
Also my navbar which should be on the side is at the bottom.
www.stabbish.com/blogtest.php
If anyone could help me it would be appreciated.
Re: A few questions about embedding,
Posted: Fri Feb 02, 2007 9:41 am
by garvinhicking
Hi!
Did you set your indexFile s9y configuration option to point to your wrapper.php instead of index.php file?
Best regards,
Garvin
Posted: Fri Feb 02, 2007 11:35 am
by stabbish
Sorry could you please explain how to edit this "IndexFile". I naturally assumed it was index.php
Posted: Fri Feb 02, 2007 2:17 pm
by garvinhicking
Hi!
Did you read the 'embedded installation' documentation here:
http://www.s9y.org/55.html
The indexFile option is the one you can specifiy inside the serendipity configuration panel.
HTH,
Garvin
Posted: Fri Feb 02, 2007 9:45 pm
by stabbish
Thanks garvin, I'll give it a try. I did not see indexfile option before. ):
Also do you know how to fix the navbar?
EDIT
After messing around with the settings, When IndexFile is set to wrapper.php it redirects me to a blank page.
EDIT
I am starting to think that the leftside bar is causing my navbar to be pushed to the bottom, I searched the forum and have gotten no results

Posted: Mon Feb 05, 2007 9:13 pm
by judebert
While the designers here will (rightly) claim this to be heresy, perhaps you should try a simple table-based layout. At least that way stuff won't get pushed around while you experiment with embedding.
A blank page usually indicates a PHP error. Often this is as simple as a blank, newline, or UTF-8 BOM code before the <?php or after the ?>. If you can look at your PHP error logs, we can provide better answers.