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

Warning : Undefined array key "archive_timeout" in /config/www/plugins/BatchDownloader/include/events.inc.php #45

Open
tanty opened this issue Mar 5, 2023 · 0 comments

Comments

@tanty
Copy link

tanty commented Mar 5, 2023

This has been happening already for quite a while.

I have the plugin installed. If I activate it, I get this warning twice at the head of the Piwigo gallery:

Warning
: Undefined array key "archive_timeout" in
/config/www/plugins/BatchDownloader/include/events.inc.php
on line
278



Warning:  [mysql error 1064] You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 5

UPDATE piwigo_download_sets
  SET status = "done"
  WHERE
    status != "done" AND
    date_creation < DATE_SUB(NOW(), INTERVAL  HOUR)
; in /app/www/public/include/dblayer/functions_mysqli.inc.php on line 847

I'm running piwigo 13.6.0 from linuxserver.io

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