|
Posted by Joseph Melnick on 06/14/05 04:35
Hello Someone,
You have not provided enough information to diagnose your problem but would
be happy to help.
Joseph Melnick
JM Web Consultants
http://www.jphp.com/
jmelnick@jphp.com
"someone" <someone@somewhere.com> wrote in message
news:Mamre.118938$J25.58333@bignews6.bellsouth.net...
> Windows 2000SBS php 5.0.4 PostgreSQL 8.0
>
> We are developing an accounting application and our primary developer
> wrote a DB access library called pWAK. It works accessing MS SQL; now we
> are trying to get it working with PostgreSQL.
> Our developer has left us, leaving a bunch of newbies trying to continue
> the project.
>
> We're getting in our php_error.log:
>
> [13-Jun-2005 15:01:50] PHP Fatal error: Cannot redeclare class iconfig in
> D:\svnWC\BAL\pWAK\Config\IConfig.class.php on line 15
>
> line 15 in IConfig is:
>
> interface IConfig
>
> The code works the first time you login, but if you close the browser and
> log back in, it eventually fails on the second or subsequent execution of
> the code.
>
> If it succeeds, there is a line in our log that says:
>
> Pgsql::__destruct(): destructing which destroys the database access object
>
> If it fails, that line is not in the log
>
>
>
Navigation:
[Reply to this message]
|