Igor R. Plity

Results 22 comments of Igor R. Plity

@kkomelin autocomplete_deluxe doesn't work in some cases. For example, on author's name at node edit form.

@kybarg thanks! I think it's because not all sites are configured to store files in /sites/default folder

Did you uncomment #include apps/drupal/drupal_cron_update.conf; in site configuration file?

Hi, what kind of errors did you get? I think there is a lot of comments in configuration and readme describing which modules are needed.

FileField Nginx Progress is Drupal module which provides support for an upload progress bar for a backend/server implementing the RFC 1867 upload using multipart/form-data. For Nginx Requirements take a look...

Use PHP-PECL-MEMCACHE or PHP-PECL-MEMCACHED. The first is lighter, and the second is more configurable. PHP-PECL-APC in some situations is cause of error. Have you done configured PHP-FPM pools?

I have redcarpet installed > $ gem list | grep redcarpet > redcarpet (3.3.4) it is installed in /usr/local/bin/ and is available in my $PATH

It's strange, because I use this Vim configuration (https://github.com/iryston/vim-wd) on both Xubuntu 14.04 and OS X El Capitan, and everything works fine in OS X.

On OS X `ruby 2.0.0p645 (2015-04-13 revision 50299) [universal.x86_64-darwin15]` On Linux ``` ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux] Error detected while processing /tmp/test.rb: line 5: LoadError: cannot load such file...

@greyblake Thank you! My Vim is compiled with ruby 1.9 (default ubuntu package). I use rbenv. ``` $ rbenv global 1.9.3-p484 $ ruby -v > ruby 1.9.3p484 (2013-11-22 revision 43786)...