alopezupc
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Browse for file use link that doesn’t workYes, now it is working fine :-). Thank you so much.
Albert
Forum: Plugins
In reply to: [Download Monitor] Browse for file use link that doesn’t workThanks for you fast reply.
The source folder shared with NFV is in the linux root folder: /data
Then, from there we have a symbolic link to wordpress folder:
/var/www/wordpress/dataset -> /data
The files that are working use the absolute path (created in previous version of the plugin):
/var/www/wordpress/dataset/file => works
But new files or updated files point to
/dataset/file => Not works
Thanks
Albert
Forum: Plugins
In reply to: [Download Monitor] HTTP 500 files form serverDear Razvan
Thanks for your reply. The structure is the following one:
NFS: /data
WP: /var/www/wp/
Symlink: /var/www/wp/datasets -> /dataThe file that are working and were added some time ago using the same mechanism have the following structure:
/var/www/wp/datasets/file1With new added files I use the same method or adding the path manually:
/var/www/wp/datasets/file2
but after save, it is transformed into:
/datasets/file2Regards
Albert