jQsafi / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Download produces 500 Internal Server Error #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I'm trying to download a file but nothing happens.

I've got message from Firebug Extension - see attachement error.jpg

I use mollify_1.6.5.6 version.

Others logs in attachements.

Wuwel

Original issue reported on code.google.com by shikanta...@gmail.com on 22 Oct 2010 at 3:53

Attachments:

GoogleCodeExporter commented 9 years ago
Unfortunately neither of the pics give any useful information, download errors 
can only be seen on the server log. So could you get the php error log?

Usually this is due to extra chars in configuration.php, check that first (make 
sure there is absolutely nothing outside <?php ... ?> tags).

Original comment by samuli.j...@gmail.com on 22 Oct 2010 at 6:40

GoogleCodeExporter commented 9 years ago
Hi,

I have checked configuration.php file many times. 
Here it how it looks:

<?php
    $CONFIGURATION_PROVIDER = "mysql";
    $DB_HOST = "localhost";
    $DB_DATABASE = "letters_base";
    $DB_USER = "letters_wuwel";
    $DB_PASSWORD = "letters19";
    $DB_TABLE_PREFIX = "mollify_";
    $SETTINGS = array(
                "enable_limited_http_methods" => TRUE,
                "debug" => TRUE
    );
?>

I've got only Apache logs.

Maybe these informations will be usefull?

Original comment by shikanta...@gmail.com on 22 Oct 2010 at 7:04

Attachments:

GoogleCodeExporter commented 9 years ago
Uppsss.. :)
Ok, i've change the password :)
I don't think that password can be useful for you ;)

Original comment by shikanta...@gmail.com on 22 Oct 2010 at 7:08

GoogleCodeExporter commented 9 years ago
Ok, I've solved it.

Download problem was cause by set_time_limit() - see Issue 81.

Original comment by LettersF...@gmail.com on 23 Oct 2010 at 9:30

GoogleCodeExporter commented 9 years ago
ok, glad to hear you solved it

Original comment by samuli.j...@gmail.com on 24 Oct 2010 at 6:35