Re: Fatal Error Allowed Memory Size
First revert db.php back to original.
Error tells that your max men is set to 512mb and It needs a bit more.
Check if there is a .user.ini file and chance max men tot 1024.
If you are on cpanel hosting check if you van set php setting there if so raise memory to 1024mb.
- Sat Feb 13, 2021 6:12 pm
- Replies 9
- Views 1784
Re: Huidige voorraad
Die mogelijkheid zit standaard niet in Opencart. Je zou dit kunnen laten bouwen, maar wellicht is het handiger om een export functie te gebruiken zoals deze: https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=17&filter_search=import%20export&filter_license=0 je kunt al ...
Jump to post- Sat Feb 06, 2021 4:28 am
- Replies 1
- Views 148
Re: Backup Database Especially Time Sensitive Data
At worst at present I would Loose 1 of 2 orders. Al order details are in emails send to administrator and nu Dash at payment processor, so Easy to recreate these orders. If volume gets higher time between backups will be shorter. But as always, if there are no backups things screw up, it seems the m...
Jump to post- Wed Jan 20, 2021 3:50 pm
- Replies 6
- Views 275
Re: Backup Database Especially Time Sensitive Data
I use a cron activated sql backup program that is activated every 10 minutes.
First database is written to a folder outside hosting and after that transfered to my nas servers at office.
So if anything goes wrong i will lose 10 minutes
- Wed Jan 20, 2021 4:48 am
- Replies 6
- Views 275
Re: Looking For Analytics Extensions
Its already in admin, check reports
report type sold products
- Sat Jan 16, 2021 5:04 am
- Replies 4
- Views 256
Re: Vanaf prijzen
Ik gebruik hiervoor deze module
https://www.opencart.com/index.php?rout ... n_id=17859
in het taal bestand heb ik prijs weg gehaald en bij ieder product zet ik dan wat ik daar wil zien.
- Sat Jan 09, 2021 11:40 pm
- Replies 4
- Views 1234
Re: Problem with total calculation and rounded prices
you need to change that in your database only.
Jump to post- Wed Jan 06, 2021 7:52 pm
- Replies 39
- Views 24135
Re: Need help to override admin backend from using htaccess caching codes !!
if you have a .htaccess in your root folder, it will pass everything in that file to any folder. in your case your caching a lot og things and that also applys to your admin folder. if you plave a .htaccess file in your admin folder it wont follow rules from your root. .htaccess file does nit have t...
Jump to post- Tue Jan 05, 2021 6:29 am
- Replies 10
- Views 479
Re: Need help to override admin backend from using htaccess caching codes !!
Make sure there is a .htaccess file in your admin folder.
it can be empty.
- Mon Jan 04, 2021 12:34 am
- Replies 10
- Views 479
Re: using information pages...is there a limit?
OC has no limit, if there is a limit while saving, it limited in php setting.
if you have access to php setting scheck for:
max_input_vars = XXX
set XXX to 10000
- Sat Jan 02, 2021 4:02 am
- Replies 4
- Views 327
Re: FTP instellingen via ftps
selecteer poort nr 21 voor ftps controleer voor de zekerheid even welke poort jouw hosting gebruikt hiervoor
gebruik ftps:// voor je ftp domeinnaam
- Fri Dec 18, 2020 10:05 pm
- Replies 3
- Views 559
Re: ben op zoek naar een opencart expert ( betaald)
Probleem van SKYteamDESIGN is opgelost.
Juiste rewrite rules in htacces geplaast, bleek een oc 2.2.0.0 shop te zijn welke de boven in het topic beschreven fouten heeft onder ssl.
bestanden aangepast en nu draait het perfect.
- Fri Dec 18, 2020 9:10 pm
- Replies 23
- Views 6071
Re: Het duurt 20 a 30 sec voordat de eerste 'dashboard' pagina is geladen.
php instellingen, database traag, moeilijk te zeggen zonder gedetaileerde informatie.
Jump to post- Fri Dec 18, 2020 9:08 pm
- Replies 1
- Views 171
Re: FTP instellingen via ftps
ja je ftp programma
als je filezilla gebruikt kun je bij versleuteling kiezen welk type verbinding je wilt.
Kies voor gebruik expliciete ftp via tls indien beschikbaar.
- Fri Dec 18, 2020 9:06 pm
- Replies 3
- Views 559
Re: ben op zoek naar een opencart expert ( betaald)
Check my signature, and contact me directly through email.
Jump to post- Fri Dec 18, 2020 12:26 am
- Replies 23
- Views 6071
Re: ben op zoek naar een opencart expert ( betaald)
Use this in your .htaccess file it will redirect any incomming traffic to www. to https: and non www. remember to rename example,com to your website adres :-) It will also add file caching speeding up things a lot. RewriteOptions inherit # 1.To use URL Alias you need to be running apache with mod_re...
Jump to post- Wed Dec 16, 2020 6:56 pm
- Replies 23
- Views 6071
Re: Add customers without email address
Have same problem.
Disable email leads to undesired behavior for normal customers who register when ordering.
My workaround is creating a unique email adressen for those customers like customername@nomail.com
- Sat Dec 12, 2020 6:25 pm
- Replies 2
- Views 176
Re: ben op zoek naar een opencart expert ( betaald)
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://domain.com/$1 [R=301,L] this rule only redirects incomming http traffic so traffic entering with https (port 443) is not redirected. you can either try to change RewriteCond %{SERVER_PORT} 80 to RewriteCond %{SERVER_PORT} 443...
Jump to post- Sat Dec 12, 2020 12:04 am
- Replies 23
- Views 6071
Re: ben op zoek naar een opencart expert ( betaald)
probally a htacces rewrite rule not used correct.
before doing any rewrite make sure you redirect all incomming traffic from www. to non www.
- Fri Dec 11, 2020 7:55 pm
- Replies 23
- Views 6071
Re: Q about some of the limits in products/categories/tags etc at Open Cart?
1. Any limits in categories qty? (e.g. shopify has a limit of 5k, that is totally not for us) About 50k may be needed for our store. No limit, only server limits apply 2. limit of max products amount (reasonable limit, considering a need of a store to perform/load fast) No limit, only server limits...
Jump to post- Fri Nov 27, 2020 8:41 pm
- Replies 2
- Views 294