Robert Little
|
| Posted: 07/26/2005, 8:19 PM |
|
Hi, I am trying to create an application in Apache 1.3/PHP 4.x/PostgreSQL v8 (installed on Windows XP in native mode) and using the ODBC (PostgreSQL 8.00.01.01).
When building a Grid I can see the records of the table (in CCS Design mode, Data Source, Review Data), I think that the ODBC this working fine.
When I generate and publish the page, the browser screen doesn't show absolutely anything
(there are not data, any error message, anything!).
I upgrade to the version CCS 2.3.2.27 trying to discover if it was version problem but I
continue without getting that the grid is shown (with or without data).
The screen of register of data (Record form) is shown but it doesn't insert (it seems to run the action and then the blank screen appears).
I have arranged flags in the php code (echo text a, echo text b, etc) and the text is presented until arrives to the part corresponding to "Open Method @2-8DA71F" function Open () ".
Inside this function the code is run until the line that corresponds to "$this->query($this->OptimizeSQL(CCBuildSQL($this->SQL, $this->Where, $this->Order))); ".
I have tried to omit the "OptimizeSQL()" function in the file Common.php so that the return same value (as I read in one of the problems reported in the support list) and data is not shown in the browser.
In the applications that I have developed with PHP/MySQL I am never presented this problem.
Can somebody help me with this problem?.
Thank you
Robert Little.
Sorry for my English!
|
|
|
 |
|