Re: [psa-users] Drive Include Path Problem on new pages
Brought to you by:
koivi
From: Peter H. <pe...@pe...> - 2003-05-19 22:16:28
|
Okay, I've changed the include file to read: 'IncludePath' => dirname(__FILE__).'/../metabase' Now, no error message, but I get a blank page. Or almost a blank page. If I look at the source code, something has dumped in some html 4.01 structure and a css style, but there is nothing between the body tags. It is obviously not coming back to my page and picking up the rest of the page. I've just picked up the CVS source, but it will be another two days before I can get to it. It's now midnight and it looks like another long day at work tomorrow. Peter > Did you try checking out the latest CVS source? Maybe there is something > that we had fixed there without realizing it. Basically, I always use > dirname(__FILE__) when looking for files so I know exactly where I am. > I haven't had the no DBMS Driver error in so long I don't remember > exactly what caused it. > > Another option is to go to the metabase board in Yahoo groups and search > the archives there. It definately sounds like metabase isn't playing > nice with you. |