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

Home » RADICORE » RADICORE Installation Issues » Fatal Error on Popup
Re: Fatal Error on Popup [message #704 is a reply to message #703] Wed, 21 March 2007 20:20 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2349
Registered: April 2006
Location: Surrey, UK
Senior Member
You've found one of those circumstances where MySQL is more forgiving than PostgreSQL and Oracle. MySQL will allow the statement:

SELECT ..., count(dict_column.table_id) AS column_count FROM ... HAVING column_count > 0

but both PostgreSQL and Oracle will only accept the following:

SELECT ..., count(dict_column.table_id) AS column_count FROM ... HAVING count(dict_column.table_id) > 0

Attached is an updated file containing this correction.


 
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: Thu May 09 15:26:59 EDT 2024

Total time taken to generate the page: 0.00914 seconds