Thread: Major Additions - Links and Downloads Manager
View Single Post
  #2835  
Old 01-18-2008, 03:46 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mighty.Karen View Post
I apologize if this has been covered, but I've read through several hundred responses and just can't go on.

I didn't download and install this, but a co-worker who is a bit less computer savvy did. There is an issue I'm SURE is simple to fix, but it ain't a-happenin' at the moment.
We have our vBulletin secured. The file libraries accessed through the main navigation would always present the user with the standard IE "This page contains secure and nonsecure information....". I figured out that if I went into the admin (vBulletin Options/Site Name\URL\Contact Details) and tacked an "s" onto http of our forum URL, everything was lovely. Well, almost. Go into the Libraries and its fine, select a category, fine, but once you select an actual link: "Internet Explorer cannot download...."

If I make the url http, its fine. https, it throws up. What am I doing wrong here??
How are you entering the actual filenames that LDM is controlling, and in what mode are you using LDM?

I assume that you are trying to use LDM to control access to files which are actually stored on your own server, lets say (for exaple) file.pdf in directory /abc on server https: // yoursite /

Are you setting up the entry URLs in the form a) /abc/file.pdf or in the form (perhaps) b) https: //yoursite /abc/file.pdf or (I assume not) c) http: //yoursite /abc/file.pdf

Internally, the first form is handled using standard file access routines (fopen, fread, etc). The second and third forms are handled *either* using the cURL library or using fopen, etc, via php's inbuilt protocol handlers. cURL is used automatically if is installed.

The recommended approach for local files would be format (a) and I can't see why there would be any problem. Format (b) should also work on a secure site - although it is some time since I tested this - but will certainly be significantly less efficient. Format (c) would be wrong on a secure site.

So, I recommend:
1) check the format of your LDM entry URLs (LDM/edit entry)
2) try using format (a) or (b)
3) if you really want to use format (b), try turning off cURL if necessary (LDM/admin/settings/force_fopen

If this doesn't help, get back to me
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01172 seconds
  • Memory Usage 1,768KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete