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

PHP warning: Undefined array key "fetchit_called" #7

Open
mage66 opened this issue Dec 11, 2023 · 0 comments
Open

PHP warning: Undefined array key "fetchit_called" #7

mage66 opened this issue Dec 11, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mage66
Copy link

mage66 commented Dec 11, 2023

PHP warning: Undefined array key "fetchit_called"

error shown in logs every time page with Fetchit is loaded.

to fix it in 'file core/components/fetchit/src/FetchIt.php' add 'isset()' on 81 line

if (!$_SESSION['fetchit_called']) {

to

if (!isset($_SESSION['fetchit_called'])) {

@GulomovCreative GulomovCreative self-assigned this Dec 25, 2023
@GulomovCreative GulomovCreative added the bug Something isn't working label Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants