Post by JuJue » Thu Nov 26, 2020 3:52 pm

I am on OC version 3.0.2.0
Every time I visit Modification in admin I have this error showing:

Code: Select all

 Warning: htmlentities(): charset `UTF-8;' not supported, assuming utf-8 in /___/___/admin/controller/marketplace/modification.php on line 756
The same error pops up if I press the 'Delete' button

After I press the 'Refresh' button I get this error:

Code: Select all

 Warning: htmlentities(): charset `UTF-8;' not supported, assuming utf-8 in /___/___/storage/modification/admin/controller/marketplace/modification.php on line 786
I checked dozens of possible file but could not locate the error. In the: ... storage / modification / admin / controller / marketplace / install.php I found UTF-8 but a change there to utf-8 didn't do the trick neither.

Any Ideas?

User avatar
New member

Posts

Joined
Fri Feb 15, 2019 10:40 am
Location - Australia

Post by sw!tch » Thu Nov 26, 2020 4:51 pm

What does

Code: Select all

default_charset value
look like in your php.ini. ?

If I recall, you might have to remove the trailing semicolon.

Edit: See this topic -
viewtopic.php?f=202&t=201801&start=20#p733824

Full Stack Web Developer :: Send a PM for Custom Work.
Backup and learn how to recover before you make any changes!


Active Member

Posts

Joined
Sat Apr 28, 2012 2:32 pm

Post by JuJue » Thu Nov 26, 2020 7:31 pm

sw!tch wrote:
Thu Nov 26, 2020 4:51 pm
What does

Code: Select all

default_charset value
look like in your php.ini. ?

If I recall, you might have to remove the trailing semicolon.

Edit: See this topic -
viewtopic.php?f=202&t=201801&start=20#p733824
Nope, didn't do it. As you can see, I truncated the semicolon and even changed to lower case, but to no avail:

Code: Select all

magic_quotes_gpc = Off;
register_globals = Off;
default_charset	= utf-8
memory_limit = 512M;
max_execution_time = 36000;
upload_max_filesize = 999M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.auto_start = Off;
session.use_only_cookies = On;
session.use_cookies = On;
session.use_trans_sid = Off;
session.cookie_httponly = On;
session.gc_maxlifetime = 3600;
allow_url_fopen = on;
display_errors = 1;
error_reporting = E_ALL;
Though, it didn't quite make sense to me. Why do I get this error only when in admin/modification ? ?? Gotta be something in the code.

Oh, and - I also tried to move the third line to the end. To no avail, neither.

User avatar
New member

Posts

Joined
Fri Feb 15, 2019 10:40 am
Location - Australia

Post by JuJue » Thu Nov 26, 2020 7:36 pm

Aiy yah.
Got it.
It was the file 'user.ini' !!!

Changed from
default_charset = "UTF-8;"
to
default_charset = "utf-8"

User avatar
New member

Posts

Joined
Fri Feb 15, 2019 10:40 am
Location - Australia

Post by straightlight » Thu Nov 26, 2020 7:55 pm

JuJue wrote:
Thu Nov 26, 2020 7:36 pm
Aiy yah.
Got it.
It was the file 'user.ini' !!!

Changed from
default_charset = "UTF-8;"
to
default_charset = "utf-8"
Glad you resolved the issue. However, I believe this was already resolved on the latest release and on the master branch.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON
Who is online

Users browsing this forum: No registered users and 143 guests