MX Query Builder Forum :: QuB 'Hangs' in Browser

This thread was displayed: 0 times


Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.

For more information about the affected products visit: www.interaktonline.com/Support/

View Threaded Show descending
HarryJ
03-21-2007 00:48:37 GMT +2

Hello--

I am using: MySQL and PHP and Kollection Pro 3.7.1.

QuB hangs when I try to edit or create a new Query.

Is there a list anywhere of the steps I should follow to see if I can fix it? I have already emptied the browser caches, updated QuB and updated the includes folder. 

Thanks in advance. 




Back | Reply | Quote | Top
Ionut MOICIANU
03-21-2007 10:32:38 GMT +2

Hello,

Please tell me what browser type and version you are using. Try to define another primary browser in Dreamweaver and see if this helps.

Regards,
Ionut

Reply | Quote | Top
HarryJ
03-21-2007 12:58:29 GMT +2

Hello Ionut--

I've tried it in IE 6.0 and FF 1.5. I have tried both as primary browsers with no sucess.

--Harry



Reply | Quote | Top
Ionut MOICIANU
05-07-2007 11:12:29 GMT +2

I am glad we got this solved. So I'm posting the solution here on public - manually recreating the QuB tables using this script:

DROP TABLE IF EXISTS qub3_queries_que;
CREATE TABLE qub3_queries_que (name_que varchar(50) NOT NULL, query_que LONGTEXT NOT NULL, desc_que LONGTEXT NOT NULL, tables_que LONGTEXT NOT NULL, version_que varchar (10) NOT NULL);

DROP TABLE IF EXISTS qub3_relations_rel ;
CREATE TABLE qub3_relations_rel (table1_rel varchar (100) NOT NULL, table2_rel varchar (100) NOT NULL, t1id_rel varchar (100) NOT NULL, t2id_rel varchar (100) NOT NULL, type_rel varchar (10) NOT NULL, restrict_rel int NOT NULL);

DROP TABLE IF EXISTS qub3_relations_rel ;
CREATE TABLE qub3_settings_set (setting_name_set varchar(32) NOT NULL,setting_value_set varchar(32) NOT NULL);

INSERT INTO qub3_settings_set (setting_name_set,setting_value_set) VALUES ('dateseparator','\'');
INSERT INTO qub3_settings_set (setting_name_set,setting_value_set) VALUES ('notequals','!=');
INSERT INTO qub3_settings_set (setting_name_set,setting_value_set) VALUES ('use_asname','true');

Regards,
Ionut

Reply | Quote | Top
© Adobe Systems Romania. All rights reserved.