FriendsOfCake / cakephp-csvview

CakePHP: A view class for generating CSV
MIT License
176 stars 64 forks source link

Deprecation warning with CakePHP 4.3 #138

Closed matteorebeschi closed 9 months ago

matteorebeschi commented 1 year ago

I am running CakePHP 4.3.11 and cakephp-csvview 4.1.0.

When I use the CsvView in my code, I get this:

Deprecated (16384): Setting special view var "_header" is deprecated. Use ViewBuilder::setOption('header', $value) instead. /var/www/repo/public/vendor/friendsofcake/cakephp-csvview/src/View/CsvView.php, line: 200

dereuromark commented 9 months ago

Error message contains the solution it seems, closing then.