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

Call to a member function path() on null errors on Grav 1.7 #20

Open
thekenshow opened this issue Jan 25, 2022 · 0 comments
Open

Call to a member function path() on null errors on Grav 1.7 #20

thekenshow opened this issue Jan 25, 2022 · 0 comments

Comments

@thekenshow
Copy link

The table-importer plugin v2.2.1 works fine on Grav 1.6.16 but after upgrading to 1.7.x, it throws a Call to a member function path() on null error at user/plugins/table-importer/TableImporterShortcode.php:166.

The error does not occur if the individual page cache is disabled ( cache_enable: false ). The relevant page config is as follows:

title: 'My Tableimporter Page'
tablesorter:
    active: true
    raw: true
    tablenums: '1,2'
    include_widgets: true
    include_metadata: true
    themes: bootstrap
    args:
        1:
            theme: bootstrap
            widgets:
                - filter
                - zebra
        2:
            theme: bootstrap
            widgets:
                - filter
                - zebra
---

Screen Shot 2022-01-25 at 9 38 42 AM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant