Closed (cannot reproduce)
Project:
Metatag
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2011 at 14:25 UTC
Updated:
23 Aug 2012 at 05:51 UTC
I got a white screen when going into settings page :
admin/config/search/metatag
and the error is :
Call to undefined function metatag_get_info() in /***/sites/all/modules/metatags/metatag_ui/metatag_ui.admin.inc on line 48
Comments
Comment #1
dave reidHrm, not sure how this is possible?? Do you not have the 'metatag' module enabled?
Comment #2
madri2 commentedi have the meta tag api and UI activated
Comment #3
madri2 commentedi wasn't even able to disable the module, so i disabled it directly on the database, then enabled it again and got this error :
PHP Fatal error: Unsupported operand types in ***/metatags/metatag.module on line 651, referer: */admin/modules
php 5.3.3
Comment #4
funex commentedI have the same problem but the error I get is
Unsupported operand types in [...]/htdocs/sites/all/modules/metatags/metatag.module on line 651
the line in question is
$page['content'] = array('metatags' => array()) + $page['content'];
Comment #5
dave reid@andy.hails: This has already been fixed in 7.x-1.x-dev - #1281570: PHP notice when enable or disable links clicked in overlay (and redirect problem)
Comment #6
funex commentedThanks Dave!
Comment #7
dave reid@madri2: Are you still able to replicate this with the latest version?
Comment #8
madri2 commentedno the original error seems to be fixed but i have a warning when i create a new node
Comment #9
dgastudio commentedi have tested both versions; alpha and dev.
drush cron
PHP Warning: Call-time pass-by-reference has been deprecated in /home/u4586/domains/*****/sites/all/modules/subscriptions/subscriptions_content.module on line 349
PHP Warning: Call-time pass-by-reference has been deprecated in /home/u4586/domains/*****//sites/all/modules/subscriptions/subscriptions_content.module on line 349
Cron run successfully.
and WSOD on admin/reports/status
Comment #10
dave reidComment #11
petu commentedIt is possible to set disabled theme as admin theme.
Enabling admin theme (i.e.: drush en seven) solved this problem in my case.
Comment #12
open social commentedI don't know why, but there seems to be a redirect from http://drupal.org/project/metatag to http://drupal.org/project/metatags. When using drush it is possible to get two modules, metatag and metatags. I got the crash when using both.
Comment #13
chi commentedConfirm #12. I spent a hour to get metatags working.
Comment #14
philsward commentedNOTE / CONFIRM COMMENT #12
the metatags module is DEAD. You probably got this error because you accidentally downloaded the WRONG MODULE.
MAKE SURE YOU DOWNLOAD http://drupal.org/project/metatag
I'm just glad I found this post before I spent an hour trying to figure it out ;)
Comment #15
damienmckennaFYI I'm trying to get the old metatags module's downloads removed to save others having similar problems too.
Comment #16
philsward commentedDamienMcKenna Sweet! I think it will help with a lot of the initial problems people might have. I knew there were two different modules, one being dead but I wasn't paying attention when I downloaded it last night and ended up with the wrong one. Comment #12 reminded me that I probably had the wrong module and sure enough, that was the case. : )