ExHen-Archive icon indicating copy to clipboard operation
ExHen-Archive copied to clipboard

Cover images not displaying

Open Zurplupz opened this issue 4 years ago • 1 comments
trafficstars

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>

Zurplupz avatar Jan 25 '21 05:01 Zurplupz

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.

Sn0wCrack avatar Jan 25 '21 07:01 Sn0wCrack