If you want to fix it temporarily, change line 354 from
require_once Ninja_Forms()::$dir . ‘blocks/ninja-forms-blocks.php’;
to
require_once Ninja_Forms::$dir . ‘blocks/ninja-forms-blocks.php’;
-
This reply was modified 5 years, 8 months ago by pro_wp.
If you want to fix it temporarily, change line 354 from
require_once Ninja_Forms()::$dir . ‘blocks/ninja-forms-blocks.php’;
to
require_once Ninja_Forms::$dir . ‘blocks/ninja-forms-blocks.php’;
Thread Starter
pro_wp
(@pro_wp)
Thank you for the quick answer on that. I have a client with legacy data that will be difficult to get updated in SF because there are so many records.
I was thinking about a filter on the updated since date. Users would have to be careful with this since it would be a heavy load on the server, so there is probably quite a few moving parts to think about.
I appreciate your answer very much.