Anyway lots of fixes have been added.
ADDED
Square payment extension
Twig Templates now using caching by default
Added a control panel in the admin to disable caching and clear cache files
Added a move storage directory message and solution in the admin
CHANGED
Sessions now use DB by default
FIXES
there is no model marketing/affiliate on the backend
Session errors
Eval function unavailable
Cookie issue on checkout
A full list of fixes can be found here:
https://github.com/opencart/opencart/is ... s%3Aclosed
Download here:
https://www.opencart.com/index.php?route=cms/download
OpenCart®
Project Owner & Developer.
Now i am Happy Most of them fix.
I am wondering if i install the last version how easy to upgrade it to the next versions will be? just an example it will be easy to upgrade it to 3.0.1.2 version from admin panel? I will lose my back links in google?
Thank you
Necessary improvements, thanks.Twig Templates now using caching by default
Added a control panel in the admin to disable caching and clear cache files
اگر پیامتون در این انجمن ندیده باشم با من از طریق وبسایتم در تماس باشید.
http://ressan.ir
I tried an upgrade from version 3.0.0.0 to 3.0.1.1. I am new to OpenCart but since the first time I installed OpenCart things were not complete. I was missing a few things under the Extension menu like: payments, modules and so on. Things I saw in the backend demo but not in the live version I have installed with Softaculous.
When I try to upgrade, I am getting this error:
Error Code(0): Error: Table 'allograf_ocar159.oc8h_url_alias' doesn't exist
Error No: 1146
SHOW INDEX FROM `oc8h_url_alias` WHERE Key_name != 'PRIMARY' in /system/library/db/mysqli.php on line 40
True, oc8h_url_alias doesn't exist in phpMyAdmin, I would create it but I can't find anything online to see what that table could have in it and any new installation of 3.0 doesn't come with that table. Any thoughts?
Opencart 3.0.0.0 or later doesn't use the 'url_alias', it now uses the multi-lingual 'seo_url' table.
As regards upgrades: I wouldn't use OpenCart's upgrade scripts, they almost never work. Always do a fresh install.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
OpenCart 2.3 themes won't work on 3.0.0.0 or later, too many changes, such as using twig instead of php templates.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
A step in the right direction. Of course, it would have been better to stick with PHP templates. It is still possible for 3rd party extension to use PHP templates.nasser.man wrote: ↑Wed Jul 05, 2017 1:10 pmNecessary improvements, thanks.Twig Templates now using caching by default
Added a control panel in the admin to disable caching and clear cache files
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
there is another minor issue with the theme extension. its already been fixed and will do a quick fix release tomorrow.
OpenCart®
Project Owner & Developer.
post this on the issue tracker! i can fix the upgrade script!tana wrote: ↑Wed Jul 05, 2017 9:41 pmHey there,
I tried an upgrade from version 3.0.0.0 to 3.0.1.1. I am new to OpenCart but since the first time I installed OpenCart things were not complete. I was missing a few things under the Extension menu like: payments, modules and so on. Things I saw in the backend demo but not in the live version I have installed with Softaculous.
When I try to upgrade, I am getting this error:
Error Code(0): Error: Table 'allograf_ocar159.oc8h_url_alias' doesn't exist
Error No: 1146
SHOW INDEX FROM `oc8h_url_alias` WHERE Key_name != 'PRIMARY' in /system/library/db/mysqli.php on line 40
True, oc8h_url_alias doesn't exist in phpMyAdmin, I would create it but I can't find anything online to see what that table could have in it and any new installation of 3.0 doesn't come with that table. Any thoughts?
https://github.com/opencart/opencart/co ... f5ad92f9aa
OpenCart®
Project Owner & Developer.
Thanks for the clarification. How is the cloud version coming along? Is there a place where we can test the cloud version, especially for extensions?
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
I have been busy for the past 1.7 years i have been working flat out on:
1. Redesigned / rebuilt opencart.com
2. integrated the marketplace to the opencart admin
3. released the next big version of opencart
4. Built a cloud based shopping cart system that can take on the likes of shopify (will release any day now)
OpenCart®
Project Owner & Developer.
it could be this week or next before the cloud is launched. u can test your extension using the installer in the admin. im currently working on the documentation for extension building here:
https://github.com/opencart/opencart/wiki
i have already got isenses master card extension installing from the admin marketplace. its really going to sell a lot of extension once i start approving extensions. i will be restricting some php functions from being used in extensions such as eval to avoid being hacked.
OpenCart®
Project Owner & Developer.
This is really a great Job and I am sure Open Cart is the most Active E commerce Solution and community.
upgrade works. there was an issue before but was fixed before the last release. theres only a few fixes.
also i dont plan on making any more suture changes. only fixes and additional features within the current framework.
OpenCart®
Project Owner & Developer.
However, I wonder about the permission directories.
When uploading files using the installer, the entire folder is allowed: admin/controller/extension/
But from the admin/controller/startup/permissino.php, only these areas are reachable:
// If a 3rd part is found we need to check if its under one of the extension folders.
$extension = array(
'extension/dashboard',
'extension/analytics',
'extension/captcha',
'extension/extension',
'extension/feed',
'extension/fraud',
'extension/module',
'extension/payment',
'extension/shipping',
'extension/theme',
'extension/total',
'extension/report',
'extension/openbay'
);
Is there a big security reason why Im not allowed to reach the route extension/blog or similar? Why not make the entire extension/ folder reachable?
Users browsing this forum: No registered users and 6 guests