Redmine не запустится после перемещения

Шанс Вы делаете это по той же причине остальная часть нас, делает это теперь, файлы пользовательского шрифта? Если так, вот то, что я волновал выполнение, мог бы помочь:

<FilesMatch "\.(ttf|otf|eot)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
  </IfModule>
</FilesMatch>
2
задан 9 February 2014 в 21:18
1 ответ

You are using gems with native extensions, but they were compiled against libraries on the source system that have different versions on the target system.

So you need to rebuild your gems on the target system.

rvm use 2.0.0-p353
gem pristine --all

In future it's better if you just deploy your source code and let bundler handle the gems on the target system, rather than trying to copy your whole .rvm directory.

5
ответ дан 3 December 2019 в 09:36

Теги

Похожие вопросы