IdnaConvert Errors v1.33.00

Write about issues that you have found.

Moderators: Koduc, Xpycm

Forum rules
Pay attention! Forum is not a means for guaranteed support of clients and users. An answer as well as a quick answer is not supposed on the forum. We post messages as soon as possible.

The message limit on the forum is 3 messages per day.
If you want to say "thank you" then use the function "Give good reputation point", which is a green icon "plus" under the nickname of the person, who answered the message.

IdnaConvert Errors v1.33.00

Postby encoreservices » 03 Jan 2021, 16:07

Installation URL https://southernfrance.fr/
OR version 1.33.0 (via Softaculous under cPanel)
PHP version 7.4
Apache version 2.4.46

I get the following errors after installation
Code: Select all
Deprecated: Array and string offset access syntax with curly braces is deprecated in /myserverroot/southernfrance.fr/protected/extensions/idna/IdnaConvert.php on lines 446 / 837 / 968

Code: Select all
Fatal error: Uncaught Error: Class 'IdnaConvert' not found in /myserverroot/southernfrance.fr/themes/atlas/views/layouts/main.php:201


Any clues, please?
Thanks in anticipation
encoreservices
Stranger
 
Posts: 2
Joined: 03 Jan 2021, 15:58
Reputation point: 0

Re: IdnaConvert Errors v1.33.00

Postby Xpycm » 04 Jan 2021, 08:59

Hello,

protected/extensions/yii2-debug/panels/Yii2DbPanel.php file
In this file replace
Code: Select all
$params{$start

with
Code: Select all
$params[$start


and replace
Code: Select all
$params{$pos $slashes 1

with
Code: Select all
$params[$pos $slashes 1


and replace
Code: Select all
$query{$qend $sls 1

with
Code: Select all
$query[$qend $sls 1



protected/extensions/idna/IdnaConvert.php file
In this file replace
Code: Select all
$encoded{$k

with:
Code: Select all
$encoded[$k


and replace
Code: Select all
$encoded{$enco_idx++} 

with
Code: Select all
$encoded[$enco_idx++] 


and replace
Code: Select all
$input{$k

with
Code: Select all
$input[$k


and replace
Code: Select all
$input{$i

with
Code: Select all
$input[$i
Dropbox
Open Real Estate CMS: FAQ | FAQ 2 | FAQ 3
Image
Xpycm
Web Developer
Web Developer
 
Posts: 281
Joined: 30 Dec 2011, 11:06
Reputation point: 2

Re: IdnaConvert Errors v1.33.00

Postby encoreservices » 04 Jan 2021, 12:08

Fantastic - THANK YOU!
encoreservices
Stranger
 
Posts: 2
Joined: 03 Jan 2021, 15:58
Reputation point: 0


Return to Issues

Who is online

Users browsing this forum: No registered users and 13 guests

cron