Notes RSS Feed
30 Oct
0
2734
When creating CSV for Excel in Windows-1251 encoding (as used for the window), this file may not work correctly on the MacOS. Some Cyrillic characters are displayed incorrect (for example, letter "Я")..
13 Aug
3
12825
Opencart3 is using template engine Twig. By default, debug mode is disabled. Is very simple to enable it - in the file system/library/template/Twig/Environment.php param 'debug' turn to true and add t..
26 Jan
0
7527
yum install memcached
yum install libmemcached-devel
yum install php-pecl-memcached.x86_64
pecl install memcached-2.2.0
systemctl restart memcached.service
systemctl restart httpd.service
..
11 Oct
0
4035
How to delete unused filter values in OpencartDELETE filter, filter_description FROM filter
LEFT JOIN filter_description ON filter_description.filter_id = filter.filter_id
WHERE filter.filter_..
04 Apr
0
3718
Note: delete unsused manufacturers from opencart databaseDELETE manufacturer, manufacturer_description, manufacturer_to_store FROM manufacturer
LEFT JOIN manufacturer_description ON manufacture..
Showing 1 to 5 of 5 (1 Pages)