Undefined index in WPFORMS-Lite
-
For some reason the following comes up on the top of the page when in admin mode. Can anyone help to resolve this please?
Notice: Undefined index: url in /home/anzfc/public_html/wp-content/plugins/wpforms-lite/src/Forms/IconChoices.php on line 124
Notice: Undefined index: path in?/home/anzfc/public_html/wp-content/plugins/wpforms-lite/src/Forms/IconChoices.php?on line?125
The 2 lines are in the public function init() in IconChoices.php are;
$this->cache_base_url = $upload_dir[‘url’] . ‘/icon-choices’;
$this->cache_base_path = $upload_dir[‘path’] . ‘/icon-choices’;I assume that url and path are not defined, but why and where?
Thanks in advance.
The page I need help with: [log in to see the link]
- The topic ‘Undefined index in WPFORMS-Lite’ is closed to new replies.