Hi there,
In the latest version of WP Filebase Pro (3.3.0), I am getting a lot of PHP notices on the Manage Templates page in the WordPress Dashboard. In each template preview window, I see the following message:
Notice: Undefined variable: e in …\wp-content\plugins\wp-filebase-pro\classes\Item.php(317) : eval()’d code on line 1
I was able to solve this by simply adding “$e = NULL;” above the RETURN in the GenTpl function, but would like to know if there are plans on making a permanent fix for these notices in the next plugin version.
Cheers.
-
This topic was modified 9 years, 2 months ago by ccarey.