Hi all, I would like to create a site where I can upload easily my holiday pictures to share with friends. Purpose would be for them to view the pictures but also to download them easily (full resolution, individually or all together). Which application would you recommend for this on WebFaction? Thanks in advance for your advice! Kind regards, Fred asked 19 Aug '13, 09:25 _Fred_ |
I used once gallery and like it Gallery it's simple php with mysql database! but now I'm back to google+ 'coz the integration with the android app xotof was not very stable in my case. bye Marcel answered 20 Aug '13, 15:09 marcel Hi Marcel, Thanks for the input! Any idea what I am doing wrong? Thanks in advance for your help! Cheers, Fred
(01 Sep '13, 02:54)
_Fred_
Hi Fred, it sounds like you might have created a MySQL private instance, rather than a PHP app (app type for that is Static/CGI/PHP). You need to create a PHP app and put your Gallery files in there, then you can create a database and database user in the WebFaction control panel which you can connect to from your app.
(01 Sep '13, 03:03)
waynek
Hi Waynek, that was indeed my problem, thanks for the input! I now created a 5.4 PHP app and dropped the Gallery3 files over there (and removed the existing index.html file) but now I only see a blank page and nothing like http://codex.galleryproject.org/images/6/63/Gallery3_install_screenshot.png Any idea what could be happening? Thanks in advance for your help! Cheers, Fred
(01 Sep '13, 04:32)
_Fred_
The blank white screen sounds like there is an error present. Have you checked the error logs at /home/<username>/logs/frontend/error_<app_name>_php.log to see if it has any pertinent information? Please open a support ticket if you need help troubleshooting.
(01 Sep '13, 06:49)
aaront ♦♦
Hi aaront, thanks for your input! I see that there are indeed error files created in the log. Any idea how I can open these? Cheers, Fred
(09 Sep '13, 15:42)
_Fred_
You may open then with any text editor. You can either download them with FTP and do this, or use SSH and the text editors on the server (nano, vim, emacs)
(09 Sep '13, 17:40)
johns
showing 5 of 6
show 1 more comments
|