dtpop / warehouse

Warehouse: REDAXO Shop AddOn
MIT License
23 stars 6 forks source link

get_attributes_for_article undefined method #11

Open joachimdoerr opened 2 years ago

joachimdoerr commented 2 years ago

Methode get_attributes_for_article existiert nicht wird aber on Moduloutput verwendet

Error: Call to undefined method wh_articles::get_attributes_for_article() File: rex:///module/5/output Line: 21

Stacktrace | Function | File | Line | | -------------------------------------------- | ------------------------------------------------------------------------ | -------- | | require | redaxo/cache/addons/structure/1.1.content | 94 | | require | redaxo/src/addons/structure/plugins/content/lib/article_content.php | 122 | | rex_article_content->getArticle | rex:///template/1 | 81 | | require | redaxo/src/addons/structure/plugins/content/lib/article_content_base.php | 482 | | rex_article_content_base->{closure} | redaxo/src/core/lib/util/timer.php | 57 | | rex_timer::measure | redaxo/src/addons/structure/plugins/content/lib/article_content_base.php | 483 | | rex_article_content_base->getArticleTemplate | redaxo/src/addons/structure/plugins/content/boot.php | 60 | | rex_package::{closure} | redaxo/src/core/lib/extension.php | 52 | | rex_extension::{closure} | redaxo/src/core/lib/util/timer.php | 57 | | rex_timer::measure | redaxo/src/core/lib/extension.php | 63 | | rex_extension::registerPoint | redaxo/src/core/frontend.php | 26 | | require | redaxo/src/core/boot.php | 143 | | require | index.php | 9 |
System report (REDAXO 5.13.2, PHP 7.4.21, MySQL 5.7.34) | REDAXO | | | ------------: | :--------- | | Version | 5.13.2 | | PHP | | | ------------: | :--------- | | Version | 7.4.21 | | OPcache | no | | Xdebug | no | | Database | | | ------------: | :----------- | | Version | MySQL 5.7.34 | | Character set | utf8mb4 | | Server | | | ------------: | :------------ | | OS | Darwin | | SAPI | cgi-fcgi | | Webserver | Apache/2.4.46 | | Request | | | ------------: | :---------- | | Browser | Safari/15.3 | | Protocol | HTTP/1.1 | | HTTPS | yes | | Packages | | | ------------------: | :--------- | | backup | 2.8.0 | | be_style | 3.0.1 | | be_style/customizer | 3.0.1 | | be_style/redaxo | 3.0.1 | | install | 2.9.3 | | media_manager | 2.12.1 | | mediapool | 2.11.2 | | metainfo | 2.8.4 | | phpmailer | 2.11.1 | | project | dev | | structure | 2.13.2 | | structure/content | 2.13.2 | | url | 2.0.1 | | users | 2.8.2 | | warehouse | 0.3.1 | | ycom | 4.0.6 | | ycom/auth | 4.0.6 | | ycom/group | 4.0.6 | | yform | 4.0.2 | | yform/email | 4.0.2 | | yform/manager | 4.0.2 | | yrewrite | 2.8.3 |
joachimdoerr commented 1 year ago

Wird hierdurch behoben: https://github.com/dtpop/warehouse/pull/12