Search found 10 matches

Page 1 of 1

Search found 10 matches

Re: can't login to admin panel

I am having the same issue. Added ... code in system/ framework.php file, but it's not working for me... ** In the sessions table in the database, I see two different entries getting created every time I try to login with the correct credentials: *** First contains the actual token I see in my URI ...

Jump to post
  • Wed May 13, 2020 3:27 pm
  • Replies 25
  • Views 56420
Re: Can't login to admin panel

I finally solved it!!! In case someone faces this problem, there's table called oc_session, which SHOULD have a primary key but it doesn't, since the session_id should not be duplicated. I just delete all contents (truncate oc_session) and created a primary key index for session_id, and voilá!!! Why...

Jump to post
  • Wed May 13, 2020 1:59 pm
  • Replies 39
  • Views 68696
Re: Can't login to admin panel

And about the .htaccess file, this is what I have. As I mentioned before the file hasn't changed and last week I was able to enter into the admin panel. # 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2. In your opencart directory rename htaccess.txt to .htaccess. # Fo...

Jump to post
  • Wed May 13, 2020 8:17 am
  • Replies 39
  • Views 68696
Re: Can't login to admin panel

This is the actual URL, for some reason it was copied wrong

Code: Select all

https://MYDOMAIN/admin/index.php?route=common/dashboard&user_token=XJxCBbxD0qQPDx29hTVaDlO1UraQ98VX

Jump to post
  • Wed May 13, 2020 8:05 am
  • Replies 39
  • Views 68696
Re: Can't login to admin panel

Thank you for your reply paulfeakins. I did mention that I've tried the solution provided here: https://forum.opencart.com/viewtopic.php?t=186267 and also tried changing the password so it only contains numbers and letters and none of those solutions worked for me. I've also checked if the .htaccess...

Jump to post
  • Wed May 13, 2020 4:44 am
  • Replies 39
  • Views 68696
[SOLVED] Can't login to admin panel

I'm using OpenCart 3.0.3 and for some reason, I cannot login to the admin panel. When I enter my username & password the page displayed is the same login page and the URL changes (https://myDomain.com/admin/index.php?route=/language/en-gb/extension/dashboard&user_token=cbOMG9O18igvw3aIbsSI6e...

Jump to post
  • Tue May 12, 2020 11:49 am
  • Replies 39
  • Views 68696
Extension Installer problem - Syntax Error: Unexpected Token

I'm trying to install a OpenPay extension in my OpenCart server. At the beginning, I've got a lot of errors about folder permissions, which I fixed one by one by editing the admin/controller/marketplace/instal.php file, and adding them to the allowed array. Now those errors are gone, but now I've go...

Jump to post
  • Sat Jun 01, 2019 10:04 am
  • Replies 2
  • Views 808
Add label (price by meter) next to product price

Some of the product I sell are fiber optics wires, so the price depends on how many meters the customer wants. How can I add a label next to the price specifying that the published price is the price of 1 meter? (price by meter) I know there's a lot of plugins somehow "related" and more co...

Jump to post
  • Wed May 01, 2019 1:25 pm
  • Replies 2
  • Views 404
import products from mysql table

Is there any plugin for importing products from mysql table? I have a mysql table containing about 35,000 products which are updated every day, and I need to import them in opencart (every day as well). One approach would be to use any Excel import tool, however importing products from spreadsheets ...

Jump to post
  • Sat Mar 30, 2019 7:04 am
  • Replies 4
  • Views 709

Page 1 of 1

Search found 10 matches