Filelist content part causes page to not display
Re: Filelist content part causes page to not display
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)
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)
-
- Posts: 69
- Joined: Sun 4. Jan 2009, 13:30
Re: Filelist content part causes page to not display
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.
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
Each fingerprint is different, same with servers (nearly)
In your case you should compare each phpinfo (file upload size, php RAM a.s.o )
In your case you should compare each phpinfo (file upload size, php RAM a.s.o )
-
- Posts: 69
- Joined: Sun 4. Jan 2009, 13:30
Re: Filelist content part causes page to not display
Here are the phpinfos:
Last edited by achilehero on Fri 16. Mar 2012, 08:30, edited 1 time in total.
Re: Filelist content part causes page to not display
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
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
- Oliver Georgi
- Site Admin
- Posts: 9917
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Re: Filelist content part causes page to not display
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
…
-
- Posts: 69
- Joined: Sun 4. Jan 2009, 13:30
Re: Filelist content part causes page to not display
What is the PHP memory recommended?
I did put thumbnail=0 and there is no change
I did put thumbnail=0 and there is no change
Re: Filelist content part causes page to not display
I would recommend 128MB at least.
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
-
- Posts: 69
- Joined: Sun 4. Jan 2009, 13:30
Re: Filelist content part causes page to not display
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
That's great news 

It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.