Newbie

Posts

Joined
Mon Jul 13, 2020 10:26 am

Post by kestas » Thu May 05, 2022 4:27 pm

Vague info.
OC version?
Used third party modules?
Other modifications?
Can you login to admin?

Custom OpenCart modules and solutions. You can write PM with additional questions... Extensions you can find here


Active Member

Posts

Joined
Tue Oct 12, 2010 2:23 am

Post by starhobby » Thu May 05, 2022 4:34 pm

No I Can't login to admin
I think the OC Ver 2.1.02

Newbie

Posts

Joined
Mon Jul 13, 2020 10:26 am

Post by starhobby » Thu May 05, 2022 4:36 pm

Yesterday I access my website properly,the problem is happen today

Newbie

Posts

Joined
Mon Jul 13, 2020 10:26 am

Post by thekrotek » Thu May 05, 2022 4:39 pm

Hire someone to check, nobody can help you without enough info which you obviously can not provide.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by xxvirusxx » Thu May 05, 2022 4:57 pm

Wrong config files.

Change from 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 starhobby » Thu May 05, 2022 5:32 pm

xxvirusxx wrote:
Thu May 05, 2022 4:57 pm
Wrong config files.

Change from http:// to https://
I have change it to https:

Newbie

Posts

Joined
Mon Jul 13, 2020 10:26 am

Post by xxvirusxx » Thu May 05, 2022 5:36 pm

Sure you have changed like this?

Code: Select all

// HTTP
define('HTTP_SERVER', 'https://website/');

// HTTPS
define('HTTPS_SERVER', 'https://website/');
and

Code: Select all

// HTTP
define('HTTP_SERVER', 'https://website/admin/');
define('HTTP_CATALOG', 'https://website/');

// HTTPS
define('HTTPS_SERVER', 'https://website/admin/');
define('HTTPS_CATALOG', 'https://website/');

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 » Thu May 05, 2022 5:39 pm

If you still can't find a solution, you could pay a developer such as ourselves or post a job in the Commercial Support Forum.

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


User avatar
Legendary Member
Online

Posts

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

Post by straightlight » Thu May 05, 2022 5:48 pm

.htaccess, config.php and / or admin/config.php configuration issues. Also provide your server error logs.

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 starhobby » Thu May 05, 2022 5:55 pm

xxvirusxx wrote:
Thu May 05, 2022 5:36 pm
Sure you have changed like this?

Code: Select all

// HTTP
define('HTTP_SERVER', 'https://website/');

// HTTPS
define('HTTPS_SERVER', 'https://website/');
and

Code: Select all

// HTTP
define('HTTP_SERVER', 'https://website/admin/');
define('HTTP_CATALOG', 'https://website/');

// HTTPS
define('HTTPS_SERVER', 'https://website/admin/');
define('HTTPS_CATALOG', 'https://website/');
Which file i need to change

Newbie

Posts

Joined
Mon Jul 13, 2020 10:26 am

Post by straightlight » Thu May 05, 2022 5:56 pm

starhobby wrote:
Thu May 05, 2022 5:55 pm
xxvirusxx wrote:
Thu May 05, 2022 5:36 pm
Sure you have changed like this?

Code: Select all

// HTTP
define('HTTP_SERVER', 'https://website/');

// HTTPS
define('HTTPS_SERVER', 'https://website/');
and

Code: Select all

// HTTP
define('HTTP_SERVER', 'https://website/admin/');
define('HTTP_CATALOG', 'https://website/');

// HTTPS
define('HTTPS_SERVER', 'https://website/admin/');
define('HTTPS_CATALOG', 'https://website/');
Which file i need to change
See the post right above yours.

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 xxvirusxx » Thu May 05, 2022 6:08 pm

Maybe now you understand...

Change all values http:// to https:// in both config files.

LE. you solved...but no thanks :laugh:

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 by mona » Fri May 06, 2022 9:44 am

THANK YOU xxvirusxx ::)
the clue was in the missing please in the post - lack of forum rules - and failure to search !

ps. they did not solve you did :laugh:

DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.


https://www.youtube.com/watch?v=zXIxDoCRc84


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am

Post by starhobby » Fri May 06, 2022 11:54 am

straightlight wrote:
Thu May 05, 2022 5:48 pm
.htaccess, config.php and / or admin/config.php configuration issues. Also provide your server error logs.
My OC Ver 2.1.02 ,how can I edit .htaccess to https

Newbie

Posts

Joined
Mon Jul 13, 2020 10:26 am

Post by by mona » Fri May 06, 2022 12:08 pm

asked and answered numerous times
viewtopic.php?t=172418

If you are finding difficulty in using the search on the forum we can recommend using google - it will return results not only from the forum but many other sources that have answered this type of question. If you want results just from the forum (or any other preferred site) you simply add the words i.e. Opencart Forum .htaccess force https

Hope this helps

DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.


https://www.youtube.com/watch?v=zXIxDoCRc84


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am
Who is online

Users browsing this forum: No registered users and 19 guests