Filelist content part causes page to not display

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
novallis
Posts: 121
Joined: Tue 7. Dec 2004, 11:23
Location: Hassloch, Germany

Re: Filelist content part causes page to not display

Post 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)
achilehero
Posts: 69
Joined: Sun 4. Jan 2009, 13:30

Re: Filelist content part causes page to not display

Post 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.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Filelist content part causes page to not display

Post 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 )
achilehero
Posts: 69
Joined: Sun 4. Jan 2009, 13:30

Re: Filelist content part causes page to not display

Post by achilehero »

Here are the phpinfos:
Last edited by achilehero on Fri 16. Mar 2012, 08:30, edited 1 time in total.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Filelist content part causes page to not display

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9917
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: Filelist content part causes page to not display

Post 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
…
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
achilehero
Posts: 69
Joined: Sun 4. Jan 2009, 13:30

Re: Filelist content part causes page to not display

Post by achilehero »

What is the PHP memory recommended?
I did put thumbnail=0 and there is no change
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: Filelist content part causes page to not display

Post by update »

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.
achilehero
Posts: 69
Joined: Sun 4. Jan 2009, 13:30

Re: Filelist content part causes page to not display

Post by achilehero »

As a status update ... I upgraded to the latest version (1.5.1) and now everything is working just fine.
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: Filelist content part causes page to not display

Post by update »

That's great news :D
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.
Post Reply