Search found 38 matches

Search found 38 matches

Re: HTML Content module does not export correctly.

Thanks for the replies folks. I normally use PHPMyAdmin but the native Backup/Restore is handy for quickly moving updates from the development to live site. I'm simply reporting the bug is all.

Jump to post
  • Fri Apr 08, 2022 4:15 pm
  • Replies 7
  • Views 2054
HTML Content module does not export correctly.

OC 3.0.3.8 When you save a HTML Content module, line breaks and returns are saved in the database as... \\r\\n But, if you export your table (System>Maintenance>Backup/Restore), the first of the \'s will be stripped and you get... \r\n On restoring this will break things. Seems to only happen with t...

Jump to post
  • Fri Apr 08, 2022 1:36 am
  • Replies 7
  • Views 2054
Re: Warning: DDoS against OpenCart based websites

Astra offer a firewall for $20/month. I've no affiliation and haven't used them myself. I'm just shopping around and they look good.

https://www.getastra.com/pricing

Jump to post
  • Fri Nov 26, 2021 9:28 pm
  • Replies 92
  • Views 64752
Re: [SOLVED] Warning: DDoS against OpenCart based websites

I'm not sure if this is a better solution, but I have my actual 'admin' directory renamed and hidden Yes, that will work, too. The server will then respond with standard 404 messages. I've renamed my Admin directory successfully and visiting /admin on a browser shows a 404 but the logs still show a...

Jump to post
  • Fri Nov 19, 2021 5:40 pm
  • Replies 92
  • Views 64752
Re: Opencart suddenly re-uses an old order id and does not show order

What theme and/or checkout extensions are you using? Journal 3, sure isn't everyone?? ;D Thanks for the other replies too, I'll try adding the log function and see if I can get any info. The problem is it's only ever happened twice and there's been hundreds of orders since it last happened. I could...

Jump to post
  • Wed Oct 13, 2021 4:36 pm
  • Replies 11
  • Views 11027
Re: Opencart suddenly re-uses an old order id and does not show order

@labeshops, did you ever get to the bottom of this? I've had the same thing happen a couple of times recently. It's not unique to PayPal. I wonder, at 45,000 orders, am I outgrowing the database?

Jump to post
  • Tue Oct 12, 2021 4:26 pm
  • Replies 11
  • Views 11027
Re: Server Migration Woes...

If you are keen on using cache try something like a CDN or cloudflare where you at-least have some control over cached assets and can flush the cache if needed. Yea I have Nitropack.io running on the front end which gives excellent results (for about €400/year). I've tested further and ExpiresDefau...

Jump to post
  • Sat Jul 25, 2020 3:31 pm
  • Replies 10
  • Views 1291
Re: Server Migration Woes...

Hi Sw!tch, All the <IfModule mod_expires.c> stuff was put in as it was recommended by Google Pagespeed and GT Metrix . Though it does appear to be what was causing the problem, removing it has fixed the issue. Odd that it wasn't a problem on the old server though. I don't know where the ExpiresDefau...

Jump to post
  • Fri Jul 24, 2020 2:19 am
  • Replies 10
  • Views 1291
Re: Server Migration Woes...

Thank you very much again ADD Creative. You're help is very much appreciated. Both the call and the redirect you mention above seem to be working fine. Here's the header info... (note the modification you linked to earlier is still active) cache-control: no-store, no-cache, must-revalidate, post-che...

Jump to post
  • Wed Jul 22, 2020 1:33 am
  • Replies 10
  • Views 1291
Re: Server Migration Woes...

I spoke too soon. The status updates on orders do now update immediately in the Order History panel. However, clicking the Clear button on the Errors page only worked once and hasn't worked again since. Also, the Refresh button on the modifications page is not doing anything. EDIT: If I open admin i...

Jump to post
  • Tue Jul 21, 2020 3:57 am
  • Replies 10
  • Views 1291
