MilesWeb Hosting Forum

Web Hosting Main Forums => Web Hosting => Topic started by: richardb on May 11, 2016, 07:49:18 PM

Title: Error when accessing Prestashop admin panel
Post by: richardb on May 11, 2016, 07:49:18 PM
Hey Guys. I installed prestashop on one of my domain. When using the SSL URL for accessing admin panel, it shows error as below.

QuoteThe information you have entered on this page will be sent over an insecure connection and could be read by a third party.

Are you sure you want to send this information?

Do you guys have solution on this.

Richard.
Title: Re: Error when accessing Prestashop admin panel
Post by: Rahul Sambre on May 11, 2016, 08:05:06 PM
Hi richardb,

You can simply edit the file "system/config/admin.php" via vi or vim editor and search for below line.

Quote
$_['site_ssl'] = false;

Replace "false" with "true" like below and save the file.

Quote$_['site_ssl'] = true;

That's all.  :)