You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Generate a function that performs frequently performed operations removing
code duplication where the necessary data is passed along instead of
being used as a global variable.
Fixed#66
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.
The text was updated successfully, but these errors were encountered: