Closed (fixed)
Project:
Take Control
Version:
7.x-2.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
5 Oct 2011 at 23:15 UTC
Updated:
13 May 2012 at 17:50 UTC
Jump to comment: Most recent file
I am trying to install Take Control module. The Take Control module itself is installing without any error but when I proceeded to install the File Browser submodule it gives me the following error.
Notice: Undefined index: file in take_control_menu_build_first_item() (line 43 of C:\Program Files\Zend\Apache2\htdocs\drupal-7.8\sites\all\modules\take_control\includes\common.inc).
Notice: Undefined index: file in take_control_menu_build_first_item() (line 50 of C:\Program Files\Zend\Apache2\htdocs\drupal-7.8\sites\all\modules\take_control\includes\common.inc).
I did not experience the same problem when installing the Quick Permissions module though.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | take_control_common.inc_.patch | 1 KB | Oleksandr.Masovets |
| #9 | take_control_common.inc_.patch | 1 KB | Oleksandr.Masovets |
| #8 | take_control_1300856.patch | 542 bytes | jeff.maes |
Comments
Comment #1
atojimenez commentedRegarding this issue, I used ExtJs version 3.4.0.
Comment #2
Jean Gionet commentedit also doesn't work on a ubuntu server.. getting the same errors.
If I go to this module's admin section I get:
Warning: Parameter 1 to take_control_fb_settings_form() expected to be a reference, value given in drupal_retrieve_form() (line 773 of /var/webs/master/includes/form.inc).Comment #3
berti2k commentedHi,
same problem here on Linux Mint 11, Drupal 7.9 if i open the configuration dialog:
Warning: Parameter 1 to take_control_fb_settings_form() expected to be a reference, value given in drupal_retrieve_form() (line 785 of /var/www/drupal/includes/form.inc).If i enable the Quick permissions Module:
Comment #4
bhowell09 commentedI'm having the same issue with an IIS install with Drupal 7.9:
Error messageWarning: Parameter 1 to take_control_fb_settings_form() expected to be a reference, value given in drupal_retrieve_form() (line 785 of ...\includes\form.inc).
Comment #5
grahamshepherd commentedI get the same problem, including #4, Drupal 7.9 on linux. It's not simply an installation issue, the error messages are a frequent bleat on the admin pages. (Otherwise a great module, thanks.)
Comment #6
jorditerns commentedI am trying to install Take Control module. The Take Control module itself is installing without any error but when I proceeded to install the File Browser submodule it gives me the following error.
Notice: Undefined index: file in take_control_menu_build_first_item() (line 43 of C:\Program Files\Zend\Apache2\htdocs\drupal-7.8\sites\all\modules\take_control\includes\common.inc).
Notice: Undefined index: file in take_control_menu_build_first_item() (line 50 of C:\Program Files\Zend\Apache2\htdocs\drupal-7.8\sites\all\modules\take_control\includes\common.inc).
I tried to use ExtJs version 3.4.0. and 3.1.0
Comment #7
michaelrajchandra commentedI too am facing the same problem...
Comment #8
jeff.maes commentedI has nothing to do with ExtJs, it's an error of PHP 5.3.
I've made a small patch for this one.
Comment #9
Oleksandr.Masovets commentedHere is the patch which will fix initial issue.
Comment #10
Oleksandr.Masovets commentedSorry, forgot to remove one more line.
Here is correct patch.
Comment #11
hyperidler commentedOS openSuse 11.2
Drupal 7.10
Krasnyj,
I downloaded your patch from #10 directly to my linux system. When I tried patching common.inc (patch common.inc take_control_common.inc_.patch) I received the following error:
patching file common.inc
patch: malformed patch at line 28:
I am not too familiar with the patch command and its file format so I was hoping you had some insight.
Comment #12
Oleksandr.Masovets commented@hyperidler
Here is an article how to work with patches http://drupal.org/node/707484
I think it will help you. Cheers.
Comment #13
mfby2k commentedthe patching gives this error
D:\Programing\drupal\Drupal Module Patcher\bin>patch < take_control_common.inc_0.patch --binary
patching file common.inc
Hunk #1 FAILED at 40.
patch: **** malformed patch at line 28:
Comment #14
Oleksandr.Masovets commented@mfby2k
I think you need to add an empty string in the end of the file. Hope it will help.
Comment #15
borngunners commentedI am having the same issue as #13. I have added the empty string, but I still have the same problem. Please help.
Thanks
Comment #16
r_honey commentedOkay guys, all issues from this thread have been fixed...