|
Thank you Tom & co. for your most helpful suggestions. If I may, I'll give a quick resume of my "adventure": In trying to debug this upgrade from php4 to php5 and postgresql 7.4 to 8.3 I have learned much. First trying to set up various debuggers like PHPed, Eclipse with phpeclipse, DEBUG and XDEBG is generally a horrendous nightmare. After reading all I could find and trying all suggestions and instructions, I found that the DBGbar plugin for Firefox found the errors far better than all the others; it got as far as the login page which normally comes up when the user is anonymous from the $sid I did finally manage to set up XDebug - but not the way of the instructions: use only the zend_extension=/where/the/file/is/xdebug.so the php.ini file. The extensions.ini file should have any & all dbg.so, dbg.so.x.x.x and xdebug.so commented out or just out for xdebug to be loaded as an xdebug extension and a zend_extension. I just could not get phpeclipse to work right; kept getting errors for include files (= no such file at .:/usr/local/share/pear) And PHPed as I tried it just mucked up the files. Luckily I had made copies. :) But, I must say, Eclipse seems like a great tool to program in java. Apparently, the programmers used tcl functions like pg_exec to work with postgresql and it works fine in pg7.4 but not in 8.3. What could I do to either link or use the tcl commands as it would seem that rewriting all the instances of these instructions might just be too much to bother? Thanks in advance. Philip Tom Lane wrote: PJ <[EMAIL PROTECTED]> writes: |
- [GENERAL] migration problem PJ
- Re: [GENERAL] migration problem Craig Ringer
- Re: [GENERAL] migration problem Tom Lane
- Re: [GENERAL] migration problem PJ
- Re: [GENERAL] migration problem Scott Marlowe
