[wikka-community] problem with {{files}}

Alexander Rust agrust
Fri Jun 12 16:36:52 GMT 2009


Hi,

now i switched my homepage to wikkawiki: www.bitrust.de

all is well and i really like the light and straight code. except this {{files}} issue.

during the tests the {{files}} actions works well. after i changed from tikkiwiki to wikkawiki and some .htaccess problems this action brings up the following errors:

Warning:  move_uploaded_file(uploads/AlexRust/license.txt) [function.move-uploaded-file]: failed to open stream: Permission denied in /www/htdocs/AlexRust/wiki/actions/files.php on line 144



Warning:  move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpA1XswD' to 'uploads/AlexRust/license.txt' in /www/htdocs/AlexRust/wiki/actions/files.php on line 144

There was an error uploading your file.

i don't have a clue what is wrong. filezilla say the permission is 755.

what can i do?

thanks for any help

Alex

below the .htaccess from the root html:/www.htdocs/AlexRust
<schnipp>
### STOP REFERRER SPAM
SetEnvIfNoCase Referer ".*(some|not|so|fine|words).*" BadReferrer

order deny,allow
deny from env=BadReferrer

Redirect /forum http://forum.bitrust.de
</schnapp>

and the wiki .htaccess: /www.htdocs/AlexRust/wiki
### STOP REFERRER SPAM
SetEnvIfNoCase Referer ".*(some|not|so|fine|words).*" BadReferrer


order deny,allow
deny from env=BadReferrer

<IfModule mod_rewrite.c>
    # turn on rewrite engine
    RewriteEngine on

    # if request is a directory, make sure it ends with a slash
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^(.*/[^/]+)$ $1/

    # if not rewritten before, AND requested file is wikka.php
    # turn request into a query for a default (unspecified) page
    RewriteCond %{QUERY_STRING} !wakka=
    RewriteCond %{REQUEST_FILENAME} wikka.php
    RewriteRule ^(.*)$ wikka.php?wakka= [QSA,L]

    # if not rewritten before, AND requested file is a page name
    # turn request into a query for that page name for wikka.php
    RewriteCond %{QUERY_STRING} !wakka=
    RewriteRule ^(.*)$ wikka.php?wakka=$1 [QSA,L]
</IfModule>

_________________________________________________________________
http://redirect.gimas.net/?n=M0906xWLM2009
Neu: Messenger 2009! Hier kostenlos downloaden!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.wikkawiki.org/pipermail/community_wikkawiki.org/attachments/20090612/19389e40/attachment.html>



More information about the community mailing list