[USERPRINT] Call to undefined function formatUrl() #89

Closed
opened 2021-09-22 02:42:55 +02:00 by rooty · 3 comments
Owner

When trying to access on another domain managed by the platform, e.g. www.fab-l3.org, this error appears in logs :

[Wed Sep 22 02:38:17.444851 2021] [php7:error] [pid 10507] [client 185.191.171.3:2722] PHP Fatal error: Uncaught Error: Call to undefined function formatUrl() in lib/object_printing/userprint/userprint.php:101\nStack trace:\n#0 lib/system/system_printing/printingmanager.php(185): UserPrint->__print()\n#1 lib/system/system_control/systemcontrol.php(368): PrintingManager->execPrinting()\n#2 lib/system/system_control/systemcontrol.php(310): SystemControl->outputExecutionPage()\n#3 /index.php(78): SystemControl->execute()\n#4 {main}\n thrown in lib/object_printing/userprint/userprint.php on line 101

When trying to access on another domain managed by the platform, e.g. www.fab-l3.org, this error appears in logs : > [Wed Sep 22 02:38:17.444851 2021] [php7:error] [pid 10507] [client 185.191.171.3:2722] PHP Fatal error: Uncaught Error: Call to undefined function formatUrl() in lib/object_printing/userprint/userprint.php:101\nStack trace:\n#0 lib/system/system_printing/printingmanager.php(185): UserPrint->__print()\n#1 lib/system/system_control/systemcontrol.php(368): PrintingManager->execPrinting()\n#2 lib/system/system_control/systemcontrol.php(310): SystemControl->outputExecutionPage()\n#3 /index.php(78): SystemControl->execute()\n#4 {main}\n thrown in lib/object_printing/userprint/userprint.php on line 101
rooty added the
bug
live
master
labels 2021-09-22 02:42:55 +02:00
rooty self-assigned this 2021-09-22 02:42:55 +02:00
Author
Owner

The formatUrl() should be called like this : Navigation::formatUrl() while it is called by formatUrl().

The formatUrl() should be called like this : Navigation::formatUrl() while it is called by formatUrl().
Author
Owner

Issue fixed.

Issue fixed.
rooty added the
fixed
label 2021-09-22 02:45:12 +02:00
rooty referenced this issue from a commit 2021-09-22 02:45:43 +02:00
Author
Owner

Pushed to master

Pushed to master
rooty closed this issue 2021-09-22 02:46:17 +02:00
Sign in to join this conversation.
No description provided.