Good day everyone:
Situation: I am using list_download in conjuction with the custom drop down menu to show the files in a folder and make the menu collapsable.
It works great in one page of the site:
http://www.jeffersoncountywv.org/government/departments/planning-and-zoning/planning/pc-minutes.html
It does not work well in another:
http://www.jeffersoncountywv.org/government/county-commission/agendas/jcc-agendas.html
What does not work? While the files are listed and the drop down work on both, the PDF files can be opened on the first link, but they hang and do not open on the second link. Any idea on what causes that behavior?
Cms Version: 1.7
Installed Modules:
* CMSMailer: 1.73.14
* FileManager: 1.0.2
* MenuManager: 1.6.2
* ModuleManager: 1.3.3
* News: 2.10.4
* nuSOAP: 1.0.1
* Printing: 1.0.4
* Search: 1.6.2
* ThemeManager: 1.1.1
* TinyMCE: 2.7.0
* CTLModuleMaker: 1.8.9.3
* CGExtensions: 1.18.8
* RSS: 1.1
* SiteMapMadeSimple: 1.2.1
* CGExtensions: 1.18.8
* XContent: initial release - BETA 3
* Gallery: 1.3
* Bookmarks: 2.0.1
* Statistics: 1.0.1
* Questions: 1.0.3
* FormBuilder: 0.6.2
* CGSimpleSmarty: 1.4.5
* CGGoogleMaps: 1.4.1
* phpids: 1.4.7
* CGCalendar: 1.5.2
* FrontEndUsers: 1.8.2
* UserDirectory: 1.0-svn
* ModuleXtender: 1.5.0
* NFS: 1.0
* Jobs: 1.0
* mugshots: 1.0
* CGFeedMaker: 1.0.11
* IE6Warning: 1.03
Config Information:
* php_memory_limit:
* process_whole_template: false
* max_upload_size: 128000000
* default_upload_permission: 664
* assume_mod_rewrite: true
* page_extension: .html
* internal_pretty_urls: false
* use_hierarchy: true
Php Information:
* phpversion: 5.3.1
* md5_function: On (True)
* gd_version: 2
* tempnam_function: On (True)
* magic_quotes_runtime: Off (False)
* E_STRICT: 0
* E_DEPRECATED: 0
* memory_limit: 128M
* max_execution_time: 60
* safe_mode: Off (False)
* session_save_path: F:\xampp\tmp (0777)
* session_use_cookies: On (True)
Server Information:
* Server Api: apache2handler
* Server Db Type: MySQL (mysql)
* Server Db Version: 5.1.41
List_download plugin: PDF files won't open
-
jchelpdeskwv
- Forum Members

- Posts: 53
- Joined: Tue Nov 10, 2009 6:47 pm
-
jchelpdeskwv
- Forum Members

- Posts: 53
- Joined: Tue Nov 10, 2009 6:47 pm
[closed, moved] List_download plugin: PDF files won't open
Well, what I found out does not solve the problem but at least rules out the plugin.
For some reason files under 2 MB are opened, but over that they just hang.
So, instead of fixing the plugin, I have to figure out how to make the files downloadable. And yes I changed my php.ini and config.php files.
For some reason files under 2 MB are opened, but over that they just hang.
So, instead of fixing the plugin, I have to figure out how to make the files downloadable. And yes I changed my php.ini and config.php files.
-
Andiministrator
Re: List_download plugin: PDF files won't open
With the last release of list_downloads I added a feature for reading PDF metadata. Therefore the plugin must parse the PDF file. Maybe thats the reason for your problem. But for parsing the PDF file, the parameter "pdf" has to be true.
Could you post the plugin call with the parameters you use?
Could you post the plugin call with the parameters you use?
