Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined variable $ep_debug_log_path #66

Open
brittainmark opened this issue Jun 21, 2022 · 0 comments
Open

Undefined variable $ep_debug_log_path #66

brittainmark opened this issue Jun 21, 2022 · 0 comments

Comments

@brittainmark
Copy link

brittainmark commented Jun 21, 2022

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.

mc12345678 added a commit that referenced this issue Nov 11, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant