Closed (fixed)
Project:
Meta tags quick
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Oct 2011 at 08:05 UTC
Updated:
4 Jan 2014 at 01:11 UTC
Jump to comment: Most recent
Comments
Comment #1
FAAREIA commented1+
same here, since upgrade to 7.x-2.2
Comment #2
valthebaldI think that the problem is broader than just missing check in metatags_quick.
I have checked core function field_default_view() and it assumes that $field['type'] is set.
So, adding extra check in hook_field_access() implementation (line 119 mentioned in error message) won't help.
I wonder how it can be that $field['type'] is empty. Probably, it is better to find the reason, instead of suppressing error messages
Comment #3
KIGA commentedHi,
I've installed the module completely new.
Now the problems are no longer available.
Sorry.
Comment #4
FAAREIA commentedif i reinstall the module from 0.......fields from content types will not dissappear???? This is not a practical solution.
Comment #5
valthebaldDid you run update.php after module upgrade?
Comment #6
jawi commentedsame issue here:
I'm trying to find out how to resolve the Undefined index error.
Comment #7
KIGA commented@valthebald Yes I have run the update.php
maybe you find in the Recent log messages more information about this errors.
When the error occurred I found subsequently following:
TYPE php
DATE Saturday, den 22. October
USER Gast (not verified)
LOCATION ......../system/files/styles/thumbnail/private/p5.jpg
REFERRER ......./nodename
MESSAGE Notice: Undefined index: type in metatags_quick_field_access() (line 119 of ............/sites/all/modules/metatags_quick/metatags_quick.module).
SEVERITY notice
My filesystem is on public switched now.
may the errors can thereby restrict something be .
Comment #8
FAAREIA commentedi run update.php since a long time, and nothing changed.
Status changed, since is not fixed.
Comment #9
valthebald#8: please read #2. I don't think this issue belongs to metatags_quick, but not to the core
Comment #10
FAAREIA commentedthat's it, i didn't (and don't) understand #2. XD
So it's core and not the module....
Comment #11
valthebaldYes, this belongs to core, not to module
Comment #12
offerman commentedSame messages here.
Just upgraded from core version 7.9 to 7.10. Still get this error with each node page display.
Comment #13
huesator commentedSame error here. I get the error when I access or edit some nodes, not all of them.
Comment #14
huesator commentedOk, solved after running cron and clearing the cache.
---
I don`t know why it worked only that time.
I needed to uninstall this module for my site to work.
Comment #15
valthebald