Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

3.7 Compatibility #20

Open
afbora opened this issue Jun 16, 2022 · 7 comments
Open

3.7 Compatibility #20

afbora opened this issue Jun 16, 2022 · 7 comments
Assignees
Labels
enhancement New feature or request In Progress
Milestone

Comments

@afbora
Copy link
Owner

afbora commented Jun 16, 2022

No description provided.

@afbora afbora added enhancement New feature or request In Progress labels Jun 16, 2022
@afbora afbora self-assigned this Jun 16, 2022
@wdebusschere
Copy link

See also getkirby/kirby#4381
I only have your plugin :)
Blade!!
Thank you.

@afbora
Copy link
Owner Author

afbora commented Jun 22, 2022

I've released 2.0.0-rc.1 version that compatible with 3.7. Any testers would appreciate 💛

https://github.com/afbora/kirby-blade/releases/tag/2.0.0-rc.1

@wdebusschere
Copy link

2] PHP Fatal error: Cannot redeclare e() (previously declared in /var/www/html/mysite/vendor/illuminate/support/helpers.php:109) in /var/www/html/mysite/kirby/config/helpers.php on line 128

    "afbora/kirby-blade": "2.0.0-rc.1",
    "getkirby/cms": "3.7.0-rc.2"

@afbora
Copy link
Owner Author

afbora commented Jun 22, 2022

@wdebusschere Thanks for test and report!

I think, you need to disable e() helper manually from root index.php

define('KIRBY_HELPER_E', false);

@wdebusschere
Copy link

wdebusschere commented Jun 22, 2022

@afbora
Ok now it's working
i added define('KIRBY_HELPER_E', false); AND delete the cache and it worked.
(Used composer to install)

@wdebusschere
Copy link

wdebusschere commented Jun 22, 2022

@afbora This also fixed the paging problem i experienced: blog/page:2 was not working
Thx

@afbora
Copy link
Owner Author

afbora commented Jun 22, 2022

@wdebusschere Thanks for testing again. Pagination issue was related with Kirby and fixed on RC2 🙂

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request In Progress
Projects
None yet
Development

No branches or pull requests

2 participants