Page 2 of 2

Re: Filelist content part causes page to not display

Posted: Thu 15. Mar 2012, 14:03
by novallis
Do the problem only ocour at pdf-Files?
Try to test with other extensions (for example Zip or doc-Files).

Maybe the script try to make a thumb of the pdf-File du to a mistake in handling pdf-files.

regards
- Ralf (novallis)

Re: Filelist content part causes page to not display

Posted: Thu 15. Mar 2012, 14:16
by achilehero
No. This happens for any type of file. I tried .zip, .pdf. and .jpg.
As I said, the only difference I noticed between the web server where the page is hosted and the other one where I made some tests is the mysql server version.

Re: Filelist content part causes page to not display

Posted: Thu 15. Mar 2012, 14:27
by juergen
Each fingerprint is different, same with servers (nearly)

In your case you should compare each phpinfo (file upload size, php RAM a.s.o )

Re: Filelist content part causes page to not display

Posted: Thu 15. Mar 2012, 14:48
by achilehero
Here are the phpinfos:

Re: Filelist content part causes page to not display

Posted: Fri 16. Mar 2012, 08:07
by juergen
Ok suhosin is @ work ...

Perhaps a small error is the reason, the reporting value is set to 6135 which I can not identify as wrong, all w.o. NOTICES.

Take out these infos of the forum ! for security and try to have a look into the error log on the server

Re: Filelist content part causes page to not display

Posted: Sat 17. Mar 2012, 00:36
by Oliver Georgi
seems the page produces an error and stops rendering. Check PHP error log first. Can also be too low PHP memory. Check if thumbnail rendering is disabled:

Code: Select all

<!--FILE_SETTINGS_START//-->
; this is formatted like WIN.INI
; please: do not use comments for value lines
icon_path 			= "img/icons/"
icon_name 			= "small_icon_{FILE_EXT}.gif"
thumbnail			= 0
…

Re: Filelist content part causes page to not display

Posted: Thu 5. Apr 2012, 13:34
by achilehero
What is the PHP memory recommended?
I did put thumbnail=0 and there is no change

Re: Filelist content part causes page to not display

Posted: Thu 5. Apr 2012, 13:41
by update
I would recommend 128MB at least.

Re: Filelist content part causes page to not display

Posted: Mon 9. Apr 2012, 16:05
by achilehero
As a status update ... I upgraded to the latest version (1.5.1) and now everything is working just fine.

Re: Filelist content part causes page to not display

Posted: Mon 9. Apr 2012, 18:27
by update
That's great news :D