The SSL certificate will be distrusted in M70

hi,
i can’t access to my dashboard :
The SSL certificate used to load resources from https://api.webtest.net will be distrusted in M70. Once distrusted, users will be prevented from loading these resources. See https://g.co/chrome/symantecpkicerts for more information.

please, help

Can you explain a little more?

excuse my bad English. I created a site and for 2 days I can not open the dashboard anymore: I have a blank page.
When I inspect the home page of my site (https://aucoindulivre.000webhostapp.com/) I have the message quoted in my 1st post; it appears that the invalidity of the certificate blocks access to the dashboard.
do you see a solution? thank you.

Can you try hitting Repair my website button in cPanel? :slight_smile:

I did it without result.
thank you

Then try adding this line of code to the very top of your .htaccess file

php_flag display_errors on

How to

  1. Go to 000webhost.com, login.
  2. Hit manage, then Upload files, then hit Upload files now.
  3. Locate .htaccess file, double click on it, and add that code to it.
  4. Save and close.

I add the line and have this message :

Warning: Cannot modify header information - headers already sent by (output started at /storage/ssd3/651/4724651/public_html/wp-content/plugins/recherche-multi-champs/rmc.php:1) in /storage/ssd3/651/4724651/public_html/wp-includes/pluggable.php on line 1216

so I add the line on line 1215 and delete the one in ht access … without result !
thank you

Now, add this line of code below the one you added previously

php_flag output_buffering on

it does not work, I’m not sure I wrote the code correctly, I enclose a screen copy :

1212 if ( !$is_IIS && PHP_SAPI != ‘cgi-fcgi’ )
1213 status_header($status); // This causes problems on IIS and some FastCGI setup
1214 php_flag(display_error,on);
1215 php_flag(output_buffering,on);
1216 header(“Location:$location”,true,$status);
1217
1218 return true;
1219 }
1220 endif;

Nonono, not here!
There is a file called .htaccess, copy and paste the code to it.

in ht access, I can’t add the lines = error message :
Warning: Cannot modify header information

I erased the database and I started all over again.
thanks for your help