Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » RADICORE Installation Issues » Fatal Error on Popup
Fatal Error on Popup [message #703] Wed, 21 March 2007 17:02 Go to previous message
jzjames is currently offline  jzjames
Messages: 2
Registered: March 2007
Junior Member
I am running through the Radicore tutorial, version 1.22.0, on a Windows XP machine with a local Apache 2.2.4.0 server, PHP 5.2.1, and PostgreSQL 8.2.3. I get a fatal PostgreSQL error whenever I click the popup button in the Add Relationship form, the one that specifies the junior table. Here is the PostgreSQL error message:

Fatal Error: pg_query() [function.pg-query]: Query failed: ERROR: 42703: column "column_count" does not exist at character 272 LOCATION: transformColumnRef, parse_expr.c:403 (# 256).

SQL query: SELECT count(*) FROM dict_table LEFT JOIN dict_column ON (dict_table.database_id=dict_column.database_id AND dict_table.table_id=dict_column.table_id) WHERE dict_table.database_id='test' GROUP BY dict_table.database_id, dict_table.table_id, dict_table.table_desc HAVING column_count > 0

Error in line 295 of file 'C:\Apache2.2\includes\dml.pgsql.class.inc'.

Thinking that there might be an error in my "test" data structure, I tried the same form using the "xample" schema and got the same error.

I couldn't find any mention of this problem in the forum archive or in the "Creating a PostgreSQL Driver.." article.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Fatal Error after login
Next Topic: Fatal Error: eregi() [function.eregi]: REG_BADRPT (# 1049)
Goto Forum:
  


Current Time: Sat Apr 27 08:36:26 EDT 2024

Total time taken to generate the page: 0.00972 seconds