1. Перейменувати корневий каталог Root Category в щось більш зрозуміле, так як на даний момент у вас уже більше ніж
MoreGit submodule workflow – commit/push/pull
If you haven’t done already, have a thorough read through http://git-scm.com/book/en/Git-Tools-Submodules. There are quite a few caveats, and I will refer
MoreNo space left on device – running out of Inodes
One of our development servers went down today. Problems started with deployment script that claimed that claimed “No space left
MoreAllow MongoDB to connect from remote IP
Access to mongo is controlled with iptables for Linux based OS. Step 1 Make sure in your /etc/mongodb.conf file you
MoreAdd new MongoDB user
Suppose, your have site with Mongo and you want user can connect to this with login and password. Step 1.
MoreSetting Up MongoDB driver For custom PHP build
Suppose you have custom PHP installed in /web/php-5.4 and you want compile some PHP extension. It is very simple! Download
MoreAdd new MongoDB user
Suppose, your have site with Mongo and you want user can connect to this with login and password. Step 1.
MoreMagento Reindex throw error: PHP Fatal error: Allowed memory size of 262144 bytes exhausted
Solution found on here. I just ran across this issue and it threw me for a loop for several hours so
MoreInstalling and Configuring Pure-ftpd Server
Як створювати віртуальних користувачів дивимось тут В статті описано деякі специфічні моменти. Потрібно надати доступ по ftp до вже створених директорій
MoreInstalling and Configuring Pure-ftpd Server
Як створювати віртуальних користувачів дивимось тут В статті описано деякі специфічні моменти. Потрібно надати доступ по ftp до вже створених директорій
MoreEnable remote MySQL connection: ERROR 1045 (28000): Access denied for user ‘root’@’localhost’
You have to put this as root: GRANT ALL PRIVILEGES ON *.* TO ‘USERNAME’@’IP’ IDENTIFIED BY ‘PASSWORD’; where IP is
More