Search Results for 'fatal error'

Viewing 25 results - 526 through 550 (of 731 total)
  • Author
    Search Results
  • #41634

    In reply to: Problems after update


    iim
    Member

    I was running pHp 5.3.0 (GoDaddy). I upgraded to pHp 5.4.0 but i’m still getting the same fatal error. I have deleted and reinstalled WDPM and still get same error. I will try WPDM 2.8.3.

    BTW – How do I remove the file size from the menu display?

    Thanks!

    #41629

    In reply to: Problems after update


    iim
    Member

    I am having a problem after update too. I can not activate download manager (free), Site was working fine for he past year. Site was down and I couldn’t login to WP until hosting service disabled all plugins. I was able to individually reactivate plugins one at a time to test them except for WPDM.

    I get the following fatal error when trying to activate WPDM
    Parse error: syntax error, unexpected T_STRING in /home/content/62/9843662/html/wp/wp-content/plugins/download-manager/download-manager.php on line 12

    I am running WP 4.4.2, using theme Twenty Fourteen

    #41260

    And if I rollbasck to the old version it breaks and I get

    Fatal error: Class ‘wpdm_pagination’ not found in /usr/home/webhoster/mysite/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php on line 386

    #39991

    In reply to: Upload File Error

    This reply has been marked as private.
    #39598

    Shahriar
    Moderator

    You can’t use another theme’s taxonomy-wpdmcategory.php file, because it using function that your theme does not have ( That’s why you are seeing the fatal error ).

    You have to put your current theme’s archive.php content inside new taxonomy-wpdmcategory.php

    #39067

    The website wouldn’t even allow me to log in (it was returning the fatal error), so I deleted both plugins via FTP, but it’s still giving me the error. Any ideas on what I can do?

    #39065

    Ok, I went to disable the plugin so I could re-install, but the website returned the following error:

    Fatal error: Call to undefined function wpdm_is_ajax() in /home/content/p3pnexwpnas14_data01/62/3060962/html/wp-content/plugins/wpdm-premium-packages/includes/libs/cart.php on line 53.

    Looks like the error is with the Premium Packages add-on – any ideas as to what is going wrong?

    #39023

    Shahriar
    Moderator

    Hi,

    You can create a guest order page using [wpdm-pp-guest-orders] shortcode. After creating that page , save it in Premium Package Settings

    https://www.evernote.com/l/AUez_NPgfjVIYZ9P3m263iMUVOMcogGfqfMB/image.png

    Guest User can download their ordered product using order id and email address(from checkout step) from that page.

     

    And email for guest download has to refer to that guest order page (currently it sends link of dashboard page, we will update email link in next release of Premium Package ) For now you have edit email template from plugin folder (premium-package/templates/email-templates) dir.

    Fatal Error has been fixed (it is from Download Manager ) and updating plugin today.

    Thanks.

    #38993

    Also, when I try creating an account to access the download, it gives me a fatal error:

    #38896

    Shahriar
    Moderator

    There is Fatal PHP Error active theme ‘twentythirteen’ . It has nothing to do with Download Manager.

    #38803

    Shahjada
    Keymaster

    the error is showing there in “namespace” line, php v5.3.0 or higher supports namespace, so may you please contact your server/hosting support about the php version issue, why use of “namespace” ( http://php.net/manual/en/language.namespaces.rationale.php ) in code triggering fatal error.

    #38493

    ansleyfones
    Member

    We really appreciate you getting this patch out as soon as possible, though this error is an example of something that is happening multiple times within the library. I’m not sure if you are already going through and checking it out, but please take a look through the rest of the library and see if you are statically calling the class function with the intention of using $this within the function called. If you are, this type of PHP fatal error may be presenting itself for other users of your plugin depending on how customized their theme is.

    #38476

    Anonymous
    Inactive

    Hi Shahriar,

    I have tested on completely separate computers which have never visited the site before, and in different browsers. All are experiencing the same problem. I’m not sure what the best thing to do would be as it seems to be working for you only.

    At the moment, the Archive plugin is not working at all following the update. I am getting the following error message:

    Fatal error: Class ‘wpdm_pagination’ not found in /home/gatcainf/public_html/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php on line 386

    Updating the plugin through the new updater does not seem to work. Nor can I find the archive plugin in your list of add ons or my downloads to download it again from scratch.

    Any ideas?

    #38412

    ansleyfones
    Member

    Hey there! We recently updated to the 4.5.0 version of the plugin on a client site and everything sort of blew up. We managed to track the error down to the wpdm_ functions being used in the theme files and from there to an instantiate error inside of the class.

    Error:
    “PHP message: PHP Fatal error: Using $this when not in object context in /public_html/wp-content/plugins/download-manager/libs/class.Package.php on line 195”

    That error in itself is rather vague, but we managed to track it back to the “Get” method which was calling “Prepare” statically (and thus negating all that clever work with the $this variable) when trying to retrieve data and well, PHP then falls on it’s face.

    A quick workaround has been implemented, but we hope that you will take a look at this and add it to some potential future fixes.

    Line 214:
    $package = self::Prepare($ID);

    Temporary Fix:
    $test = new Package;
    $package = $test->Prepare($ID);
    //$package = self::Prepare($ID);

    #38331

    Deleted the original plugin, successfully uploaded the update. However, when trying to activate I get the following fatal error:

    Parse error: syntax error, unexpected T_STRING in /home4/spreads5/public_html/wp-content/plugins/download-manager/download-manager.php on line 11

    #37629

    davedon
    Member

    Hi, for the packages ‘Midland Networks brochure’ and ‘bt guarantee and compensation guidelines’ the download sizes show as 0kb and when you click download it downloads a ‘download-not-available’ .txt file despite me uploading a file to them that I’m pretty sure are not 0kb?

    Also getting an error message when trying to download ‘Midland Networks Directions’. Something about encryption? But the size I upload is not encrypted in any way or anything? Full text of error:
    “Fatal error: Uncaught exception ‘Exception’ with message ‘File is encrypted!’ in /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpdm-pdf-stamper/libs/fpdi1.5.2/pdf_parser.php:247 Stack trace: #0 /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpdm-pdf-stamper/libs/fpdi1.5.2/pdf_parser.php(214): pdf_parser->getEncryption() #1 /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpdm-pdf-stamper/libs/fpdi1.5.2/fpdi_pdf_parser.php(71): pdf_parser->__construct(‘/homepages/17/d…’) #2 /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpdm-pdf-stamper/libs/fpdi1.5.2/fpdi.php(128): fpdi_pdf_parser->__construct(‘/homepages/17/d…’) #3 /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpdm-pdf-stamper/libs/fpdi1.5.2/fpdi.php(108): FPDI->_getPdfParser(‘/homepages/17/d…’) #4 /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpdm-pdf-stamper/wpdm-pdf-stampers.php(219): FPDI->setSourceFile(‘/homepages/17/d…’) #5 /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpd in /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpdm-pdf-stamper/libs/fpdi1.5.2/pdf_parser.php on line 247”

    Any ideas? Thanks.
    The page in question is here: https://www.midlandnetworks.co.uk/downloadpackages.html

    #37088

    peterivas
    Member

    I am getting this errror when I tried to update my download manager:

    Fatal error: Cannot redeclare class wpdm_search_widget in /home/nallat5/public_html/wp-content/plugins/download-manager/libs/wpdm-widgets.php on line 52

    I really need to get this plugin updated and I cannot activate the plugin as it is now. Please help me ASAP.

    Thanks


    DeliteStudio
    Member

    Hello,

    we are using the backend to upload files (Downloads > Add New). With bigger files (not too much, just 5-10 MB), after the upload, in the “Attached files” metabox appears the error:

    Fatal error: Maximum execution time of 300 seconds exceeded in C:\wamp2\www\wp-admin\admin-ajax.php on line 16 Call Stack #TimeMemoryFunctionLocation 10.0000154720{main}( )..\admin-ajax.php:0 " name="file[files][]">

    (see the attached screenshot).

    We suppose it’s in the AJAX call that inserts the correct icon…

    What can we do?

    Thanks!


    tsayles
    Member

    Hello.,

    I have just installed Download Manager Pro plugin in my local system. and testing it.

    When i have used the shortcode ‘[wpdm_tree]’ and related to displaying tree view of folders. i foudn error like

    Fatal error: Call to undefined function wpdm_user_has_access()

    C:\xampp\htdocs\mysite\wp-content\plugins\wpdm-extended-shortcodes\wpdm-extended-shortcodes.php on line 455

    i have tried these also
    [wpdm_tree category=”category-slug”]
    [wpdm_tree download_link=1]

    but no use.

    Please help!

    #34743

    In reply to: Tree Problem


    simo_montru
    Member

    Hi,

     

    I have 2 problems:

     

     

     

    I tried to use [wpdm_tree] shortcode in this page as first one http://sitogruppoprova.altervista.org/pagina-pubblica/ but i get this error

    Fatal error: Call to undefined function wpdm_user_has_access() in /membri/sitogruppoprova/wp-content/plugins/wpdm-extended-shortcodes/wpdm-extended-shortcodes.php on line 415

    Why this? 🙁

     

     

     

    If I go to http://sitogruppoprova.altervista.org/wp-admin/edit.php?post_type=wpdmpro&page=wpdm-addons (Add-Ons section of my site) I get this errors

    Warning: Invalid argument supplied for foreach() in /membri/sitogruppoprova/wp-content/plugins/download-manager/tpls/wpdm-addons-list.php on line 201

    Warning: Invalid argument supplied for foreach() in /membri/sitogruppoprova/wp-content/plugins/download-manager/tpls/wpdm-addons-list.php on line 205

     

    #33456

    Shahjada
    Keymaster

    Showing an fatal error inside wp-admin

    <b>Fatal error</b>: Call to undefined method WPBakeryVisualComposer::getInstance() in <b>/home/n2yp2fw4/public_html/wp-content/themes/strata/functions.php</b> on line <b>841

    Looks like coming from your theme


    KMBarto
    Member

    Yesterday, I renewed my DMpro.  After uploading the program into my website, I tried to activate the program and received the following fatal error.    I tried to upload the wpdm-core.php file several times, but I still cannot see in the dm directory.  No one can download from my site, and I would appreciate your help to resolve this issue as soon as possible.  I have attached a screenshot of one of the page errors, where just the category shortcut is now showing on the page instead of the list of downloads.

    <span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 13px; line-height: 1.5;”>Plugin could not be activated because it triggered a</span><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 13px; line-height: 1.5;”> </span><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 13px; line-height: 1.5; font-weight: 600;”>fatal error</span><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 13px; line-height: 1.5;”>.</span>

    <br style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;” /><b style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>Warning</b><span style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>: include(/home/content/b/a/r/bartokm/html/wp/wp-content/plugins/download-manager/wpdm-core.php) [</span>function.include<span style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>]: failed to open stream: No such file or directory in </span><b style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>/home/content/b/a/r/bartokm/html/wp/wp-content/plugins/download-manager/download-manager.php</b><span style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”> on line </span><b style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>98</b><br style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;” /><br style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;” /><b style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>Warning</b><span style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>: include() [</span>function.include<span style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>]: Failed opening ‘/home/content/b/a/r/bartokm/html/wp/wp-content/plugins/download-manager/wpdm-core.php’ for inclusion (include_path=’.:/usr/local/php5/lib/php’) in </span><b style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>/home/content/b/a/r/bartokm/html/wp/wp-content/plugins/download-manager/download-manager.php</b><span style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”> on line </span><b style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>98</b><br style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;” /><br style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;” /><b style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>Fatal error</b><span style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>: Call to undefined function CreateDir() in </span><b style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>/home/content/b/a/r/bartokm/html/wp/wp-content/plugins/download-manager/download-manager.php</b><span style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>on line </span><b style=”color: #000000; font-family: ‘Times New Roman’; font-size: medium; line-height: normal;”>93</b><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 13px; line-height: 1.5;”>
    </span>


    savvasha
    Member

    The following error is appearing some times:

    PHP Fatal error: Uncaught exception ‘Exception’ with message ‘File is encrypted!’ in /home/xxxxx/public_html/wp-content/plugins/wpdm-pdf-stamper/libs/fpdi1.5.2/pdf_parser.php:247

    The basic problems are two:
    A) It doesnt always day for which pdf file the error is

    B) Is it possible to just bypass stamper instead of throwing fatal error when the file is encrypted;

    Thanks!

    #32227

    dmjonez
    Member

    I had the same thing, my hosting company confirmed zlib was installed. I then asked them if zip was enabled and gave them the error message I was getting (Fatal Error: Class ‘ZipArchive” not found). They installed zip and everything started working fine.

    Hope that helps.

    #32003

    Shahriar
    Moderator

    “Class ‘ZipArchive’ not found …” means zlib is not working properly in your server, please send the fatal error to server/hosting support, they will check and activate zlib.

Viewing 25 results - 526 through 550 (of 731 total)