1. DSWrights
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 18 February 2022
  5.  Subscribe via email
When upgrading to php I get the ettached error.

when I open the utf8.php file, it states this

"/**
* If string overloading is active, it will break many of the
* native implementations. mbstring.func_overload must be set
* to 0, 1 or 4 in php.ini (string overloading disabled).
* Also need to check we have the correct internal mbstring
* encoding
*/
if ( extension_loaded('mbstring')) {
if ( ini_get('mbstring.func_overload') & MB_OVERLOAD_STRING ) {
trigger_error('String functions are overloaded by mbstring',E_USER_ERROR);
}
mb_internal_encoding('UTF-8');
}

"

What am I supposed to do?
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Just to confirm that this is a template related issue, could you try enabling one of the default Joomla templates (Protostar) and see if the issue still exists.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi CIaran,
The error still occurs with the joomla standard templates.

Frauke
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Have you checked if all extensions are also php 8 capable? Or whether all extensions are up to date?
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
on most pages they are all uptodate. But I don't kno how to check if they are php8 capable.

I do have the assumption that it could be AcyMailing but I don't get why it could cause this overload
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
the latest version of ACM is 7.7.5. (from 2/14/2022) After you have made a backup of your site, you can try deactivating this extension (DO NOT delete it!!) and then check...
Which extension is not php 8 capable, you will probably have to look at each one
(If it doesn't work under the cassopia template either, it may not be due to the J51 template)
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Yes, checked the latest update, which I installed.

as of now, I am pretty sure that it has nothing to do with the template. Thank you for your help.

Thing is I NEED Acymailing, since I do a lot of mailings...
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!