![]() |
|
Don't have the permission - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Don't have the permission (/thread-3045.html) |
Don't have the permission - meoled - 2008-06-06 Hi. Does anybody have an idea? Thank you ver much!!!!!!!!!!!!!!!!!!! meoled Edit: the URL to my Zenphoto Gallery is http://test.indafettn.com/zenphoto I also tried it in the root. Didn't helped Don't have the permission - acrylian - 2008-06-06 You apparently have a permission problem. Try setting the permission to 777 on the zp-core folder via ftp. Don't have the permission - meoled - 2008-06-06 That didn't worked. But thank you for your efforts! meoled Don't have the permission - acrylian - 2008-06-06 So is the installation in a folder? Then please try setting the permissions of the folder. Otherwise try a clean install. Don't have the permission - meoled - 2008-06-06 A clean installation? Do you mean that I have to put all the files in the root? I tried it but it didn't worked. Now I have delated the .htaccess and now I can access the folder and I see the Setup. But whats wrong with the .htaccess? meoled Edit: htaccess file version 1.1.6.0Update the above and the define in setup.php when you make changes to the rewrite rules!NOTE: Change the RewriteBase below to the absolute path to your zenphoto directory. (Or let setup.php do it for you!)RewriteEngine On !!! Change this to the web path (eg: http://www.yourwebsite.com/photos --> /photos) !!!RewriteBase /zenphoto RewriteRule ^admin/?$ zp-core/admin.php [R,L] RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteRule index.php$ index.php [L,QSA] Rewrite rule addtion for searchRewriteRule ^page/([A-Za-z0-9-]+)/fields([0-9]+)/(.*)/([0-9]+)/?$ index.php?p=$1&searchfields=$2&words=$3&page=$4 [L,QSA] RewriteRule ^(.)/image/(thumb|[0-9]{1,4})/([^/\]+)$ zp-core/i.php?a=$1&i=$3&s=$2 [L,QSA] Catch-all - everything else gets handled in PHP for compatibility.RewriteRule ^(.*)/?$ index.php?album=$1 [L,QSA] And at the installation I get this error: Edit the .htaccess file in the root zenphoto folder if you have the mod_rewrite module, and want cruft-free URLs.Just change the one line indicated to make it work. You can ignore this warning if you do not intend to set the option mod_rewrite. It's because I deleted the .htaccess File. But why do I need it? Don't have the permission - acrylian - 2008-06-06 Actually setup should run automatically after you installed. With a clean install I meant, delete all files and do it all again. For info about what htaccess is please see here: http://www.zenphoto.org/2007/12/troubleshooting-zenphoto/#5 Don't have the permission - meoled - 2008-06-06 Oh. So I did a clean install 10 times I think =) Thank you for the link. I will read through it! meoled Edit: Don't have the permission - acrylian - 2008-06-06 Yes, you did understand right. But you have to disable modrewrite in the admin option too. Don't have the permission - meoled - 2008-06-06 Ah ok. Thank you very much for the very quick Support! Meoled |