Sn0wCrack / ExHen-Archive

System for crawling/archiving and viewing ExHen galleries
The Unlicense
89 stars 8 forks source link

Cover images not displaying #19

Open Zurplupz opened 3 years ago

Zurplupz commented 3 years ago

Sorry for opening another issue this fast.. Noticed this error, cover images are not showing.

The www/images directory doesn't exist, was it supossed to be generated automatically? Even after I created it cover images still not shown

image

This is my current apache configuration

<VirtualHost *:80>
    DocumentRoot "/www/all/exhentai-archiver/www"
    ServerName exhen.localhost

    <Directory "/www/all/exhentai-archiver/www">
        AllowOverride None
        Order allow,deny
        allow from all
     </Directory>

    Alias /images "/www/all/exhentai-archiver/www/images"
    <Directory "/www/all/exhentai-archiver/www/images">
        AllowOverride None
        Order allow,deny
        Require all granted
    </Directory>

</VirtualHost>
Sn0wCrack commented 3 years ago

You should try changing your paths to be absolute rather than relative, similar to the apache.conf.win32 with the drive letter present.

If you're having trouble with the setup, I'd probably recommend trying the Vagrant setup instead, as it does most of everything for you.

As a note I'm working a replacement for this software as a side-project at the moment, as this is really really out of date and doesn't run easily or well on modern systems.