Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 25. Apr 2024, 12:58

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: Internal Server Error
PostPosted: 28. May 2009, 20:24 
Offline

Joined: 28. May 2009, 20:20
Posts: 5
Hi att all, first exuse me for my bad english....
I have a problem with this plugin, I read in the forum but I'm not solved...
the problem is that I have this erroe:
"You are trying to use the TWG Upload Flash without authentication, the server login failed, expired or the configuration could not be...."

if I call the tfu_config.php in "administrator/components/com_joomla_flash_uploader/tfu/tfu_config.php" I have an internal server...where is the problem

the folde com_joomla_flash_uploader have 777 permission :(

I use joomla+SH404 for SEO

kikko088


Top
 Profile  
 
 Post subject:
PostPosted: 28. May 2009, 20:37 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
777 is maybe the problem. Try 755. you server does maybe not allow this.

If you use JFU 2.9 from the forum you can set this on the help/Limits page!

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 28. May 2009, 20:50 
Offline

Joined: 28. May 2009, 20:20
Posts: 5
also with 755, is the same :(



kikko088


Top
 Profile  
 
 Post subject:
PostPosted: 28. May 2009, 20:53 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
http://www.tinywebgallery.com/en/tfu/web_faq.php#1 4.

shows what you can do.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 28. May 2009, 22:51 
Offline

Joined: 28. May 2009, 20:20
Posts: 5
i don't find a solution....I try TWG flash uploader (not the joomla version) and I don't have the problem....but isn't the answer to my problem



kikko088 :cry:


Top
 Profile  
 
 Post subject:
PostPosted: 28. May 2009, 22:54 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
if you cannot access the file directly then you have to check the log file of your server. Seems your joomla installation does not install the files properly. Or is you joomla administration protected by a .htaccess file?

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 28. May 2009, 23:00 
Offline

Joined: 28. May 2009, 20:20
Posts: 5
i'm not an expert, my .htacces file is this:

Code:
##
# @version $Id: htaccess.txt 10492 2008-07-02 06:38:28Z ircmaxell $
# @package Joomla
# @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##


#####################################################
#  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations.  It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file.  If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's.  If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

##  Can be commented out if causes errors, see notes above.
# Options +FollowSymLinks

#
#  mod_rewrite in use

RewriteEngine On

########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits

#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update Your Joomla! Directory (just / for root)

RewriteBase /


########## Begin - Joomla! core SEF Section
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core SEF Section


can you see you that you are expert :)



kikko088


Top
 Profile  
 
 Post subject:
PostPosted: 29. May 2009, 08:32 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
why don't you simply rename the file and retry - then you see if the .htaccess is the problem and you can investigate further...

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 29. May 2009, 10:18 
Offline

Joined: 28. May 2009, 20:20
Posts: 5
nothing, I rename the file but nothing... :cry:



kikko088


Top
 Profile  
 
 Post subject:
PostPosted: 29. May 2009, 10:24 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
then ask you hoster why you are not able to call this file. I still think it is a file permission issue.

- Michael


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 20 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy