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.
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.