RE: [geeklog-users] PHP in Header.thtml

2003-02-05 Thread Shane MacDonald
Fixed it, I had to add the require_once files to lib-common.php in order for it to work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Shane MacDonald Sent: Wednesday, February 05, 2003 5:13 PM To: [EMAIL PROTECTED] Subject: RE: [geeklog-users] PHP in Heade

RE: [geeklog-users] PHP in Header.thtml

2003-02-05 Thread Shane MacDonald
OK, I changed the path, now I'm not getting an error. However, the banners still aren't showing up. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Shane MacDonald Sent: Wednesday, February 05, 2003 5:03 PM To: [EMAIL PROTECTED] Subject: RE: [geeklog-users] P

RE: [geeklog-users] PHP in Header.thtml

2003-02-05 Thread Shane MacDonald
I get the same error message with require_once. Believe it or not -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tony Bibbs Sent: Wednesday, February 05, 2003 9:16 AM To: [EMAIL PROTECTED] Subject: RE: [geeklog-users] PHP in Header.thtml Change those to re

RE: [geeklog-users] PHP in Header.thtml

2003-02-05 Thread Tony Bibbs
Change those to require_once. This will cause a fatal error if it can't find the files in question. It is obvious that for some reason the include isn't happening. --Tony On Wed, 5 Feb 2003, Shane MacDonald wrote: > Dirk, > > Here is code that I added: > > > 238239 /* advertising c

RE: [geeklog-users] PHP in Header.thtml

2003-02-05 Thread Shane MacDonald
Dirk, Here is code that I added: 238 This is the error that was returned: "Fatal error: Call to undefined function: view() in /usr/home0/eyecrave/public_html/lib-common.php(859) : eval()'d code on line 244" I tried also adding this {site_url} for myPath with no success. I then get a whol

Re: [geeklog-users] PHP in Header.thtml

2003-02-05 Thread Dirk Haun
Shane MacDonald <[EMAIL PROTECTED]> wrote: >Everytime I add it I get an error. I assume it's because there's not suppose >to be PHP in the .thtml files. Actually, it should be possible to use PHP in header.thtml (but only there). What did you try? Which errors do you get? >How, can I successfu