Can't edit any Custom Attributes on any page... get Fatal Error: Call to undefined method
Permalink
I've attached a screenshot. The site seems to be working fine. I haven't changed anything recently. but I get the following error:
Fatal Error: Call to undefined method CollectionAttributeKey::getAttributeKeyDisplayName() in home8/barking7/public_html/showpro/concrete/elements/collection_metadata_fields.php on line 72
_____________________________________________________________
# concrete5 Version
5.6.3.1
# concrete5 Packages
Add Multiple Pages (1.2), Autonav Exclude Subpages (1.1.1), Boldy (2.3), Destyle (1.1), Dojo Google Translate (1.0), Google Map (Premium) (2.0.1), Manual Nav (1.0.1), Multimedia Box (2.0.2.2), Pro Media (7.4.0), Thumbview Template (1.1.1).
# concrete5 Overrides
blocks/promedia_list, blocks/php.ini, controllers/php.ini, elements/php.ini, helpers/php.ini, jobs/php.ini, js/php.ini, css/php.ini, languages/php.ini, libraries/php.ini, mail/php.ini, models/php.ini, single_pages/php.ini, themes/php.ini, tools/php.ini
# concrete5 Cache Settings
Block Cache - On
Overrides Cache - Off
Full Page Caching - On - In all cases.
Full Page Cache Lifetime - Every 6 hours (default setting).
# Server Software
Apache
# Server API
cgi-fcgi
# PHP Version
5.4.28
# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, Core, ctype, curl, date, dba, dom, enchant, ereg, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imap, intl, ionCube Loader, json, ldap, libxml, mbstring, mcrypt, mhash, mysql, mysqli, odbc, openssl, pcntl, pcre, PDO, pdo_dblib, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, readline, recode, Reflection, session, shmop, SimpleXML, soap, sockets, SourceGuardian, SPL, sqlite3, standard, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend Guard Loader, zip, zlib.
# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 128M
post_max_size - 10M
sql.safe_mode - Off
upload_max_filesize - 10M
ldap.max_links - Unlimited
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
odbc.max_links - Unlimited
odbc.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
pgsql.max_links - Unlimited
pgsql.max_persistent - Unlimited
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
Fatal Error: Call to undefined method CollectionAttributeKey::getAttributeKeyDisplayName() in home8/barking7/public_html/showpro/concrete/elements/collection_metadata_fields.php on line 72
_____________________________________________________________
# concrete5 Version
5.6.3.1
# concrete5 Packages
Add Multiple Pages (1.2), Autonav Exclude Subpages (1.1.1), Boldy (2.3), Destyle (1.1), Dojo Google Translate (1.0), Google Map (Premium) (2.0.1), Manual Nav (1.0.1), Multimedia Box (2.0.2.2), Pro Media (7.4.0), Thumbview Template (1.1.1).
# concrete5 Overrides
blocks/promedia_list, blocks/php.ini, controllers/php.ini, elements/php.ini, helpers/php.ini, jobs/php.ini, js/php.ini, css/php.ini, languages/php.ini, libraries/php.ini, mail/php.ini, models/php.ini, single_pages/php.ini, themes/php.ini, tools/php.ini
# concrete5 Cache Settings
Block Cache - On
Overrides Cache - Off
Full Page Caching - On - In all cases.
Full Page Cache Lifetime - Every 6 hours (default setting).
# Server Software
Apache
# Server API
cgi-fcgi
# PHP Version
5.4.28
# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, Core, ctype, curl, date, dba, dom, enchant, ereg, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imap, intl, ionCube Loader, json, ldap, libxml, mbstring, mcrypt, mhash, mysql, mysqli, odbc, openssl, pcntl, pcre, PDO, pdo_dblib, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, readline, recode, Reflection, session, shmop, SimpleXML, soap, sockets, SourceGuardian, SPL, sqlite3, standard, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend Guard Loader, zip, zlib.
# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 128M
post_max_size - 10M
sql.safe_mode - Off
upload_max_filesize - 10M
ldap.max_links - Unlimited
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
odbc.max_links - Unlimited
odbc.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
pgsql.max_links - Unlimited
pgsql.max_persistent - Unlimited
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
Anyone have an idea what is going on here?
growthcurve has a similar error occur:http://www.concrete5.org/community/forums/customizing_c5/fatal-erro...
Compare what is in your AttributeKeys table with your currently installed attributes, and delete the items which don't match.
Compare what is in your AttributeKeys table with your currently installed attributes, and delete the items which don't match.
If I had to guess it looks like you might have an old version of the AttributeKey class
https://github.com/concrete5/concrete5/blob/master/web/concrete/core...
I would check to see if you have an override for that in /models/attribute/key.php
https://github.com/concrete5/concrete5/blob/master/web/concrete/core...
I would check to see if you have an override for that in /models/attribute/key.php