trying to find why I have this error...
OC 3.0.3.9 php 8.1
https://www.otroski-koticek.si/
Does anybody have any idea?
Code: Select all
13:18:14
PHP Fatal error: Uncaught ArgumentCountError: 3 arguments are required, 2 given in xxx/catalog/controller/account/success.php:26
Stack trace:
#0 xxx/catalog/controller/account/success.php(26): sprintf('<p> \xC4\x8Cestitamo!...', 'https://www.otr...')
#1 xxx/storage/modification/system/engine/action.php(79): ControllerAccountSuccess->index()
#2 xxx/catalog/controller/startup/router.php(25): Action->execute(Object(Registry))
#3 xxx/storage/modification/system/engine/action.php(79): ControllerStartupRouter->index()
#4 xxx/storage/modification/system/engine/router.php(77): Action->execute(Object(Registry))
#5 xxx/storage/modification/system/engine/router.php(66): Router->execute(Object(Action))
#6 xxx/system/framework.php(176): Router->dispatch(Object(Action), Object(Action))
#7 xxx/system/startup.php(104): require_once('/home/otrosk57/...')
#8 xxx/index.php(22): start('catalog')
#9 {main}
thrown in xxx/catalog/controller/account/success.php on line 26
Code: Select all
25/Mar/2024:13:18:14 +0100] "GET /index.php?route=account/success HTTP/1.1" 200 473 "https://www.otroski-koticek.si/index.php?route=account/register" "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36"
46.123.255.155 - - [25/Mar/2024:13:18:14 +0100] "GET /favicon.ico HTTP/1.1" 404 1251 "https://www.otroski-koticek.si/index.php?route=account/success" "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36"