I am using 4.7 with the community tags module. When I submit tags to my blogs, I get the following error:

Missing argument 2 for variable_get() in /var/www/dev/includes/bootstrap.inc on line 266.

Is this a bug that you can fix?

I apologize for double-posting...I put this in the community_tags module as well as I am not sure which module is causing this error...thanks.

Comments

Bèr Kessels’s picture

Status: Active » Postponed (maintainer needs more info)

The error means that there is a variable_get() wich has no default variable set.

Can you provide me the following?
* Does the problem still exist without communitytags module?
* The variable that is being requested, you'll need to know how to do some debugging though.

krisvannest’s picture

I had this same error on 4.7.5, specifically:

Type	php
Message	Missing argument 2 for variable_get() in [mysite]/public_html/includes/bootstrap.inc on line 266.
Severity	error

For my installation, removing "freetager" module from http://drupal.org/project/freetagger fixed it... super glad to find your initial question above, too, because I wouldn't have thought to disable that mod (didn't think it was tag related) but got the idea from your project reference to Tagadelic. FWIW, I also have the latest version of Tagadelic installed and it doesn't throw any errors on my install. You might also test-disable your Subscription(s) module(s), if installed, as I read while researching this that some versions of them were also causing probs.

Bèr Kessels’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

issue has been waiting for more info since nearly a year. Closing it.