Server Ad not found

Kleiner Kobold

Joined: 2009-02-17
Posts: 43
Posted: Tue, 2009-09-15 21:22

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

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7934
Posted: Wed, 2009-09-16 02:26

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

 
rWatcher
rWatcher's picture

Joined: 2005-09-06
Posts: 619
Posted: Wed, 2009-09-16 05:24

Also, I believe you need to be logged in as an admin in order to use "Server Add".

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Wed, 2009-09-16 19:01

Yes, only admins can use the Server Add module.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
Kleiner Kobold

Joined: 2009-02-17
Posts: 43
Posted: Wed, 2009-09-16 21:48

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

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Thu, 2009-09-17 00:23

Remove the + sign

AllowOverride Options

____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
Kleiner Kobold

Joined: 2009-02-17
Posts: 43
Posted: Thu, 2009-09-17 00: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

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Thu, 2009-09-17 04:07

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