Post by Matp » Sun Aug 05, 2018 3:04 pm

Hi, I am using OC 1.5.6.4 I have check all my files with grep and converted all from http to https, I have one http that is http://fonts.googleapis.com/css?family=Montserrat in the database in setting table, when I change to https://fonts.googleapis.com/css?family=Montserrat I get this message on top of pages :

Notice: unserialize(): Error at offset 2510 of 3839 bytes in /home2/globespi/public_html/globespirit/gs-store/index.php on line 67
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home2/globespi/public_html/globespirit/gs-store/index.php:67) in /home2/globespi/public_html/globespirit/gs-store/system/library/session.php on line 12

Thanks for your help, Mat

Newbie

Posts

Joined
Sun Jun 06, 2010 4:32 pm

Post by straightlight » Sun Aug 05, 2018 9:02 pm

All serialized and unserialized functions from PHP have been deprecated since quite sometime now. Upgrading your OC version or using an extension that will use JSON encoding and decoding would resolved the issue.

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

Post by Matp » Thu Aug 16, 2018 5:07 pm

Thanks for your response, my problem is that everything is working fine on my OC 1.5 and I have some custom modules I would have to redo if I go to OC 2, I would just like to find a work around to have full secure padlock.
This code is in DB Table: setting / value text area If I can not fix the problem by changing to https can I eliminate the problem , Thanks

Code: Select all

s:17:"enable_customfont";s:1:"1";s:11:"type_fonts1";s:6:"google";s:13:"normal_fonts1";s:34:""Comic Sans MS", cursive";s:11:"google_url1";s:49:"http://fonts.googleapis.com/css?family=Montserrat";s:14:"google_family1";s:48:"Montserrat,helvetica,arial,sans-serif!important;";s:9:"fontsize1";s:7:"inherit";s:14:"body_selector1";s:4:"body";s:11:"type_fonts2";s:6:"google";s:13:"normal_fonts2";s:34:""Comic Sans MS", cursive";s:11:"google_url2";s:49:"http://fonts.googleapis.com/css?family=Montserrat";s:14:"google_family2";s:48:"Montserrat,helvetica,arial,sans-serif!important;";s:9:"fontsize2";s:7:"inherit";s:14:"body_selector2";s:15:"h1, #content h1";s:11:"type_fonts3";s:6:"google";s:13:"normal_fonts3";s:34:""Comic Sans MS", cursive";s:11:"google_url3";s:49:"http://fonts.googleapis.com/css?family=Montserrat";s:14:"google_family3";s:48:"Montserrat,helvetica,arial,sans-serif!important;";s:9:"fontsize3";s:7:"inherit";s:14:"body_selector3";s:44:"h2,h3,h4,h5, .box-heading, .box-heading span";

Newbie

Posts

Joined
Sun Jun 06, 2010 4:32 pm
Who is online

Users browsing this forum: No registered users and 5 guests