mc12345678 / EasyPopulate-4.0

Data import and export module for Zencart 1.3.x and 1.5.x
GNU General Public License v2.0
10 stars 8 forks source link

Undefined variable $ep_debug_log_path #66

Open brittainmark opened 2 years ago

brittainmark commented 2 years ago

PHP 8.0.26

log file --> PHP Warning: Undefined variable $ep_debug_log_path in /home/lotus/public_html/innerlightcrystals/Test158/YOURADMIN/includes/functions/extra_functions/easypopulate_4_functions.php on line 925.

Solved by adding global $ep_debug_log_path;

to function ep4_non_admin_temp() on line 922

To reproduce, go into Easy Populate 4 under Configuration.
You might need Uploads Directory Admin/Catalog set to false.