Re: Server Migration Woes...

Thank you very much Add Creative! The fix in the post you linked to has resolved the issue. But, why did it not work after the move to the new server? I installed a clean test site on a sub domain and that DID work, on the same server. Why was one working and not the other? Also, should I leave that...

Jump to post
  • Tue Jul 21, 2020 3:15 am
  • Replies 10
  • Views 1291
[SOLVED] Server Migration Woes...

Hi, I've migrated servers from shared hosting to Cloud VM. Both apach, both PHP 7.2. Website is OC3.0.2.0. - My host did a straight copy and paste from one server to the other and just updated config/database parameters. Everything is working fine except two thing I've noticed that are probably rela...

Jump to post
  • Sat Jul 18, 2020 5:49 pm
  • Replies 10
  • Views 1291
Re: The website is quite slow, what else can I do other than what I did?

According to Lighthouse your images are NOT being lazyloaded. Possibly due to the fact that you have spaces in every filename? This is accounting for over 6 seconds of your load time.

Jump to post
  • Fri Jul 03, 2020 11:40 pm
  • Replies 26
  • Views 3621
Re: The website is quite slow, what else can I do other than what I did?

What "features" are you talking about? One Page Checkout Blog Quick View File Upload On Enquiry Form Product Filter Sticky Menu Buy Now Button Disable Add to Cart on out of stock Product Labels ...and lots more. Not to mention the fact that you can completely customise the layout of a pag...

Jump to post
  • Thu Jul 02, 2020 3:01 am
  • Replies 26
  • Views 3621
Re: The website is quite slow, what else can I do other than what I did?

Your site loads quite fast for me on desktop from Ireland. Visible content almost instantly. Don't mind all the Journal bashing that goes on here. It's developers who see it as a nuisance having to make their plugins compatible due to Journals popularity. Journal is a great addition to any OC site a...

Jump to post
  • Wed Jul 01, 2020 11:50 pm
  • Replies 26
  • Views 3621
Re: Order Return Email Notification Not Working

Check the event trigger for admin_mail_return just fixed an issue similar where the trigger was: admin/model/sale/return/addReturn/after Run this SQL query to fix: UPDATE `oc_event` SET `trigger` = 'admin/model/sale/return/addReturnHistory/after' WHERE `code` = 'admin_mail_return' Unbelievably Rath...

Jump to post
  • Wed Jul 01, 2020 10:52 pm
  • Replies 26
  • Views 7493
Re: PHP Limits...

And why do you not import that data with the database tool phpMyAdmin? Thanks for the suggestion. It's how I had to do it in the end. I would often just use phpMyAdmin for little changes here and there but for this I thought it would be easier to use Backup & Replace (which I often use on some ...

Jump to post
  • Mon Jun 08, 2020 5:09 pm
  • Replies 8
  • Views 4725
PHP Limits...

Hi, So I had a few bogey image directory names and thought I'd clean them up. Exported the database tables, oc_product and oc_product_image . Find and Replace on the required changes, save, and import back in. Except it won't import!! OC tells me upload_max_filesize and post_max_size are both 32MB. ...

Jump to post
  • Sun Jun 07, 2020 12:38 am
  • Replies 8
  • Views 4725
Re: [RELEASED] CSRF Protection Form

On a google search for ' opencart stop spam registrations ' the very first result is https://forum.opencart.com/viewtopic.php?t=200373 where you state... You can be ensured this will definitely stop the spamming on your site. ...but then when you go to the support page (ie. this thread) for the exte...

Jump to post
  • Mon Apr 13, 2020 4:08 pm
  • Replies 374
  • Views 179914
Re: Rich snippet inc tax

Spot on Johnathan! I had ommited the closing ). My price mis-match in Google Merchant Centre is now fixed.

THANK YOU!

Jump to post
  • Tue Feb 04, 2020 3:42 am
  • Replies 5
  • Views 566

Search found 38 matches