Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum
https://www.tinywebgallery.com/forum/

Error
https://www.tinywebgallery.com/forum/viewtopic.php?f=12&t=2285
Page 1 of 2

Author:  mattyfog [ 4. Dec 2009, 22:52 ]
Post subject:  Error

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?

Author:  TinyWebGallery [ 5. Dec 2009, 00:10 ]
Post subject: 

you read howto 1 of the tfu faq.

- Michael

Author:  mattyfog [ 5. Dec 2009, 00:34 ]
Post subject: 

where'??

Author:  TinyWebGallery [ 5. Dec 2009, 08:07 ]
Post subject: 

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

Author:  mattyfog [ 5. Dec 2009, 12:27 ]
Post subject: 

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?

Author:  TinyWebGallery [ 6. Dec 2009, 18:58 ]
Post subject: 

It's your server - how should I know. Somewhere in the directory structures above - can you call tfu_login.php directly?

- Michael

Author:  mattyfog [ 6. Dec 2009, 23:45 ]
Post subject: 

no i can't

Author:  TinyWebGallery [ 7. Dec 2009, 00:09 ]
Post subject: 

then read the howto.

Author:  mattyfog [ 7. Dec 2009, 00:52 ]
Post subject: 

ok tomorrow i try
thx

Author:  mattyfog [ 7. Dec 2009, 10:31 ]
Post subject: 

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

Author:  TinyWebGallery [ 7. Dec 2009, 10:37 ]
Post subject: 

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

Author:  mattyfog [ 7. Dec 2009, 10:48 ]
Post subject: 

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.

Author:  TinyWebGallery [ 7. Dec 2009, 10:52 ]
Post subject: 

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

Author:  mattyfog [ 7. Dec 2009, 11:34 ]
Post subject: 

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

Author:  TinyWebGallery [ 14. Dec 2009, 10:23 ]
Post subject: 

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

Page 1 of 2 All times are UTC + 1 hour [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/