• Resolved Stolle7

    (@stolle7)


    Hi there

    I’ve just encountered an error trying to exporting my “download logs”. This is a new thing as i’ve done it before, so my quess is that i’ve done something wrong – I don’t know what though.

    Before when the “enter date” window opens I don’t remember entering anything to get all the logs (correct me if I’m wrong). However if I don’t enter the dates, following error shows up:

    <blockquote>Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /var/www/aktie-skat.dk/public_html/wp-content/plugins/delightful-downloads/includes/admin/page-statistics.php on line 129
    
    Warning: Cannot modify header information - headers already sent by (output started at /var/www/aktie-skat.dk/public_html/wp-content/plugins/delightful-downloads/includes/admin/page-statistics.php:129) in /var/www/aktie-skat.dk/public_html/wp-content/plugins/delightful-downloads/includes/admin/page-statistics.php on line 181
    
    Warning: Cannot modify header information - headers already sent by (output started at /var/www/aktie-skat.dk/public_html/wp-content/plugins/delightful-downloads/includes/admin/page-statistics.php:129) in /var/www/aktie-skat.dk/public_html/wp-content/plugins/delightful-downloads/includes/admin/page-statistics.php on line 182
    
    Warning: Cannot modify header information - headers already sent by (output started at /var/www/aktie-skat.dk/public_html/wp-content/plugins/delightful-downloads/includes/admin/page-statistics.php:129) in /var/www/aktie-skat.dk/public_html/wp-content/plugins/delightful-downloads/includes/admin/page-statistics.php on line 183</blockquote>

    Then trying to enter date the following comes up:

    <blockquote>Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /var/www/aktie-skat.dk/public_html/wp-content/plugins/delightful-downloads/includes/admin/page-statistics.php on line 129
    
    Warning: Cannot modify header information - headers already sent by (output started at /var/www/aktie-skat.dk/public_html/wp-content/plugins/delightful-downloads/includes/admin/page-statistics.php:129) in /var/www/aktie-skat.dk/public_html/wp-includes/pluggable.php on line 1173</blockquote>

    I’ve tried entering the date in several different ways like 28-10-14, 28-10-2014, 28/10/14 and so on.. ??
    What’s gone wrong? ??

    https://www.ads-software.com/plugins/delightful-downloads/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author A5hleyRich

    (@a5hleyrich)

    Hi,

    You are receiving the error because your host is using PHP Safe Mode, which was deprecated in version 5.3.0. For this to suddenly start happening must mean they’ve changed their configuration.

    Regardless of what you enter in the export prompt you will always get that error until PHP is updated to a newer version.

    Ashley

    Thread Starter Stolle7

    (@stolle7)

    And just to be sure, by host you mean for an example UnoEuro.com, which is my webhost?
    Because I’ve just checked their page, and couldn’t find any changes :/

    Edit:
    weird, according to UnoEuro.com FAQ, it seems that Safe Mode is always on – however that seems weird, given that I could use the export function earlier on?

    Plugin Author A5hleyRich

    (@a5hleyrich)

    That is correct. A quick google returned this. But it’s strange as to why it has only just stopped working.

    Ashley

    Thread Starter Stolle7

    (@stolle7)

    Yeah exactly, that was the FAQ I found aswell ??
    Luckily i created a support ticket with them, and as with you, they have a fantastic response time. They could tell me that they will upgrade to PHP 5.6 within oktober/november, so that should sort it out ??

    Edit:
    Thinking about what I just wrote, they are obviously preparing some new PHP Things, which might be the cause of this?
    Even though the support said that they had made no changes, they are probably preparing for it anyways I guess.

    Plugin Author A5hleyRich

    (@a5hleyrich)

    Excellent. As a temp fix you can comment out line 129 and also line 109.

    Just change them both to:

    //set_time_limit( 0 );.

    Ashley

    Thread Starter Stolle7

    (@stolle7)

    Ah nice ??
    Thank you!

    The outruling of line 129 did the trick ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error downloading logs’ is closed to new replies.