David
David
> EDIT: In the php manual, I do see this: "Note: The GLOB_BRACE flag is not available on some non GNU systems, like Solaris or Alpine Linux. " I'm running...
It should be quite simple. It's the same solution like in Open Cart project (https://github.com/opencart/opencart/pull/7614/commits/fd2e4b8ae8888fec44608e03b9f616a98f40c43b) --> first commit change with image files. The method `protected function getImages($dir)` on line 52...
It looks like missing write rights for the webserver in galleries folder.
Okay, if files.php is created, than writing rights are correct. Which kind of 404 error ist shown? It's an error by the server or by novaGallery? In most cases a...
This is in the current version not possible.
Hi, it could be some reasons: - missing php-gd-lib - no write permissions for web server on images directory - if apache: no htaccess support activated - if nginx: config...
What do you mean? It's php and usually php needs a webserver to use real urls.
Good point! The difficulty is that nginx server configuration must always be customized to your own server environment and own requirements. Here an example of nginx configuration on Ubuntu 20.04:...
On self installed server it's most one of the following problems: - Is php-gd lib installed? - is htaccess support in apache config activated? - missing mod_rewrite in apache config...
If its a permission problem, you can try this: https://github.com/novafacile/novagallery/issues/15#issuecomment-1229383114