Hi,
maybe iam blind, i would like to ad Pictures direct from the Server, but if i go to "Ad Pictures" it let me add only Pic´s from my PC.
What iam doing wrong?
the Second what i am missing is when i Change the Permissions, there is no "Close Button" in the Poup Window
Thanks for Help
and by the Way Great work so far...
sorry for my bad English (didnt had a chance to practise long time)
Greets
the Kobold
Posts: 7934
Go to Admin > Modules and install the "Server Add" module, then you'll get a new option under the "Add" menu.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git
Posts: 619
Also, I believe you need to be logged in as an admin in order to use "Server Add".
Posts: 16503
Yes, only admins can use the Server Add module.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 43
Ok,
iam blind
now, the next Problem:
(If it better for a new post, just push it)
i get a Messege when i want to Change Permissions:
"Oh no! Your server needs a configuration change in order for you to hide photos! Ask your server administrator to enable mod_rewrite and set AllowOverride FileInfo Options to fix this."
.htaccess looks like this (gallery is direct in the httpdocs folder not in a Subdirectory):
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?kohana_uri=$1 [QSA,PT,L]
RewriteRule ^$ index.php?kohana_uri=$1 [QSA,PT,L]
</IfModule>
and the etc/apache2/httpd.conf looks like this:
<Location "//">
AllowOverride +Options
</Location>
after apache restart i get this warning:
[Wed Sep 16 23:23:25 2009] [warn] Useless use of AllowOverride in line 159.
Syntax error on line 159 of /etc/apache2/httpd.conf:
Illegal override option +Options
what went wrong?
Thanks for help again
Posts: 16503
Remove the + sign
AllowOverride Options
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 43
Hi,
thanks for help
i changed it and now this happen:
[Thu Sep 17 02:40:37 2009] [warn] Useless use of AllowOverride in line 159.
Syntax OK
Shutting down httpd2 (waiting for all children to terminate) ..done
Starting httpd2 (prefork) [Thu Sep 17 02:40:37 2009] [warn] Useless use of AllowOverride in line 159.
..done
must i use this anyway? or can let it stay like it is, i mean without rewrite and so on?
Grets from the Kobold
Posts: 16503
You can use it as is, but I don't think you can set permissions on albums without it working.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here