• Resolved robertomoretto

    (@robertomoretto)


    Hi
    the site has a problem:

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /home/danieleb/public_html/art/wp-includes/meta.php on line 952

    The server currently has 128MB and is unable to order about 900 documents. We will increase to 256 MB but the documents will become about 2000 documents.

    Increasing many documents will we have to change servers or take special precautions?

    thanks,
    roberto

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Shafaet Alam

    (@shafayat-alam)

    Hi,
    I’m exactly not sure if the issue is related to wpdm, may you please tell me more details when you are facing the error, which shortcode or any specific URL. Number of documents is not an issue here.

    Thread Starter robertomoretto

    (@robertomoretto)

    Thanks,
    here is the shortcode.

    [wpdm_all_packages items_per_page=”20″ popup_link categories=”magazines,online,newspapers,video” jstable=1? order_by=”create_date” order=”DESC” cols=”title|categories|publish_date|download_link” colheads=”Pubblicazione|Categoria| Data| “]

    and this is the page https://www.danielebasso.it/art/press2/

    WP 5.2.4
    PHP 7.2.23
    PHP Max Input Vars: 4000
    PHP Limite Memoria: 256 MB (increased but does not change the error)

    Thanks,
    roberto

    Thread Starter robertomoretto

    (@robertomoretto)

    Problem solved : my error in shortcode, jstable=1
    _
    If you use jstable=1 all packages are loaded at the same time. To reduce the page load time you can disable jstable by cahnging it to jstable=0 in the shortcode. In that case, only packages from the first page will be loaded initially which will reduce the load time significantly.
    _

    Thanks to Shafayat (for the previous help) and Shahriar (from support https://www.wpdownloadmanager.com)

    Thread Starter robertomoretto

    (@robertomoretto)

    ops… not work, page changes do not work :
    https://www.danielebasso.it/art/press/

    [wpdm_all_packages items_per_page=”20″ popup_link categories=”magazines,online,newspapers,video” jstable=0 order_by=”create_date” order=”DESC” cols=”title|categories|publish_date|download_link” colheads=”Pubblicazione|Categoria| Data| “]

    sorry, thanks for help,
    roberto

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal error memory size’ is closed to new replies.