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
Hi, i have a NC 23.0.6 installation (NextcloudPi) on my RPi4 with Debian Bullseye base, i had printer app working before with my old installation on Buster where i moved my NC installation from, but on Bullseye i can not get it to work anymore, i can print a CUPS testpage, i have allowed www-data on the printer, but i think my actual problem is way before it comes to CUPS. the NC log shows this when i try to print:
Exception: Call to a member function getLocalFile() on null in file '/var/www/nextcloud/lib/private/Files/Filesystem.php' line 529
/var/www/nextcloud/lib/private/AppFramework/App.php - line 157:
OC\AppFramework\Http\Dispatcher->dispatch()
/var/www/nextcloud/lib/private/Route/Router.php - line 302:
OC\AppFramework\App::main()
/var/www/nextcloud/lib/base.php - line 1008:
OC\Route\Router->match()
/var/www/nextcloud/index.php - line 36:
OC::handleRequest()
Verursacht durch Error: Call to a member function getLocalFile() on null
/var/www/nextcloud/apps/printer/lib/Controller/PrinterController.php - line 42:
OC\Files\Filesystem::getLocalFile()
/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 217:
OCA\Printer\Controller\PrinterController->printfile()
/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 126:
OC\AppFramework\Http\Dispatcher->executeController()
/var/www/nextcloud/lib/private/AppFramework/App.php - line 157:
OC\AppFramework\Http\Dispatcher->dispatch()
/var/www/nextcloud/lib/private/Route/Router.php - line 302:
OC\AppFramework\App::main()
/var/www/nextcloud/lib/base.php - line 1008:
OC\Route\Router->match()
/var/www/nextcloud/index.php - line 36:
OC::handleRequest()
Printer app version is 0.0.5
The text was updated successfully, but these errors were encountered:
FadeFx
changed the title
Can not print from NC 2.0.6
Can not print from NC 23.0.6
Aug 6, 2022
Just in case it wasn't noticed - Nextcloud improved policy regarding changes in core to ease app developers in maintaining compatibility with newer Nextcloud versions:
Hi, i have a NC 23.0.6 installation (NextcloudPi) on my RPi4 with Debian Bullseye base, i had printer app working before with my old installation on Buster where i moved my NC installation from, but on Bullseye i can not get it to work anymore, i can print a CUPS testpage, i have allowed www-data on the printer, but i think my actual problem is way before it comes to CUPS. the NC log shows this when i try to print:
Printer app version is 0.0.5
The text was updated successfully, but these errors were encountered: