Dear Wagtail support,
I'm trying to get my server running with Wagtail. I already tried it with the current stable version and the new beta. In both cases it's the same problem.
The server is running with Apache2 and mod_wsgi on Ubuntu 14.04 LTS. It works with an other Django project.
After restarting the Apache server I get
Internal server error
Sorry, there seems to be an error. Please try again soon.
I enabled logging to find out what's the problem:
OfflineGenerationError: You have offline compression enabled but key "d7d89fsd989df9f8d9df78" is missing from offline manifest. You may need to run "python manage.py compress".
I searched the Internet for a solution and added two lines to my settings/base.py:
COMPRESS_ENABLED = True
COMPRESS_OFFLINE = True
and run
$> ./manage.py compress
That seems to work. But after that there is no styling on the wagtail home and admin pages.
So why do I need to set the COMPRESS settings to true? If this would be necessary, you would deliver wagtail with this settings, right? I think there is something else wrong. I hope we can find it out.
Thanks in advance!
$> pip freeze
beautifulsoup4==4.3.2
cffi==1.1.0
cryptography==0.9.1
Django==1.8.2
django-appconf==1.0.1
django-compressor==1.5
django-libsass==0.3
django-modelcluster==0.6.2
django-sendfile==0.3.7
django-taggit==0.14.0
django-treebeard==3.0
enum34==1.0.4
html5lib==0.999
idna==2.0
ipaddress==1.0.7
libsass==0.8.2
ndg-httpsclient==0.4.0
Pillow==2.8.2
psycopg2==2.5.2
pyasn1==0.1.7
pycparser==2.13
pyOpenSSL==0.15.1
pytz==2015.4
requests==2.7.0
six==1.9.0
South==1.0.2
unicodecsv==0.13.0
Unidecode==0.4.17
wagtail==1.0b2
wheel==0.24.0
Willow==0.2