PDA

Zobacz pełną wersję : AdsManager upload zdjęć brak miniaturki



endriu107
21-12-2013, 18:54
Witam, joomla 3.0.2 Adsmanager 2.9.6 podczas dodawania nowego ogłoszenia wybieram zdjęcia które chcę wczytać, klikam na "rozpocznij transfer" zdjęcie się dodaje jednak nie wyświetla się jego miniaturka. Zdjęcie w ogłoszeniu jest oczywiście widoczne, nie jest tylko widoczne po uploadzie w karcie dodawania ogłoszenia.

Firebug pokazuje mi tak domena.pl//tmp/plupload/p18cb4bk0i8op3dh6qh1pir15sg4.jpeg po otworzeniu dostaję komunikat:

403 Forbidden

You don't have permission to access this document.

Chmody na folder tmp to 755 po zmianie na 777 również to samo.

Od czego zacząć szukać przyczyny problemu?

endriu107
23-12-2013, 18:43
Nic? Zero pomysłów? Każda wskazówka może być pomocna.

souacz
24-12-2013, 06:37
W oryginale masz podwójny ukosnik w adresie?

Sent from my Transformer TF101G using Tapatalk 4

endriu107
24-12-2013, 10:42
Witam, w oryginale jest podwójny ukosnik. Nie wiem dlaczego tak jest, jednak nawet gdy usune ręcznie jeden to błąd jest ten sam czyli 403.

Wysłane z mojego ST21i2 przy użyciu Tapatalka

souacz
24-12-2013, 17:38
A spróbuj jeszcze zdjęcie z rozszerzeniem .jpg zamiast .jpeg

--- sent from Galaxy S2 using Tapatalk 4

endriu107
24-12-2013, 19:11
Niestety nic to nie daje próbowałem z różnymi rozszerzeniami, i doszedłem do wniosku że chyba coś odgórnie blokuje dostęp ponieważ gdy po ../tmp/ dopisze cokolwiek dostaje błąd 403. Raczej nie chodzi o .htaccess bo on wygląda tak:


:Location *.phpUse php53
:Location


##
# @package Joomla
# @copyright Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.
# @license GNU General Public License version 2 or later; see LICENSE.txt
##


##
# 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 base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block out any script that includes a ********** tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%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})
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.


## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects


##
# 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.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the request is for something within the component folder,
# or for the site root, or for an extensionless URL, or the
# requested URL ends with one of the listed extensions
RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section.






Chmody na tmp to 777 co jeszcze może blokować dostęp?


Edit. Na lokalnym serwerze ta funkcja działa poprawnie, więc czego szukać na serwerze?.

souacz
24-12-2013, 20:45
Muszę sobie przypomnieć bo też miałem taki problem z uploaderem i jakoś go rozwiązałem... Ale to po świętach dopiero bo muszę zajrzeć w pliki a jestem poza domem.

Nigdy nie używałem lokalnych serwerów, zawsze robię na docelowym żeby nie było niespodzianek więc nie umiem tego wyjaśnić.

Spojrzę po świętach jeśli do tego czasu nie znajdziesz przyczyny.

--- sent from Galaxy S2 using Tapatalk 4

endriu107
27-12-2013, 17:33
Miło by było gdybyś o mnie pamiętał po świętach.

endriu107
02-01-2014, 18:43
Wrócę do pytania, trochę pogrzebałem i zauważyłem że jeśli korzystam z subdomena.domena.pl/dodaj_ogłoszenie to miniaturka się nie wyświetla, ale gdy korzystam z nazwa_usera.hosting.pl/foder_z_joomla/dodaj_ogłoszenie to miniaturka się wyświetla.

Dlaczego tak się dzieje przecież oba adresy prowadzą w jedno miejsce?