Search found 19 matches

Page 1 of 1

Search found 19 matches

Re: admin login not working

I think I figured out what's causing the problem. In my admin/.htaccess I have additional admin protection enabled, which is once disabled allows me back into the admin panel: ##### OPENCART ADMIN PROTECTION - BEGIN ##### AuthType Basic AuthName "Open Cart Administration Tool" AuthUserFile...

Jump to post
  • Thu Nov 11, 2021 5:11 am
  • Replies 8
  • Views 2391
Re: admin login not working

thekrotek wrote:
Thu Nov 11, 2021 2:18 am
Check your config.
config seems to be correct. What exactly am I looking for?

Jump to post
  • Thu Nov 11, 2021 3:11 am
  • Replies 8
  • Views 2391
Re: admin login not working

I checked my setting table in phpmyadmin, and the config_timezone value is set to UTC. It still doesn't work.

Jump to post
  • Thu Nov 11, 2021 3:08 am
  • Replies 8
  • Views 2391
admin login not working

I'm trying to log into my admin panel and after entering the username and password the screen flashes for a second and just sticks on the admin login page without actually logging in. The oc version is 3.0.3.3. It worked perfectly fine just yesterday. I didn't make any changes to either files or db....

Jump to post
  • Thu Nov 11, 2021 2:13 am
  • Replies 8
  • Views 2391
Re: BrainTree Errors - Trying to get property of non-object

Without making these changes to Braintree\* I couldn't even install the extension. Yes, the message on checkout and the error logs are after I made all the necessary changes to the files.

Jump to post
  • Sun Jun 21, 2020 12:28 am
  • Replies 14
  • Views 24431
Re: BrainTree Errors - Trying to get property of non-object

Braintree stopped supporting sdk versions older than 3.8.0. The open cart comes with v3.2.0, so I updated the braintree package to the latest 5.2.0 and had to change the source pp_braintree.php files to support the PSR-4 namespacing, so all occurences of "Braintree_*" to "Braintree\*&...

Jump to post
  • Sat Jun 20, 2020 11:18 pm
  • Replies 14
  • Views 24431
Re: BrainTree Errors - Trying to get property of non-object

I'm using the files from oc v3.0.3.3 with the latest braintree sdk v5.2.0. I just had to change the PSR-4 namespacing in those files. The issue still persists.

Jump to post
  • Sat Jun 20, 2020 10:23 pm
  • Replies 14
  • Views 24431
Re: BrainTree Errors - Trying to get property of non-object

I'm getting the same errors. Changing that line gives another error: Fatal error: Uncaught Error: Call to a member function transaction() on bool in /~/ocart/catalog/controller/extension/payment/pp_braintree.php:711 Stack trace: #0 /~/ocart/vqmod/vqcache/vq2-_~_storage_modification_system_engine_act...

Jump to post
  • Sat Jun 20, 2020 2:28 am
  • Replies 14
  • Views 24431
Re: Error on Google Base feed

I'm using oc v3.0.3.2. I think I did modify that file. Here is the whole code: <?php class ControllerExtensionFeedGoogleBase extends Controller { public function index() { if ($this->config->get('feed_google_base_status')) { $output = '<?xml version="1.0" encoding="UTF-8" ?>'; $o...

Jump to post
  • Sun Jun 14, 2020 4:17 am
  • Replies 3
  • Views 5763
Re: Fatal error after trying to enable "PayPal (Powered by Braintree)" module

I've uploaded a vendor script of braintree in my '/home/~/storage/vendor/' and gave the folder a 777 permission. Now, since I'm using a vqmod, in my config.php I have the target folder set to: define('DIR_STORAGE', '/home/~/public_html/ocart/vqmod/ocartdata/storage/'); Do I keep this line the same o...

Jump to post
  • Sun Jun 14, 2020 12:11 am
  • Replies 3
  • Views 545
Fatal error after trying to enable "PayPal (Powered by Braintree)" module

Hello, I installed an unmodified "PayPal (Powered by Braintree)" payment module on my oc v3.0.3.2. When I try to enable the module, it shows me a blank page with the following error: Fatal error: Uncaught Error: Class 'Braintree_Configuration' not found in ~/ocart/admin/controller/extensio...

Jump to post
  • Sat Jun 13, 2020 10:05 am
  • Replies 3
  • Views 545
Error on Google Base feed

Hello, I keep receiving the same php error in my error log file: PHP Notice: Undefined index: name in ~/ocart/catalog/controller/extension/feed/google_base.php on line 185 Here is my line 185 in google_base.php: $output .= ' <g:google_product_category>' . $google_base_category['name'] . '</g:google_...

Jump to post
  • Fri Jun 12, 2020 11:41 pm
  • Replies 3
  • Views 5763
Re: PayPal (Powered by Braintree) SDK version

PayPal (Powered by Braintree) is the extension that is available with the original open cart installation, not the 3rd party module. So, open cart developers aren't planning on supporting this extension, and it's something that I need to research by myself? I'm sure I'm not the only one who has thes...

Jump to post
  • Sun Feb 23, 2020 5:28 am
  • Replies 5
  • Views 948
Re: PayPal (Powered by Braintree) SDK version

Was the PayPal Checkout updated in oc v3.0.2.0 or a later version? What version of SDK is that and is it the latest? Are there any plans in the nearest future on updating the whole module, so it is compatible with the Braintree update on May 1, 2020?

Thanks.

Jump to post
  • Sat Feb 22, 2020 5:25 am
  • Replies 5
  • Views 948
PayPal (Powered by Braintree) SDK version

Hello, I'm using PayPal (Powered by Braintree) payment module (that came with the original installation) on my opencart v3.0.2.0. Just recently I received an email from the Braintree that they'll be updating their root SSL certificate provider for API traffic, and that my legacy SDK version isn't co...

Jump to post
  • Sat Feb 22, 2020 2:49 am
  • Replies 5
  • Views 948
Re: OpenCart 3.0.3.2 released

OSWorX wrote:
Sun Apr 21, 2019 5:41 pm
irun4ik wrote:
Sun Apr 21, 2019 9:23 am
What's the best way to update from 3.0.2.0 with many add-ons to the latest 3.0.3.2? Are there file changes instructions?
What would / could be the reason to update?
Well... that's a good question. Maybe to fix the previous bugs and get new. :)

Jump to post
  • Mon Apr 22, 2019 12:15 pm
  • Replies 18
  • Views 33032
Re: OpenCart 3.0.3.2 released

What's the best way to update from 3.0.2.0 with many add-ons to the latest 3.0.3.2? Are there file changes instructions?

Thanks.

Jump to post
  • Sun Apr 21, 2019 9:23 am
  • Replies 18
  • Views 33032
Re: Error Log

I'm using PHP version: 5.6.30.

Jump to post
  • Thu Sep 20, 2018 12:34 pm
  • Replies 2
  • Views 661
Error Log

Hello. I have an almost new OpenCart version 3.0.2.0 with a few extensions/modifications installed. I'm getting some errors in my error log. Here are just a few of them: PHP Notice: getimagesize(): Read error! in /ocart/catalog/model/tool/image.php on line 14 PHP Notice: Undefined variable: filter_c...

Jump to post
  • Wed Sep 19, 2018 5:25 am
  • Replies 2
  • Views 661

Page 1 of 1

Search found 19 matches