Re: Has Isenselabs abandoned OpenCart?
A few days ago I talked with another coder/developer. He said: sales has dropped. OC is not interesting anymore. Some years agoanother coder told me, that a "certain person" has destroyed OC. Coders are moving somewhere else. Sad to see, but if people can't handle the temptation of greed ...
Jump to post- Mon May 26, 2025 2:12 am
- Replies 4
- Views 3482
Re: Upgrade OpenCart 3.0.4.0 to 3.0.4.1 question
Thanks a lot for the clarification. Did what you suggested. 3.0.4.0 to 3.0.4.1 update woking fine so far. Cheers I really like using MaxD's Test Site extension. https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=33673 for $20 you get a site that is a of yours that ...
Jump to post- Thu May 22, 2025 7:36 am
- Replies 7
- Views 5421
Re: Upgrade OpenCart 3.0.4.0 to 3.0.4.1 question
It is usually not a good idea to be on the bleeding edge of updates...but Mona explains it far better than I can here:
viewtopic.php?t=235190
John :-#)#
- Sun May 18, 2025 6:38 am
- Replies 7
- Views 5421
Has Isenselabs abandoned OpenCart?
I was just looking at extensions and spotted this on an IsenseLabs extension: Thank you for using iSenseLabs extensions. Starting January 13, 2025, our OpenCart modules will continue to be available “as-is,” and we will no longer be providing maintenance or support. I can't find any announcement on ...
Jump to post- Thu May 08, 2025 3:03 pm
- Replies 4
- Views 3482
Re: How to disable cookie window
Opps! Sorry about that...by mona wrote: ↑Sat Mar 08, 2025 8:00 pmThe topic was for OC4.1.0.0.
https://www.opencart.com/index.php?rout ... ch=cookies
John :-#(# Jump to post
- Tue Mar 11, 2025 8:35 am
- Replies 4
- Views 2270
Re: How to disable cookie window
I hate to seem like a simpleton, but exactly WHERE is the Cookie Policy on OC 3.0.4.0? Certainly isn't under admin/System/Settings/?? I've hunted for a while now...
John :-#(# Jump to post
- Sat Mar 08, 2025 8:55 am
- Replies 4
- Views 2270
Re: Reduce the Product Title to One Line On Home Page
"Oops!paulfeakins wrote: ↑Mon Jan 20, 2025 7:04 pmYou can see how it appears on our themes: https://www.antropy.co.uk/opencart-serv ... me-builds/
Looks like we've moved the page you were after!"
John :-#(# Jump to post
- Fri Mar 07, 2025 8:43 am
- Replies 11
- Views 1873
Re: PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...
Dang - just got hit with around 240 attempts: PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?', search_term = '' where tracking_id='1018'' at line 1 in /.../catalog_oc...
Jump to post- General Support
- PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...
- Wed Jan 22, 2025 2:13 am
- Replies 22
- Views 2839
Re: PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...
because this part "'?', search_term = '' where tracking_id='258#'" on the error message might have been provided as a parameter in a request as opposed to being part of your source code. This could also mean a possible SQL injection attack or test. Can you confirm if the tracking_id='258#...
Jump to post- General Support
- PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...
- Sat Jan 18, 2025 3:38 am
- Replies 22
- Views 2839
Re: PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...
The tracking_id in admin/model/extension/payment/pp_express.php is not used in an SQL query, so it is not that. Also disabling a payment extension won't necessarily stop it being used in an attack. Remember to also search the modifications directory and and vQmod cache. As suggested by nonnedelecta...
Jump to post- General Support
- PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...
- Fri Jan 17, 2025 1:20 am
- Replies 22
- Views 2839
Re: PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...
Well, inclinations are fine but you have an sql construct which contains "where tracking_id = ...." somewhere and I don't see that in pp_express. Indeed, and it's disabled. I'm putting this down to an attempted attack on PayPal Express and move on - (not [solved] - and I was wrong on that...
Jump to post- General Support
- PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...
- Fri Jan 17, 2025 12:14 am
- Replies 22
- Views 2839
Re: PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...
Error Message PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use My guess would be an extension you have installed is vulnerable to SQL injection and someone is trying to run SQ...
Jump to post- General Support
- PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...
- Thu Jan 16, 2025 3:38 pm
- Replies 22
- Views 2839
Re: PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...
Right...
How do I find which extension might be creating this problem - if it is actually a problem and not the system trying to protect my site from an attach of some sort?
It was a one-off situation, hasn't happened before or since.
Thanks!
John :-#)#
- General Support
- PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...
- Wed Jan 15, 2025 3:04 am
- Replies 22
- Views 2839
PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...
OC 3.0.4.0, PHP 8.x. Got about 150 of these tonight (7:53-7:54PM) from a number of multiple IP addresses. Was this an attack or possibly an extension error. Have not added any new extensions in the past couple of days, nor reinstalling any though - and I've not seen this error message before. Error ...
Jump to post- General Support
- PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...
- Tue Jan 14, 2025 2:50 pm
- Replies 22
- Views 2839
Re: [SOLVED] Receive an email anytime admin logs in
I do all my coding and compression on a M1 MacBook Air and never had issues with a compressed ocmod "install.xml" Double click the install.xml file, and click: "Compress install.xml", then rename the compressed file so that it ends with: XXX.ocmod.zip . It was all my fault - as ...
Jump to post- Sun Jan 05, 2025 12:12 am
- Replies 39
- Views 4289
Re: Receive an email anytime admin logs in [SOLVED]
I just compared his code to your new OCmod code and there is nothing in there that I can see that would make his code not work lol. No clue why his code didn't work lol . There is something wrong with my compress function in osx Sonoma. I tried expanding Mona's extension and then recompressed it us...
Jump to post- Sat Jan 04, 2025 4:30 pm
- Replies 39
- Views 4289
Re: Receive an email anytime admin logs in [SOLVED]
Try this and check your error logs if it does not work Tested and Send Email on Admin Login (seoal for short) is working on 3.0.4.0 IMPORTANT : this download has site specific addresses Hi Mona, That worked as it should - I'm getting the emails from admin logins - and the extension now shows up in ...
Jump to post- Sat Jan 04, 2025 10:09 am
- Replies 39
- Views 4289
Re: Receive an email anytime admin logs in [SOLVED]
Yup -
Code: Select all
$this->session->data['user_token'] = token(32);
Weird.
Probably all my fault...
Thanks!
John :-#)# Jump to post
- Sat Jan 04, 2025 9:52 am
- Replies 39
- Views 4289
Re: Receive an email anytime admin logs in [SOLVED]
Post a copy of your full XML ocmod file PS did you refresh your modification after installation?? . This is not my first extension installation...so yes, I refreshed extension/modification (and clear all caches) - it simply doesn't show up! I'm assuming it got stuck and followed the <operation erro...
Jump to post- Fri Jan 03, 2025 2:55 pm
- Replies 39
- Views 4289
Re: Receive an email anytime admin logs in
You use the code below if you are making an ocmod for installation through admin->extensions->installer page... If you are hardcoding the code into the login.php file directly (hardcoding is never really recommended), you don't need the code below, and you don't need a bunch of other code from my o...
Jump to post- Fri Jan 03, 2025 8:52 am
- Replies 39
- Views 4289