Coder Social home page Coder Social logo

Comments (5)

howardlshippin avatar howardlshippin commented on May 24, 2024 1

Sorry - this was easily resolved - I hadn't read properly the documentation on how to install in a subdirectory..

from novagallery.

david-novafacile avatar david-novafacile commented on May 24, 2024

Hello,

Missing thumbnails:

Album not accessible:

  • This looks like the htaccess file is not allowed to be read (apache configuration). In this file the mod_rewrite configuration is set, which redirects every request to the script.

from novagallery.

ttyr2 avatar ttyr2 commented on May 24, 2024

I downloaded the updated version and am seeing the same result. One of the things I noticed was that index.php puts up the directory thumbnails (which are still broken) by pointing at /galleries, but when you click one of the directories it tries to go to /albums which doesn't exist in the file structure.

from novagallery.

david-novafacile avatar david-novafacile commented on May 24, 2024

but when you click one of the directories it tries to go to /albums which doesn't exist in the file structure.

Yes, the directory /album does not exists. This is handled by the index.php. But you have to enable mod_rewrite in apache and that .htaccess can override the apache settings in vhost (AllowOverride All)

This also is needed for the thumbnails generation.

from novagallery.

howardlshippin avatar howardlshippin commented on May 24, 2024

I just downloaded and tried to use in MXLinux 21, on a newly installed home server. I have the same problem. Php version is 7.4.28. GD and Exif are installed (https://vikshepa.com/phpinfo.php). Apache Module rewrite is enabled (a2enmod rewrite) and AllowOverride All is enabled for the specific site. I tried renaming ImagesDirName from "galleries" to "albums" and changing the directory name via Filezilla in case that might change something.

from novagallery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.