Coder Social home page Coder Social logo

No Cache Files created about novagallery HOT 7 CLOSED

novafacile avatar novafacile commented on June 4, 2024
No Cache Files created

from novagallery.

Comments (7)

david-novafacile avatar david-novafacile commented on June 4, 2024

What kind of webhosting do you use? Webhosting provider or own server?

Is it possible to open the albums (with the missing thumbnails)?

Is novaGallery installed with an own (sub)domain or in a subfolder of a (sub)domain?

Is htaccess configuration enabled and set?

from novagallery.

PolloEnCubitos avatar PolloEnCubitos commented on June 4, 2024

Same problem here,

Using Nxing, I cant open the albums mission thumbails, installed directly on the nginx html folder and deleting the default stuff
My own server

from novagallery.

PolloEnCubitos avatar PolloEnCubitos commented on June 4, 2024

Also happens with apache

from novagallery.

david-novafacile avatar david-novafacile commented on June 4, 2024

Hi,

this is almost the same issue on self installed server: Not complete installed server setup for using php with common features.

On Apache missing:

  • mod rewrite
  • htaccess support

Same on nginx, but there you need to set the rewrite settings in config (depending on your setup) because nginx doesn't support htaccess. Here an example for a possible configuration: #12 (comment)

Sometimes it's an permissions issue. PHP/Apache/nginx must have the rights to write in the gallery folder. Usually everything there is owned by www-data and php/apache/nginx are running with www-data. But this depends on your personal server setup and requirements.

from novagallery.

PolloEnCubitos avatar PolloEnCubitos commented on June 4, 2024

Already do that and nothing tho, im using aarch64 processor so idk if sometimes of the php changes

from novagallery.

david-novafacile avatar david-novafacile commented on June 4, 2024

I'm sorry but I can't test this server configuration. Maybe it's a permission setting:

After adding/uploading an album. Who is the owner of the directory of the album?

Maybe your system is a bit more restricted. You can try this:

Cange inΒ /nova-base/lib/Image.php the dir permission on line 150 to 0775 or 0755. Maybe 0777 ist to "open" for your server configuration

Change

mkdir(self::$cacheDir, 0777, true);

to

mkdir(self::$cacheDir, 0775, true);

If this doesn't help:

Is it possible to use an other php script, that uses mod rewrite and file writing rights? E.g. Bludit CMS?

Which PHP 8 version do you use?

from novagallery.

david-novafacile avatar david-novafacile commented on June 4, 2024

seems to be solved...

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.