I am trying to install this module but when I download the "Module" it acts as a new version of Drupal. Idea or Linnovate is never mentioned anywhere in any subfolder. I've also uploaded the whole folder (minus the sites folder) and Idea or Linnovate never appears anywhere. Any help would be appreciated as I can not find instructions.

Comments

z.stolar’s picture

OpenideaL 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

kcoonce’s picture

Thanks for your help! Really appreciate it!

kcoonce’s picture

Sorry--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).

kcoonce’s picture

Update:

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.

kcoonce’s picture

It 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.

z.stolar’s picture

Status: Active » Closed (cannot reproduce)

Please 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.