Im getting this notice level error in lates dev version of drupal. Can we please fix it?

thanks!

notice: Undefined index: x_configuration_per_group_type in /home/cyberfan/htdocs/sites/all/modules/groupadmin/groupadmin.config.inc.php on line 23.

Comments

AntiNSA’s picture

Priority: Normal » Critical

Actyually , when I block notice level errors in settings php, this is the only error that remains... Im bumping this up to critical

andy inman’s picture

This bug was in 2.1 and should be gone in 2.2beta1 ... please confirm you're using 2.2beta1? If you're using 2.1 then this is a duplicate of http://drupal.org/node/931636 - see that thread for the solution.

If you are using 2.2beta1 then I must have screwed up with the version tagging... or some other brain-fade episode.

AntiNSA’s picture

Using the beta1 version.... deleted directory before uploading, updated and flushed cache... checking out link to error thread....

andy inman’s picture

Ok, it sounds like I've screwed up somewhere with the 2.2 release... will check shortly.

(EDIT: I've now checked but the archive looks fine. See below.)

andy inman’s picture

I checked, and the contents of the 2.2beta1 archive look correct. Your comment here - http://drupal.org/node/931636#comment-3542312 - indicates that too (the commented-out section of code.) So, my guess is that somehow you're actually running 2.1 - maybe in a subdirectory somewhere (sites/all/modules or sites/[site-name]/modules maybe.) Try a file search for groupadmin.module .

To confirm which version your actually running, what is the version number shown in the modules list? Another quick way would be to look at the GroupAdmin config page at (yoursite)/admin/og/groupadmin there are four sections, the second one is "More links (advanced)" - version 2.1 does not have that and has only three sections.

AntiNSA’s picture

Mine has six sections. The second is more links advanced.

my available updates list:

Group Admin 6.x-2.2-beta1 as what Im using.

It is installed in /htdocs/sites/all/modules/groupadmin directory.

no sudirectories, just the standard module directory. Any ideas?

andy inman’s picture

Well, I'm mystifed! I've check the distribution archive and can't see anywhere that this might be coming from. Not sure if I checked the sub-modules (Profile and CP), you could try disabling those to see if the error goes away, but I don't think its very likely.

Don't know what else do suggest ... I'll take a closer look next week, right now I have a client project to finish, sorry. If you want to try to fix it, search all the source files for the text x_configuration
_per_group_type - any reference to that should not be there or should adlready by commented-out.

AntiNSA’s picture

Thanks I appreciate it! One of my last great mysteries..: )