Deprecated: optional(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/illuminate/support/helpers.php on line 184

Deprecated: with(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/illuminate/support/helpers.php on line 375

Deprecated: Google\Client::fetchAccessTokenWithAssertion(): Implicitly marking parameter $authHttp as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/Client.php on line 282

Deprecated: Google\Client::authorize(): Implicitly marking parameter $http as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/Client.php on line 415

Deprecated: Google\AccessToken\Revoke::__construct(): Implicitly marking parameter $http as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/AccessToken/Revoke.php on line 42

Deprecated: Google\AccessToken\Verify::__construct(): Implicitly marking parameter $http as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/AccessToken/Verify.php on line 67

Deprecated: Google\AccessToken\Verify::__construct(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/AccessToken/Verify.php on line 67

Deprecated: Google\AuthHandler\Guzzle6AuthHandler::__construct(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php on line 23

Deprecated: Google\AuthHandler\Guzzle6AuthHandler::attachCredentials(): Implicitly marking parameter $tokenCallback as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php on line 29

Deprecated: Google\AuthHandler\Guzzle6AuthHandler::attachCredentialsCache(): Implicitly marking parameter $tokenCallback as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php on line 46

Deprecated: Google\AuthHandler\Guzzle5AuthHandler::__construct(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php on line 23

Deprecated: Google\AuthHandler\Guzzle5AuthHandler::attachCredentials(): Implicitly marking parameter $tokenCallback as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php on line 29

Deprecated: Google\AuthHandler\Guzzle5AuthHandler::attachCredentialsCache(): Implicitly marking parameter $tokenCallback as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php on line 46

Deprecated: Google\Http\REST::decodeHttpResponse(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/Http/REST.php on line 121

Deprecated: Google\Http\REST::decodeBody(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/Http/REST.php on line 150

Deprecated: Google\Http\REST::determineExpectedClass(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/Http/REST.php on line 160

Deprecated: Google\Http\REST::isAltMedia(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/Http/REST.php on line 187

Deprecated: Google\Service\Exception::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/Service/Exception.php on line 39

Deprecated: Google\Task\Composer::cleanup(): Implicitly marking parameter $filesystem as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/protected/vendor/google/apiclient/src/Task/Composer.php on line 31
PHP warning

PHP warning

Cannot modify header information - headers already sent by (output started at /var/www/html/protected/vendor/illuminate/support/helpers.php:184)

/var/www/html/themes/marketing/views/layouts/marketing.php(39)

27     'mobileExtra' => null,
28     'showMobileLogin' => true,
29     'footerVariant' => 'standard',
30     'footerPayments' => true,
31     'footerHeadingTag' => 'h4',
32     'footerBrandAriaLabel' => $footerBrandAriaLabels[$contentLanguage],
33     'footerAppName' => 'LunchDrive',
34     'activeFooterLegal' => null,
35     'localeUrls' => [],
36     'publishLanguageAlternates' => false,
37 ], $this->marketingPage);
38 
39 header('Content-Type: text/html; charset=UTF-8');
40 header('Cache-Control: no-cache');
41 header('X-Content-Type-Options: nosniff');
42 header('Referrer-Policy: strict-origin-when-cross-origin');
43 // header('X-Frame-Options: SAMEORIGIN');
44 header('Permissions-Policy: camera=(), microphone=(), geolocation=()');
45 
46 $encode = static fn (?string $value): string => CHtml::encode((string) $value);
47 ?>
48 <!DOCTYPE html>
49 <html lang="<?= $encode($contentLanguage); ?>">
50 <head>
51 <meta charset="UTF-8">

Stack Trace

#0
+
 /var/www/html/themes/marketing/views/layouts/marketing.php(39): header("Content-Type: text/html; charset=UTF-8")
34     'activeFooterLegal' => null,
35     'localeUrls' => [],
36     'publishLanguageAlternates' => false,
37 ], $this->marketingPage);
38 
39 header('Content-Type: text/html; charset=UTF-8');
40 header('Cache-Control: no-cache');
41 header('X-Content-Type-Options: nosniff');
42 header('Referrer-Policy: strict-origin-when-cross-origin');
43 // header('X-Frame-Options: SAMEORIGIN');
44 header('Permissions-Policy: camera=(), microphone=(), geolocation=()');
#3
+
 /var/www/html/protected/components/Controller.php(351): CBaseController->renderFile("/var/www/html/themes/marketing/views//layouts/marketing.php", array("content" => "<!-- ============ NAV (sjednoceno s homepage; Reference aktivní..."), true)
346     if (YII_DEBUG && isset(Yii::app()->session)) {
347       $renderedFiles = Yii::app()->session['renderedFiles'] ?? [];
348       $renderedFiles[] = $viewFile;
349       Yii::app()->session['renderedFiles'] = $renderedFiles;
350     }
351     return parent::renderFile($viewFile, $data, $return);
352   }
353 
354   /**
355    * Return application layout for a user
356    * @u SystemUser
#5
+
 /var/www/html/protected/controllers/SiteController.php(706): CController->render("cs/reference/index")
701         $currentPath = '/' . trim((string) Yii::app()->request->pathInfo, '/');
702         if ($currentPath !== $canonicalUrl) {
703             $this->redirect($canonicalUrl, true, 301);
704         }
705 
706         $this->render(Yii::app()->getLanguage() . '/reference/' . ($slug ?? 'index'));
707     }
708 
709     /**
710     Demo API
711     */
2026-09-02 16:04:28 Apache/2.4.66 (Debian) Yii Framework/1.1.32