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 19. Apr 2024, 03:47

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  [ 23 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Error
PostPosted: 4. Dec 2009, 22:52 
Offline

Joined: 4. Dec 2009, 22:49
Posts: 12
I recevedi this error:
"You are trying to use the TWG Upload Flash without authentification, the server login failed, expired or the configuration could not be found!"
What I have to do?


Top
 Profile  
 
 Post subject:
PostPosted: 5. Dec 2009, 00:10 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
you read howto 1 of the tfu faq.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 5. Dec 2009, 00:34 
Offline

Joined: 4. Dec 2009, 22:49
Posts: 12
where'??


Top
 Profile  
 
 Post subject:
PostPosted: 5. Dec 2009, 08:07 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Reading the forum only a little bit helps:
http://www.tinywebgallery.com/forum/vie ... php?t=1462

or directly.
http://www.tinywebgallery.com/en/tfu/web_faq.php


Top
 Profile  
 
 Post subject:
PostPosted: 5. Dec 2009, 12:27 
Offline

Joined: 4. Dec 2009, 22:49
Posts: 12
i have this problem: You have a .htaccess somewhere that restricts that the files can be called. check this by calling tfu_config.php (since 2.7.5 tfu_login.php) and tfu_file.php directly.

but where i can find this .htaccess?


Top
 Profile  
 
 Post subject:
PostPosted: 6. Dec 2009, 18:58 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
It's your server - how should I know. Somewhere in the directory structures above - can you call tfu_login.php directly?

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 6. Dec 2009, 23:45 
Offline

Joined: 4. Dec 2009, 22:49
Posts: 12
no i can't


Top
 Profile  
 
 Post subject:
PostPosted: 7. Dec 2009, 00:09 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
then read the howto.


Top
 Profile  
 
 Post subject:
PostPosted: 7. Dec 2009, 00:52 
Offline

Joined: 4. Dec 2009, 22:49
Posts: 12
ok tomorrow i try
thx


Top
 Profile  
 
 Post subject:
PostPosted: 7. Dec 2009, 10:31 
Offline

Joined: 4. Dec 2009, 22:49
Posts: 12
can you find something wrong in this htaccess.txt file?
Code:
##
# @version $Id: htaccess.txt 13415 2009-11-03 15:53:25Z ian $
# @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!
#
## Deny access to extension xml files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>
## End of deny access to extension xml files
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


Top
 Profile  
 
 Post subject:
PostPosted: 7. Dec 2009, 10:37 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
just posting files is not helpful - have you tried the different things in howto 1?
Or posting the error message when you call tfu_logion.php ist helpful. And then again howto 1 helps you with the different error messages.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 7. Dec 2009, 10:48 
Offline

Joined: 4. Dec 2009, 22:49
Posts: 12
when i try to open with the browser this file ( http://www.*****.com/administrator/comp ... config.php ) i receive this error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator,*******@******.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Top
 Profile  
 
 Post subject:
PostPosted: 7. Dec 2009, 10:52 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
This is the last time I'll tell you this: READ HOWTO 1 ! There you find what you have to do with an error 500 (or find a link to an other howto where this is explained in more details)

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 7. Dec 2009, 11:34 
Offline

Joined: 4. Dec 2009, 22:49
Posts: 12
my tfu.log is empty..
maybe i have to "If this problem happens when using TWG please set $add_iptc_at_upload to false in the config. Some servers have an error when ITPC data is extracted during upload!" but in what file i can set $add_iptc_at_upload to false ? I looking for it but i don't find it..

thank you


Top
 Profile  
 
 Post subject:
PostPosted: 14. Dec 2009, 10:23 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
What have you tried? Have you looked into the server log? Because when you get a 500 server error the error message is written there (like the howto says).

- Michael


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 14 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