Hi
I have installed the downloads module version 2.2
I have managed to upload files from the admin par of the download without problems.
When i try to download i get into trouble, here is what happens.
I got to the downloads module :
http://www.hoeng.dk/index.php?module=Downloads
Picks e.g. this download :
http://www.hoeng.dk/index.php?module=Downloads&func=display&lid=6
Press the download icon and comes to a page with sikkerhedskode (ask for securitycode) on :
As you can see it wil not show the picture with the "sikkerhedskode" in :
http://www.hoeng.dk/index.php?module=Downloads&func=prep_hand_out&lid=6
So im not able to download anything.
I have been looking in the :
pnTemp/downloads_cache
folder and the files which should be used to make the picture is made here, so that is not the problem.
I don't know how to solve this problem, does anyone got the same problem ?
Sincerely
Mogens
http://www.hoeng.dk/
which is located under pnTemp and there
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- bronto responded to »Shared user database« 05:30 AM
- blowback created topic »Problems: module "htmlpages« 22. May
- bronto responded to »Forcing a theme for particular URLs« 22. May
- Paustian created topic »Dealing with a Huge User List« 21. May
- Paustian responded to »Manual Zikula 1.2.9 (dev) to Zikula 1.3.5 update« 21. May
- krator responded to »Refresh Templates/Cache« 19. May
- Paustian responded to »Trying to upgrade to 1.3.5 having problems« 19. May
Login
Serious help needed with capcha
-
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2447
"sikkerhedskode" is the alternative text of the capcha image.
the captcha image in my case (pnTemp/downloads_cache/cap_10bfd3b4a259093aa11a9c9d844763d4.jpg)
is not accesible.
I guess you should put an .htaccess to allow jpg to be accessible, because the .htaccess of the pnTemp folder deny the access globally.
So, try with a specific pnTemp/downloads_cache/ .htaccess with this content:
Code
SetEnvIf Request_URI "\.jpg$" object_is_jpg=jpg
Order deny,allow
Deny from all
Allow from env=object_is_jpg
Good luck!
--
- Mateo T. -
Mis principios... son mis fines
- Moderated by:
- Support
