Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Jul 2013 at 08:47 UTC
Updated:
20 Aug 2013 at 06:01 UTC
Jump to comment: Most recent file
Warnings listed below:
1. Warning: sort() expects parameter 1 to be array, null given in DrupalListMetaTag->getValue()
2. Warning: array_keys() expects parameter 1 to be array, null given in DrupalListMetaTag->getValue()
3. Warning: array_filter() expects parameter 1 to be array, string given in DrupalListMetaTag->getValue()
4. Warning: implode(): Invalid arguments passed in DrupalListMetaTag->getValue()| Comment | File | Size | Author |
|---|---|---|---|
| #5 | metatag-n2033723-5.patch | 668 bytes | damienmckenna |
| #2 | metatag-logs-php-warning-if-no-robots-selected-2033723-2.patch | 705 bytes | som30ind |
| #1 | metatag-logs-php-warning-if-no-robots-selected-2033723-1.patch | 433 bytes | som30ind |
Comments
Comment #1
som30ind commentedThis patch will resolve the warnings.
Comment #2
som30ind commentedThe issue is fixed in another way to make it better fix.
Comment #3
damienmckennaComment #4
damienmckennaOn what page did you run into this error? I've been saving the system configurations (admin/config/search/metatags) and entity forms (node/*/edit and node/add/*) without running into this problem.
Comment #5
damienmckennaDoes this work too? Out of interest, what version of PHP are you using?
Comment #6
som30ind commentedYes, it will also fix the above issues.
Comment #7
damienmckennaCommitted. Thanks!