Hello,
The latest version of piwigo install tree still has the same bug discovered already in 11/2012 where the solution is described here http://piwigo.org/forum/viewtopic.php?p … 96#p136796
leading to wrong local paths with error messages
cannot open file "..../.piwigo_import_tree.txt" for writing at ..../piwigo_import_tree.pl line 465.
cannot open file "..../.piwigo_import_tree.txt" for writing at ..../piwigo_import_tree.pl line 515.
Both lines have to be patched to "my $filepath = $opt{directory}.'/.piwigo_import_tree.txt';" and everything works.
Please fix that bug.
Piwigo version: 2.7.1
Offline
Hi,
It "seems" to work, but actually it breaks the caching system :-/
Can you show me what's the content of your .piwigo_import_tree.txt file?
Offline
Hi,
I have the same issue and resolved this by changing this lines.
But what you mean with caching problem? Is there a solution? I search for a tool for import photos per schedule from the command-line...
Regards,
Michael