Notice (8): Trying to get property 'id' of non-object [APP/Controller/EditionsController.php, line 79]
Notice (8): Trying to get property 'name' of non-object [APP/Controller/EditionsController.php, line 87]
Notice (8): Trying to get property 'description' of non-object [APP/Controller/EditionsController.php, line 88]
Notice (8): Trying to get property 'name' of non-object [APP/Template/Editions/view.ctp, line 7]
Notice (8): Trying to get property 'slug' of non-object [APP/Template/Editions/view.ctp, line 7]

Tage des Kunsthandwerks

Notice (8): Trying to access array offset on value of type null [APP/Template/Editions/view.ctp, line 17]
Notice (8): Trying to access array offset on value of type null [APP/Template/Editions/view.ctp, line 17]
Archiv
Notice (8): Trying to get property 'start' of non-object [APP/Template/Editions/view.ctp, line 17]
Warning (512): Unable to emit headers. Headers sent in file=/var/www/metiersdart.ch/prod/asma/vendor/cakephp/cakephp/src/Error/Debugger.php line=855 [CORE/src/Http/ResponseEmitter.php, line 53]
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/metiersdart.ch/prod/asma/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php, line 154]
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/metiersdart.ch/prod/asma/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php, line 183]
Error: Call to a member function i18nformat() on null

Call to a member function i18nformat() on null Error

Error in: ROOT/src/Template/Editions/view.ctp, line 17

Could this be caused by using Auto-Tables?

Some of the Table objects in your application were created by instantiating "Cake\ORM\Table" instead of any other specific subclass.

This could be the cause for this exception. Auto-Tables are created for you under the following circumstances:

  • The class for the specified table does not exist.
  • The Table was created with a typo: $this->getTableLocator()->get('Atricles');
  • The class file has a typo in the name or incorrect namespace: class Atricles extends Table
  • The file containing the class has a typo or incorrect casing: Atricles.php
  • The Table was used using associations but the association has a typo: $this->belongsTo('Atricles')
  • The table class resides in a Plugin but no plugin notation was used in the association definition.

Please try correcting the issue for the following table aliases:

  • I18n
  • Editions_name_translation
  • Editions_slug_translation
  • Editions_description_translation
  • Editions_edito_translation
  • Editions_impressum_translation
  • Albums_description_translation
  • Attachments
  • States_name_translation
  • States_edito_translation
  • States_edito_2_translation
  • States_slug_translation
  • LogoAttachment
  • ProgramFileAttachment
  • IllustrationAttachment
  • EditoAttachment
  • ProgramLines_name_translation
  • ProgramLines_description_translation
  • Artisans_quote_1_translation
  • Artisans_quote_2_translation
  • Artisans_paragraph_1_translation
  • Artisans_paragraph_2_translation
  • Artisans_domain_alias_translation
  • Artisans_distinctions_translation
  • Domains_name_translation
  • Domains_slug_translation
  • Domains_description_translation
  • Locations_special_info_translation

If you want to customize this error message, create src/Template/Error/error500.ctp