Search Results for 'fatal+error'

Viewing 25 results - 601 through 625 (of 752 total)
  • Author
    Search Results
  • #23653

    In reply to: Blank page PDF Stamper


    bookez
    Participant
    This reply has been marked as private.
    #23467

    Jerrad
    Member
    This reply has been marked as private.
    #23400

    g360
    Member

    Hello Download Manager Pro Team,

    You should have a place to submit a bug. I have found one in the latest version of Download Manager Pro (4.1.8). in wpdm-core.php line 186

    the line is if (iseet($_GET[‘re’]) && $_GET[‘re’] == 1) {
    and should be if (isset($_GET[‘re’]) && $_GET[‘re’] == 1) {

    This is a fatal error and should not be in a production copy of the plugin.

    Regads,


    JBrown75
    Member

    Is it possible to change something to make the knowledge base plugin and yours work together, I really need both to work!

    Fatal error: Cannot redeclare get_custom_category_parents() (previously declared in /home2/misprcp/public_html/3dss/wp-content/plugins/ht-knowledge-base/php/ht-knowledge-base-common-display-functions.php:127) in /home2/misprcp/public_html/3dss/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php on line 1127

    #23284

    aisha70
    Member

    If you have any idea what I could do to solve this myself, please let me know. If it’s any help, the line the fatal error referred to, was this one:

    $image = new imagick($source);

    I am not using (and don’t intend to use) image thumbnails, which is what this section of code was for:

    function wpdm_pdf_thumbnail($pdf, $id){
    $pdfurl = ”;
    if(strpos($pdf, “://”)) { $pdfurl = $pdf; $pdf = str_replace(home_url(‘/’), ABSPATH, $pdf); }
    if($pdf == $pdfurl) return;
    if(file_exists($pdf)) $source = $pdf;
    else $source = UPLOAD_DIR.$pdf;
    $dest = WPDM_CACHE_DIR. “/pdfthumbs/{$id}.png”;
    $durl = WPDM_BASE_URL.”cache/pdfthumbs/{$id}.png”;
    $ext = explode(“.”, $source);
    $ext = end($ext);
    if($ext!=’pdf’) return ”;
    if(file_exists($dest)) return $durl;
    $source = $source.'[0]’;
    if(!class_exists(‘Imagick’)) return “Imagick is not installed properly”;
    try{
    $image = new imagick($source);
    $image->setResolution( 800, 800 );
    $image->setImageFormat( “png” );
    $image->writeImage($dest);
    } catch(Exception $e){
    return ”;
    }
    return $durl;
    }

    I don’t know about coding but I can search and find and delete stuff, so if it’s possible that this could be solved by deleting something I’m not using anyway, please let me know.

    Thanks.

    #23263

    netkom
    Member

    Sorry i forgot to mention that we are using 4.1.7
    With 4.1.8 i get the following error while installing the plugin:
    Fatal error: Call to undefined function iseet() in /srv/www/enerray.netkom.it/wp-content/plugins/download-manager/wpdm-core.php on line 186
    There is arecnet post from another user about this error.
    Thank You
    Netkomgroup

    #23262

    audana
    Member

    Hi guys

    I deactivated and deleted version 4.1.7. Then uploaded 4.1.8.

    I cannot activate the plugin. Getting this:

    Fatal error: Call to undefined function iseet() in /home/cornwallmusicser/public_html/wp-content/plugins/download-manager/wpdm-core.php on line 186

    #23247

    aisha70
    Member

    I have a problem. I have been adding downloads to my posts, and everything was going fine. Except this one post:

    http://www.globalgrey.co.uk/manual-of-occultism/

    It just loads halfway, and gives this error:

    Fatal error: Maximum execution time of 60 seconds exceeded in /var/sites/g/globalgrey.co.uk/public_html/Content/wp-content/plugins/download-manager/functions.php on line 4585

    Any ideas on this would be appreciated.
    Thanks


    ovoigt
    Member

    Thanks I will try that.

    Re Question 1:
    [wpdm_tree download_link=1] causes this: Fatal error: Call to undefined function wpdm_is_locked() in (…)/plugins/wpdm-extended-shortcodes/wpdm-extended-shortcodes.php on line 455

    Re Question 3:
    Which file do I need to modify to change [wpdm_package id="5374"] colour or font size?

    #22822

    Shahjada
    Keymaster

    becuase fatal error is showing in theme path.


    envonia
    Member

    Dear all,

    when trying to activate the download database module it says:

    Fatal error: Cannot redeclare class zipfile in /var/www/wp_site/wp-content/plugins/download-manager/class.pack.php on line 2

    Would be great to get a hint.

    Thank you so much for your efforts,
    Hubertus

    #22102

    lanib
    Member

    When I try to preview my first package I get:

    Fatal error: Call to undefined function has_shortcode() in /home/bsbpac/domains/bsbpacific.com/public_html/wp-content/plugins/download-manager/functions.php on line 3823

    Can you please advise why?

    #22091

    No, we’re still getting the same error:

    http://hitechanswers.staging.wpengine.com/download/securing-phi-mobile-devices/

    Fatal error: Call to private liveforms::__construct() from context ‘liveform_for_wpdmpro’ in /nas/wp/www/staging/hitechanswers/wp-content/plugins/download-after-submit/download-after-submit.php on line 29

    #21843

    I added Live Form to our staging site. The Setting page is blank, and I’m getting this when viewing a download package with a form assigned and download lock enabled:

    Fatal error: Call to private liveforms::__construct() from context ‘liveform_for_wpdmpro’ in /nas/wp/www/staging/[sitenamehere]/wp-content/plugins/download-after-submit/download-after-submit.php on line 29

    #21413

    Velardo
    Member

    I’ve this:
    Fatal error: Class ‘ZipArchive’ not found in /web/htdocs/www.comprensivoleopardi.gov.it/home/wp-content/plugins/download-manager/process.php on line 54
    What’s is that ???

    #21411

    Topic: Hi

    WP 4, multisite :

    I try to install your plugin and

    Fatal error: Cannot redeclare dd() in /var/www/clients/client1/web23/web/wp-content/plugins/download-manager/functions.php on line 4454

    kind regards

    #21314

    Jerrad
    Member
    This reply has been marked as private.

    lohas
    Member

    Whole Installation break down after trying to remove wordpress-download-manager pro

    Fatal error: Call to undefined function add_wdm_settings_tab() in /www/htdocs/w0063c56/durus/wp-content/plugins/wpdm-ftp-file-browser/wpdm-ftp-file-browser.php on line 518

    #21177

    Glenwood
    Member

    Plugin could not be activated because it triggered a fatal error.
    Fatal error: Cannot redeclare wpdm_cat_has_child() (previously declared in /home/sites/samuelkingsschool.co.uk/public_html/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php:153) in /home/sites/samuelkingsschool.co.uk/public_html/wp-content/plugins/download-manager/wpdm-core.php on line 629

    #21175

    Glenwood
    Member

    I have just upgraded WPDM from V3 to V4.

    My entire website is now blank and the following errors appear in my error logs:
    samuelkingsschool.co.uk [Mon Sep 29 19:27:57 2014] [error] [client 157.55.39.202:60396] AH01215: PHP Fatal error: Cannot redeclare wpdm_cat_has_child() (previously declared in /home/sites/samuelkingsschool.co.uk/public_html/wp-content/plugins/download-manager/wpdm-core.php:624) in /home/sites/samuelkingsschool.co.uk/public_html/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php on line 158
    samuelkingsschool.co.uk [Mon Sep 29 19:31:05 2014] [error] [client 141.101.98.154:50705] AH01215: PHP Fatal error: Cannot redeclare wpdm_cat_has_child() (previously declared in /home/sites/samuelkingsschool.co.uk/public_html/wp-content/plugins/download-manager/wpdm-core.php:624) in /home/sites/samuelkingsschool.co.uk/public_html/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php on line 158
    samuelkingsschool.co.uk [Mon Sep 29 19:31:07 2014] [error] [client 141.101.98.181:53266] AH01215: PHP Fatal error: Cannot redeclare wpdm_cat_has_child() (previously declared in /home/sites/samuelkingsschool.co.uk/public_html/wp-content/plugins/download-manager/wpdm-core.php:624) in /home/sites/samuelkingsschool.co.uk/public_html/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php on line 158

    #20754

    Chuck
    Member

    Follow up … when I try to activate I am receiving an error message:

    Fatal error: Cannot redeclare wpdm_tinyplugin_add_button() (previously declared in …/wp-content/plugins/download-manager/wpdm-free-mce-button.php:8) in …/wp-content/plugins/wpdm-tinymce-button/wpdm-mce-button.php on line 89

    FYI … Using WP4 and wanting to WPDM Free to populate to WordPress before I update.

    #20614

    abrakke
    Member

    Hi,

    After installing the plugin and then activate, I get this error message:
    Fatal error: Cannot redeclare class zipfile in D:\www\xxxxxxxxxx\www\wp-content\plugins\download-manager\class.pack.php on line 3

    What could be wrong?

    Andries

    #20594

    In reply to: Error fatal


    Miguel
    Member

    Sorry I did question in Spanish, translate to English.
    When you try to activate the plugin version 4.1.5 and produces message says following fatal error:
    warning: include(/home/content/24/10849424/html/cuponmallorcacom/wp-content/plugins/download-manager/wpdm-core.php) [function.include]: failed to open stream: No such file or directory in /home/content/24/10849424/html/cuponmallorcacom/wp-content/plugins/download-manager/download-manager.php on line 139

    Warning: include () [function.include]: Failed opening ‘/home/content/24/10849424/html/cuponmallorcacom/wp-content/plugins/download-manager/wpdm-core.php’ for inclusion (include_path = ‘. : / usr / local / php5_3 / lib / php ‘) in /home/content/24/10849424/html/cuponmallorcacom/wp-content/plugins/download-manager/download-manager.php on line 139

    Fatal error: Call to undefined function CreateDir () in /home/content/24/10849424/html/cuponmallorcacom/wp-content/plugins/download-manager/download-manager.php on line 135

    Please could tell me solution. Thank you

    #20593

    Miguel
    Member

    al intenta activar el plugin version 4.1.5 dice mensaje siguiente y produce siguiente error fatal:
    Warning: include(/home/content/24/10849424/html/cuponmallorcacom/wp-content/plugins/download-manager/wpdm-core.php) [function.include]: failed to open stream: No such file or directory in /home/content/24/10849424/html/cuponmallorcacom/wp-content/plugins/download-manager/download-manager.php on line 139

    Warning: include() [function.include]: Failed opening ‘/home/content/24/10849424/html/cuponmallorcacom/wp-content/plugins/download-manager/wpdm-core.php’ for inclusion (include_path=’.:/usr/local/php5_3/lib/php’) in /home/content/24/10849424/html/cuponmallorcacom/wp-content/plugins/download-manager/download-manager.php on line 139

    Fatal error: Call to undefined function CreateDir() in /home/content/24/10849424/html/cuponmallorcacom/wp-content/plugins/download-manager/download-manager.php on line 135

    Por favor me podrian indicar solucion. Gracias

    #20433

    Shahjada
    Keymaster

    ok now, somehow session_start triggering fatal error in your server, I’ve disabled it and it is working fine.

Viewing 25 results - 601 through 625 (of 752 total)