Search found 106 matches

Search found 106 matches

Re: Problem with logging in after migrating from localhost to the server.

It looks like this Line of code in mysql query is not working: SHA1(CONCAT(salt, SHA1(CONCAT(salt, SHA1(' . $this->db->escape($password) . "')))))

When I gave the password hardcoded everything works as expected. Anyone have an idea how to get around this?

Jump to post
  • Tue Mar 19, 2024 7:35 pm
  • Replies 5
  • Views 306
Re: Problem with logging in after migrating from localhost to the server.

I noticed another tip. public function login($username, $password) returns false. Query $this->db->query("SELECT * FROM " . DB_PREFIX . "user WHERE username = '" . $this->db->escape($username) . "' AND (password = SHA1(CONCAT(salt, SHA1(CONCAT(salt, SHA1(' . $this->db->escap...

Jump to post
  • Tue Mar 19, 2024 7:28 pm
  • Replies 5
  • Views 306
Re: Problem with logging in after migrating from localhost to the server.

It's not a timezone problem. The default file had a setting for UTC, I changed it to 'Europe/Warsaw' but that didn't help. The store works normally on XAMPP and on another server. The only difference is that on XAMPP and the first server the engine was MyISAM and on the current one InnoDB. Everythin...

Jump to post
  • Tue Mar 19, 2024 6:56 pm
  • Replies 5
  • Views 306
Problem with logging in after migrating from localhost to the server.

I am using Opencart version 3.0.3.9. After moving the store from localhost to the production server, there is no possibility of logging in. The login issue affects both administrators and customers. Changing the password using the "Forgot Password" tool also does not work. The store genera...

Jump to post
  • Fri Mar 15, 2024 10:02 pm
  • Replies 5
  • Views 306
Re: Empty page

For testing purposes, in the index.php file, in the root directory, insert at the beginning 8) :

Code: Select all

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);

Jump to post
  • Sat Jan 20, 2024 7:36 pm
  • Replies 3
  • Views 596
Re: Opencart 3.0.3.8 modified by IP-CAM for PHP 8.1

I'm sorry I finded extension wchich make redirect.

The code activated after checking for active https:
if ($this->request->server['HTTPS']) {
therefore only on https there was a redirect loop.

Thank you for your help, thank you for your involvement.
You guys are the best and great.

Jump to post
  • Mon Nov 21, 2022 9:45 pm
  • Replies 11
  • Views 693
Re: Opencart 3.0.3.8 modified by IP-CAM for PHP 8.1

I am constantly looking for a solution and testing. It turns out that sub-pages on https work. The problem is only with the homepage. What could it be?

Jump to post
  • Mon Nov 21, 2022 9:24 pm
  • Replies 11
  • Views 693
Re: Opencart 3.0.3.8 modified by IP-CAM for PHP 8.1

What URLs are in your config files? https://pieknegodnia.pl/ Are you using CloudFlare? No I do not use any extensions that redirect users. When I give the exit('text') function before the mentioned line ($route->dispatch...) the text displays. When I give after that line the browser returns an error...

Jump to post
  • Mon Nov 21, 2022 9:17 pm
  • Replies 11
  • Views 693
Re: Opencart 3.0.3.8 modified by IP-CAM for PHP 8.1

Thanks for reply very much. I checked few files and I find line wich makes problems. It is in system/framework.php line: $route->dispatch(new Action($config->get('action_router')), new Action($config->get('action_error'))); What is this line responsible for? And it problem I see only on https mode, ...

Jump to post
  • Mon Nov 21, 2022 7:43 pm
  • Replies 11
  • Views 693
[SOLVED] Opencart 3.0.3.8 modified by IP-CAM for PHP 8.1

Hello, I'm using Opencart 3.0.3.8 modified by IP-CAM, which runs on PHP 8.1. The shop works fine. However, when https is enabled it falls into a redirect loop. The htaccess file obviously doesn't have any redirects. The administration panel on https works fine. Has anyone had this problem? Anyone kn...

Jump to post
  • Sat Nov 19, 2022 12:36 am
  • Replies 11
  • Views 693
Re: Automatic refunds from Paypal transactions

I installed PayPal Express Checkout payment. I enabled and configured sandbox mode. I also purchased test products. I changed the order status to Complete, then to Refund. Where can I find the refund option?

Jump to post
  • Wed Apr 06, 2022 8:00 pm
  • Replies 12
  • Views 607
Re: Automatic refunds from Paypal transactions

Are you writing about the PayPal Express Checkout module placed in Opencart by default? So if I run this payment module. Then I will be able to return money from PayPal from the Opencart admin panel?

Jump to post
  • Wed Apr 06, 2022 7:13 pm
  • Replies 12
  • Views 607
Re: Automatic refunds from Paypal transactions

Thanks for reply

So how it works?
On Weebly shop it is possibles.

I'm thinking of something like this:: https://www.webtoffee.com/issue-refund- ... t-gateway/

Jump to post
  • Wed Apr 06, 2022 6:45 pm
  • Replies 12
  • Views 607
Automatic refunds from Paypal transactions

Is it possible that after changing the status of an order to "refunds", the money will be automatically refunded? It concerns orders paid with PayPal.

Jump to post
  • Wed Apr 06, 2022 5:31 pm
  • Replies 12
  • Views 607
Re: OpenCart 3.0.3.7 2x faster and with PHP 5.4 to PHP 8 support

...but official version run well on php 8.0 ??? ::) Oficial version (3.0.3.8 ) doesn't support PHP 8.1 Same as this version of MaxD. Opencart official version works fine on PHP 8.0. The MaxD version also runs on PHP 8.0. The official version of Opencart no longer works on 8.1 and the MaxD version a...

Jump to post
  • Wed Feb 16, 2022 7:15 pm
  • Replies 140
  • Views 37776
Re: OpenCart 3.0.3.7 2x faster and with PHP 5.4 to PHP 8 support

xxvirusxx wrote:
Wed Feb 16, 2022 6:34 pm
DesignCart wrote:
Wed Feb 16, 2022 6:31 pm
This Opencart compilation has more bugs in PHP 8.1 than the official version.
Because support only PHP 8.0
...but official version run well on php 8.0 ??? ::)

Jump to post
  • Wed Feb 16, 2022 6:53 pm
  • Replies 140
  • Views 37776
Re: OpenCart 3.0.3.7 2x faster and with PHP 5.4 to PHP 8 support

This Opencart compilation has more bugs in PHP 8.1 than the official version. Anyone know the solution to the problems yet? Below are some of the errors because you can only use 20000 characters in a post. And the error list is more than 200000 characters; Unknown: Return type of Twix_Markup::count(...

Jump to post
  • Wed Feb 16, 2022 6:31 pm
  • Replies 140
  • Views 37776
Re: Opencar converts the shipping cost into a discount when paying online

Since both stores uses the same OC versions, both versions should handle the same options as long as you have configured those options identically. Otherwise, the issue might be caused by an extension where one store may provide different results than the other. That is my problem. All shops have s...

Jump to post
  • Mon Nov 16, 2020 8:57 pm
  • Replies 11
  • Views 719
Re: Opencar converts the shipping cost into a discount when paying online

thekrotek wrote:
Mon Nov 16, 2020 7:47 pm
See my message above. PayPal Standard always worked this way. Probably, PayU also does.
What do you mean?

Jump to post
  • Mon Nov 16, 2020 8:44 pm
  • Replies 11
  • Views 719

Search found 106 matches