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
How familiar are you with the the source code relevant to this issue?:
3
Expected behavior:
Expected to have the teleporter archive downloaded
Actual behavior:
Web console gives me "500 Internal Server Error"
Steps to reproduce:
-Login to the pi-hole web interface
-Go to Settings -> Teleporter
-Click Backup
-A new tab opens for "admin/scripts/pi-hole/php/teleporter.php" but nothing else happens
-The web console in the browser shows me the error code 500 and an error is written to the pihole's error.log
(see error.log at the end of the issue)
I also get the same output in error.log when trying to run pihole -a -t on the system
Support for gzipped containers has been added 2017 and never changed since then: #595
It first glance, it doesn't seem any change was made to teleporter that could have caused this. Maybe your local PHP updated/upgraded and this brought up such this error?
In raising this issue, I confirm the following:
How familiar are you with the the source code relevant to this issue?:
3
Expected behavior:
Expected to have the teleporter archive downloaded
Actual behavior:
Web console gives me "500 Internal Server Error"
Steps to reproduce:
-Login to the pi-hole web interface
-Go to Settings -> Teleporter
-Click Backup
-A new tab opens for "admin/scripts/pi-hole/php/teleporter.php" but nothing else happens
-The web console in the browser shows me the error code 500 and an error is written to the pihole's error.log
(see error.log at the end of the issue)
I also get the same output in error.log when trying to run
pihole -a -t
on the systemDebug token provided by uploading
pihole -d
log:u1oxkxonx8
Troubleshooting undertaken, and/or other relevant information:
To troubleshoot I
-Attempted to use different browsers (Firefox and Safari)
-Restarted the pi
I used the backup feature in 5.0 with no problems and only started getting these errors after updating to 5.1
Going into /var/log/lighttpd/error.log shows me there's something wrong creating the archive
(mod_fastcgi.c.421) FastCGI-stderr: PHP Fatal error: Uncaught BadMethodCallException: data phar "/tmp/pi-hole-localhost.localdomain-teleporter_2020-07-16_22-57-32.tar.gz" has invalid extension tar.gz in /var/www/html/admin/scripts/pi-hole/php/teleporter.php:574
(mod_fastcgi.c.421) FastCGI-stderr: Stack trace:
(mod_fastcgi.c.421) FastCGI-stderr: #0 /var/www/html/admin/scripts/pi-hole/php/teleporter.php(574): PharData->compress()
(mod_fastcgi.c.421) FastCGI-stderr: #1 {main}
(mod_fastcgi.c.421) FastCGI-stderr: thrown in /var/www/html/admin/scripts/pi-hole/php/teleporter.php on line 574
The text was updated successfully, but these errors were encountered: