Deprecated: Array and string offset access syntax with curly braces is deprecated in

Post Reply
Ling
Posts: 268
Joined: Wed Mar 16, 2016 12:27 pm

Deprecated: Array and string offset access syntax with curly braces is deprecated in

Post by Ling »

Your Build 202109151432 (Current build: 202109151432 ) PHP version 7.4.21 Mysql Version: 10.1.48-MariaDB
Проверьте, пожалуйста. Выскакивает ошибка

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/user/web/google.com/public_html/scj/includes/libs/cache/file.cache.php on line 137

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/user/web/google.com/public_html/scj/includes/libs/cache/file.cache.php on line 137

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/user/web/google.com/public_html/scj/includes/libs/cache/file.cache.php on line 137

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/user/web/google.com/public_html/scj/includes/libs/cache/file.cache.php on line 137

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/user/web/google.com/public_html/scj/includes/libs/cache/file.cache.php on line 153

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/user/web/google.com/public_html/scj/includes/libs/cache/file.cache.php on line 153

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/user/web/google.com/public_html/scj/includes/libs/cache/file.cache.php on line 153

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/user/web/google.com/public_html/scj/includes/libs/cache/file.cache.php on line 153
Ling
Posts: 268
Joined: Wed Mar 16, 2016 12:27 pm

Re: Deprecated: Array and string offset access syntax with curly braces is deprecated in

Post by Ling »

Попробую сам же ответить
Заменил с файле scj/includes/libs/cache/file.cache.php в указанных строках
//$first_literal = array($md5{0}, $md5{1}, $md5{2}, $md5{3});
$first_literal = array($md5{0}.$md5{1}, $md5{2} . $md5{3});
на
//$first_literal = array($md5[0], $md5[1], $md5[2], $md5[3]);
$first_literal = array($md5[0].$md5[1], $md5[2] . $md5[3]);
И проблема ушла
admin
Site Admin
Posts: 37247
Joined: Wed Sep 10, 2008 11:43 am

Re: Deprecated: Array and string offset access syntax with curly braces is deprecated in

Post by admin »

о да, какой то старый кусок кода, давно пока переписать
Don't forget to run script update
admin
Site Admin
Posts: 37247
Joined: Wed Sep 10, 2008 11:43 am

Re: Deprecated: Array and string offset access syntax with curly braces is deprecated in

Post by admin »

переписано и добавлено в ап
Don't forget to run script update
Ling
Posts: 268
Joined: Wed Mar 16, 2016 12:27 pm

Re: Deprecated: Array and string offset access syntax with curly braces is deprecated in

Post by Ling »

Ещё осталось :)
Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/user/web/google.com/public_html/scj/includes/libs/cache/file.cache.php on line 132

Your Build 202110060810 (Current build: 202110060810 ) PHP version 7.4.21 Mysql Version: 10.1.48-MariaDB

file.cache.php 6KB 08.10.2021 rw-r--r--

131 //$first_literal = array($md5{0}, $md5{1}, $md5{2}, $md5{3});
132 $first_literal = array($md5{0}.$md5{1}, $md5{2} . $md5{3});
admin
Site Admin
Posts: 37247
Joined: Wed Sep 10, 2008 11:43 am

Re: Deprecated: Array and string offset access syntax with curly braces is deprecated in

Post by admin »

Да, что-то забыл про эту часть в спешке
Don't forget to run script update
Post Reply