Post by starpetshub » Tue Apr 26, 2022 11:45 am

hi all,

any kind souls around able to help me on this issue ?

not able to view full desktop view on my website

www.starpetshub.com - not in full

admin side unable to log in cant see log in button too

thank you very much

Image

Newbie

Posts

Joined
Tue Jun 12, 2012 11:55 pm

Post by xxvirusxx » Tue Apr 26, 2022 3:54 pm

Edit both config files and change all http:// to https://

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by JNeuhoff » Tue Apr 26, 2022 5:44 pm

Also, you should upgrade to a newer version of OpenCart, you are using the very old version 1.5.6.4 at the moment which won't support PHP 7.4 nor PHP 8.x versions.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by paulfeakins » Tue Apr 26, 2022 7:38 pm

starpetshub wrote:
Tue Apr 26, 2022 11:45 am
any kind souls around able to help me on this issue ?
...
www.starpetshub.com - not in full
I can see it's fixed now so please add [SOLVED] to the start of the post title.

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Guru Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom

Post by xxvirusxx » Tue Apr 26, 2022 10:34 pm

paulfeakins wrote:
Tue Apr 26, 2022 7:38 pm
I can see it's fixed
You think is fixed...but not :)

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by paulfeakins » Wed Apr 27, 2022 5:29 pm

xxvirusxx wrote:
Tue Apr 26, 2022 10:34 pm
You think is fixed...but not :)
Ah the site loads fine for me but I see an SSL warning as well so that might be causing the CSS problem.

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Guru Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom

Post by IP_CAM » Wed Apr 27, 2022 6:36 pm

Looks ok to me.

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by grgr » Wed Apr 27, 2022 10:17 pm

Loads fine for me as does the admin login,
Though the site is not secure and has not been set up for https://

-
Image Image Image Image
VIEW ALL EXTENSIONS * EXTENSION SUPPORT * WEBSITE * CUSTOM REQUESTS


User avatar
Active Member

Posts

Joined
Mon Mar 28, 2011 4:08 pm
Location - UK

Post by starpetshub » Mon May 16, 2022 9:11 pm

thanks guys for the advice im thinking how do amend it and settle it myself

Newbie

Posts

Joined
Tue Jun 12, 2012 11:55 pm

Post by starpetshub » Mon May 16, 2022 10:02 pm

can anybody assist me in upgrading the cart and maybe install new themes too ? let me know if there a fee thank you

Newbie

Posts

Joined
Tue Jun 12, 2012 11:55 pm

Post by IP_CAM » Mon May 16, 2022 10:45 pm

Well, your overall Page Performance could most likely still be improved, by use of a simple VqMod like this, it makes Scriptings, CSS and Frontpage Images cookiefree. UNTESTED, good Luck! :D

system_cookiefree_header_code.xml
---

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<modification>
<id><![CDATA[Make Headercode cookiefree]]></id>
<version><![CDATA[OC 1.5.6.x]]></version>
<vqmver><![CDATA[2.6.1]]></vqmver>
<author><![CDATA[Ernie - IP_CAM]]></author>

<file name="catalog/view/theme/ocsh_petshop/template/common/header.tpl">
<operation error="log">
<search position="replace"><![CDATA[src="catalog/view/javascript/]]></search>
<add><![CDATA[src="http://starpetshub.com/catalog/view/javascript/]]></add>
</operation>

<operation error="log">
<search position="replace"><![CDATA[type="text/css" href="catalog/view/theme/ocsh_petshop/stylesheet/]]></search>
<add><![CDATA[type="text/css" href="http://starpetshub.com/catalog/view/theme/ocsh_petshop/stylesheet/]]></add>
</operation>

<operation error="log">
<search position="replace"><![CDATA[href="http://www.starpetshub.com/image/]]></search>
<add><![CDATA[href="http://starpetshub.com/image/]]></add>
</operation>

<operation error="log">
<search position="replace"><![CDATA[catalog/view/theme/ocsh_petshop/image/]]></search>
<add><![CDATA[http://http://starpetshub.com/catalog/view/theme/ocsh_petshop/image/]]></add>
</operation>

</file>
</modification>
starpetshub.png

starpetshub.png (65.26 KiB) Viewed 557 times


My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by starpetshub » Tue May 17, 2022 5:34 pm

Hello,

SSL is well installed and in place. The issue you are facing is called mixed contents. What this means is that even though your domain loads over https, it has some contents that loads through http. So the browsers tend to show the domain to be non-secure. if you go to the website https://www.whynopadlock.com and validate your domain, you can view the links / elements in your domain that loads over http and change them to https with the help of your developer to fix the issue. Let us know if you have any doubts.

Newbie

Posts

Joined
Tue Jun 12, 2012 11:55 pm

Post by IP_CAM » Tue May 17, 2022 5:55 pm

Well, you better get a professional, to assist you on this, internally, it's still all http and not https, did you really change both config file content from http:// to https:// ?
Image

Attachments

starpetshub.png

http-linking-problems - starpetshub.png (64.25 KiB) Viewed 538 times


My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by starpetshub » Thu May 19, 2022 4:33 pm

anybody here able to assist me regards to this issue kindly pm as im willing to pay a fee to get it settled asap

Newbie

Posts

Joined
Tue Jun 12, 2012 11:55 pm

Post by straightlight » Thu May 19, 2022 6:21 pm


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 straightlight » Thu May 19, 2022 6:22 pm

starpetshub wrote:
Thu May 19, 2022 4:33 pm
anybody here able to assist me regards to this issue kindly pm as im willing to pay a fee to get it settled asap
Send me a forum PM and we'll chat.

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: ravikumar22, Semrush [Bot] and 82 guests