Closed (cannot reproduce)
Project:
OpenideaL - ideas and innovation management system
Version:
7.x-1.0-beta9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 May 2013 at 19:38 UTC
Updated:
18 Sep 2013 at 17:45 UTC
Comments
Comment #1
z.stolar commentedOpenideaL is an installation profile. You will find it under [your root directory]/profiles
Try downloading the "no-core" version from here: http://drupal.org/node/1817340
Comment #2
kcoonce commentedThanks for your help! Really appreciate it!
Comment #3
kcoonce commentedSorry--I've run into an issue and I am wondering if this is normal. I know this module is still in dev/beta mode, but I wanted to see if anyone else was having problems.
After I installed the "No-core" version and started enabling this different modules I get an error message about Nodequeue (error below). I've research it but nothing has panned out. Any ideas? As always, I appreciate the help!
PDOException: SQLSTATE[42000]: [Microsoft][SQL Server Native Client 11.0][SQL Server]Column 'nodequeue_queue.name' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.: SELECT q.*, COUNT(s.sqid) AS subqueues FROM {nodequeue_queue} q LEFT JOIN {nodequeue_subqueue} s ON q.qid = s.qid WHERE q.qid IN (:to_load_0, :to_load_1) GROUP BY q.qid; Array ( [:to_load_0] => 1 [:to_load_1] => 2 ) innodequeue_load_queues() (line 615 ofE:\dev\sites\all\modules\idea\modules\contrib\nodequeue\nodequeue.module).Comment #4
kcoonce commentedUpdate:
Through some research I found an article where someone said it was an issue from moving to 7.x-2.x to 7.x-3. I uninstalled NodeQueue AND deleted the colums in the SQL database. After that I installed 7.x-3.x because the article I read said 7.x-3.x removes that column. I am now getting a separate error message.
The new error message reads
PDOException: SQLSTATE[42S02]: [Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid object name 'nodequeue_queue'.: SELECT nq.[qid] AS [qid], nq.[name] AS [name] FROM {nodequeue_queue} nq; Array ( ) in nodequeue_update_7300() (line 417 of E:\dev\sites\all\modules\contrib\nodequeue\nodequeue.install).
Once again, all and any help is greatly appreciated.
Comment #5
kcoonce commentedIt is very unfortunate that this module is not functional. It looks like it had a lot of potential . As a company we were looking forward to deploying this product, but I have come to the conclusion that it is severely under developed and still needs an immense amount of work. Thank you for your initial efforts.
Comment #6
z.stolar commentedPlease download the latest version (beta11) and re-test.
Your issue has not been reported elsewhere. There must be something you did wrong.
Let me know if it works for you and I'll do my best to assist you.