blank page after upload, no errors logged blank page after upload, no errors logged
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

blank page after upload, no errors logged

Started by Fed, November 13, 2006, 01:53:54 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Fed

I just upgraded to 1.4.10
I am trying to upload a file, 1600 x 1200 so nothing special (all mi files are 1600 x 1200, and I'm the only one surfing the website so no addictional memory load)
after I upload the file and insert the keywords etc I get a blank page
I already tried with the sticky post but I can't find anything in my error logs (both the coppermine and the server's log)
folders are chmod 755
I really don't understand why it doesn't work
I also tried adding a custom php.ini in my root folder (not sure this is the correct mode) containing (this is my whole php.ini)
max_execution_time = 60     ; Maximum execution time of each script, in seconds
max_input_time = 60        ; Maximum amount of time each script may spend parsing request data
memory_limit = 16M      ; Maximum amount of memory a script may consume (8MB)

but no difference at all

any hint?

thanks

Sami

I also tried adding a custom php.ini in my root folder (not sure this is the correct mode) containing (this is my whole php.ini)
You can't put only these 3 lines in new php.ini , you should have compelete php.ini,
As you didn't get error for your new (& wrong) php.ini , you can't use custom php.ini locally (your server setting don't let you to do that)
Either ask your web hosting support or try other alternative ways that suggested on sticky
‍I don't answer to PM with support question
Please post your issue to related board

Fed

ok problem solved raising a bit the resource limits in my php.ini (in the correct way this time ;) )