Hello/Hi/Greetings,
Problem: The iPhotoToPiwigo installer will fail on a Mac OS X instance when the pathname '/Library/Application Support/iPhoto/Plugins' does not yet exist.
Workaround: In Terminal.app execute the following
sudo mkdir -p '/Library/Application Support/iPhoto'
Piwigo version: 2.6.2
PHP version: 5.4.24
MySQL version: Ver 14.14 Distrib 5.1.73
Mac OS X version: 10.9.3
Piwigo URL: http://<None>/
Offline
Hi,
Upload the new version 1.9.1, this should fix the problem
Best regard
MarcSins
Offline
Thanks, I removed ''/Library/Application Support/iPhoto/Plugins/'' and reinstalled as a test - worked without problems.
Offline
I"ve tried both of these methods and still can't get it to install iPhotoToPiwigo. Please help.
Offline
I think that in order for anyone to help you fix the problem they will need a little more detail. What is the basis for your assertion that you "still can't get it to install iPhotoToPiwigo"? Please include a description of your process up to and including the point of failure.
Meanwhile, the following may also be helpful for us to know: Does the path ''/Library/Application Support/iPhoto/Plugins/'' exist on your system?
To check this using the command-line:
1. Open Terminal.app
2. Execute the following command (you can copy and paste into Terminal window)
ls -ld ''/Library/Application Support/iPhoto/Plugins/''
3. While you are there you may as well execute the following commands as well:
ls -ld ''/Library/Application Support/iPhoto"
ls -ld ''/Library/Application Support"
Offline