You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2022. It is now read-only.
After updating to the latest version, the pages where I'm using this plugin started throwing the error Call to a member function path() on null. It points to line 166 of the file TableImporterShortcode.php:
Clearing the cache temporarily fixes the problem and lets the page load once, but then errors on reload. Setting cache_enable: false on the page prevents the error but I'd prefer to let the pages be cached if the issue can be addressed another way.
After updating to the latest version, the pages where I'm using this plugin started throwing the error
Call to a member function path() on null. It points to line 166 of the fileTableImporterShortcode.php:Clearing the cache temporarily fixes the problem and lets the page load once, but then errors on reload. Setting
cache_enable: falseon the page prevents the error but I'd prefer to let the pages be cached if the issue can be addressed another way.