-
Search Results
-
Hello,
After Yoast SEO performed an automatic update today the site produced a fatal error.
It seems to be a conflict between WPDM and Yoast SEO – do you know how to resolve this without having to disable Yoast?
[20-Sep-2022 10:03:31 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_page_permastruct() on null in /home/xxxxxx/public_html/wp-includes/link-template.php:430 Stack trace: #0 /home/xxxxxx/public_html/wp-includes/link-template.php(392): _get_page_link(Object(WP_Post), false, false) #1 /home/xxxxxx/public_html/wp-content/plugins/download-manager/src/User/Login.php(308): get_page_link(Object(WP_Post)) #2 /home/xxxxxx/public_html/wp-includes/class-wp-hook.php(307): WPDM\User\Login->loginURL('https://www.edu...', '', false) #3 /home/xxxxxx/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters('https://www.edu...', Array) #4 /home/xxxxxx/public_html/wp-includes/general-template.php(459): apply_filters('login_url', 'https://www.edu...', '', false) #5 /home/xxxxxx/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php(402): wp_login_url() #6 /home/xxxxxx/public_html/wp-content/plugins/wordpress-seo/wp-seo.php(50): require_once('/home/xxxx...') #7 /home/educ in /home/xxxxxx/public_html/wp-includes/link-template.php on line 430Hello,
We are working on updating our website so I am setting up a development copy of our website to work on.
I am trying to import the packages from our site using the WPDM import/export tool.
When I try to import to the new site by uploading the CSV file I get the error below. Can anyone assist?
[12-Sep-2022 11:25:37 UTC] PHP Fatal error: Uncaught Error: Cannot use string offset as an array in /home/xxxxx/public_html/wp-content/plugins/download-manager/src/Admin/Menu/ImportExport.php:340 Stack trace: #0 /home/xxxxx/public_html/wp-content/plugins/download-manager/src/Admin/Menu/ImportExport.php(143): WPDM\Admin\Menu\ImportExport->importRow(Array) #1 /home/xxxxx/public_html/wp-includes/class-wp-hook.php(307): WPDM\Admin\Menu\ImportExport->import('') #2 /home/xxxxx/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array) #3 /home/xxxxx/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #4 /home/xxxxx/public_html/wp-admin/admin-ajax.php(187): do_action('wp_ajax_wpdm_im...') #5 {main} thrown in /home/xxxxx/public_html/wp-content/plugins/download-manager/src/Admin/Menu/ImportExport.php on line 340I am getting the same error message as listed here.
https://www.wpdownloadmanager.com/support/topic/wpdm_accordion_gbblock-php-on-line-52-and-53-2
Which is listed as resolved but the resolution is set as private. So here we go.
The plugin appears to work on the frontend but it crashes the backend/admin side.
[Thu Sep 01 16:12:32.787361 2022] [php:error] [pid 10475] [client 10.1.100.15:50368] PHP Fatal error: Uncaught TypeError: basename(): Argument #1 ($path) must be of type string, array given in /var/www/html/cms/wp-content/plugins/wpdm-accordion/libs/GutenbergBlock/WPDM_Accordion_GBBlock.php:52\nStack trace:\n#0 /var/www/html/cms/wp-content/plugins/wpdm-accordion/libs/GutenbergBlock/WPDM_Accordion_GBBlock.php(52): basename()\n#1 /var/www/html/cms/wp-includes/class-wp-hook.php(307): WPDM_Accordion_GBBlock->linktemplatesJSON()\n#2 /var/www/html/cms/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()\n#3 /var/www/html/cms/wp-includes/plugin.php(476): WP_Hook->do_action()\n#4 /var/www/html/cms/wp-admin/admin-header.php(163): do_action()\n#5 /var/www/html/cms/wp-admin/index.php(137): require_once(‘…’)\n#6 {main}\n thrown in /var/www/html/cms/wp-content/plugins/wpdm-accordion/libs/GutenbergBlock/WPDM_Accordion_GBBlock.php on line 52
The Function in question
function linktemplatesJSON() { $templates = WPDM()->packageTemplate->getTemplates('link', true); $_templates = []; foreach ($templates as $templateID ► $template) { $template = WPDM()->packageTemplate->getInfo(basename($template), 'link'); $_templates[] = ['label' ► $template['name'], 'value' ► $templateID]; } ?> <script> var __wpdmacrd_link_templates = <?= json_encode($_templates); ?>; </script> <?php }The specific line
$template = WPDM()->packageTemplate->getInfo(basename($template), ‘link’);
If I comment out that line then it hops to the next line
[Thu Sep 01 16:19:00.782022 2022] [php:error] [pid 10057] [client 10.1.100.15:50797] PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /var/www/html/cms/wp-content/plugins/wpdm-accordion/libs/GutenbergBlock/WPDM_Accordion_GBBlock.php:53\nStack trace:\n#0 /var/www/html/cms/wp-includes/class-wp-hook.php(307): WPDM_Accordion_GBBlock->linktemplatesJSON()\n#1 /var/www/html/cms/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()\n#2 /var/www/html/cms/wp-includes/plugin.php(476): WP_Hook->do_action()\n#3 /var/www/html/cms/wp-admin/admin-header.php(163): do_action()\n#4 /var/www/html/cms/wp-admin/index.php(137): require_once(‘…’)\n#5 {main}\n thrown in /var/www/html/cms/wp-content/plugins/wpdm-accordion/libs/GutenbergBlock/WPDM_Accordion_GBBlock.php on line 53
If I comment out that line then it allows me to continue and I get no further errors.
I do have some custom accordian templates. I am on php 8.1 and can give you more details if you need them.
Brian
After installing and during activation we are receiving following error consistently :
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected ‘)’ in C:\xampp\htdocs\datastex\wp-content\plugins\wpdm-premium-packages\wpdm-premium-packages.php on line 1517
Please advice
Regards
RajnishVideo overview of the issue: https://www.loom.com/share/f59e2500c91046d490422700e57412fa
Edit referenced in the video:
File: libs/Core/Type/Numeric.php
Line: 89
Changed to: if (null !== $value && (is_int($value) || is_float($value))) {2022/08/16 21:48:27 [error] 196#196: *398 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “horizontal” in /www/isl31_96/public/wp-content/plugins/wpdm-pdf-stamper/wpdm-pdf-stampers.php on line 224PHP message: PHP Warning: Undefined array key “vertical” in /www/isl31_96/public/wp-content/plugins/wpdm-pdf-stamper/wpdm-pdf-stampers.php on line 225PHP message: PHP Fatal error: Uncaught TypeError: Unsupported operand types: string + int in /www/isl31_96/public/wp-content/plugins/wpdm-pdf-stamper/libs/Core/Type/Numeric.php:90
Stack trace:
#0 /www/isl31_96/public/wp-content/plugins/wpdm-pdf-stamper/libs/Core/DataStructure/Color.php(115): SetaPDF_Core_Type_Numeric->__construct(”)
#1 /www/isl31_96/public/wp-content/plugins/wpdm-pdf-stamper/libs/Core/Text/Block.php(480): SetaPDF_Core_DataStructure_Color::createByComponents(Array)
#2 /www/isl31_96/public/wp-content/plugins/wpdm-pdf-stamper/libs/Stamper/Stamp/Text.php(190): SetaPDF_Core_Text_Block->setTextColor(”)
#3 /www/isl31_96/public/wp-content/plugins/wpdm-pdf-stamper/wpdm-pdf-stampers.php(297): SetaPDF_Stamper_Stamp_Text->setTextColor(”)
#4 /www/isl31_96/public/wp-content/plugins/wpdm-pdf-stamper/wpdm-pdf-stampers.php(118): WpdmPdfStampers->processPDF(‘/www/isl31_96/…’, ‘RH-BOAT.pdf’, 191)
#5 /www/isl31_96/public/wp-includes/class-wp-hook.php(307): WpdmPdfStampers->fileProcess(A” while reading response header from upstream, client: 73.180.47.35, server: staging-isl31.kinsta.cloud, request: “GET /download/boat/?wpdmdl=191&refresh=62fc10a99b0eb1660686505 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-isl31.sock:”, host: “staging-isl31.kinsta.cloud:62858”, referrer:Topic: Critical Error
I upgraded to the pro version of the membership plugin and now I’m getting a fatal error. Something to do with the Download Limit plugin – https://www.dropbox.com/s/wpj1zh5lcdqqp23/IMG_3778.PNG?dl=0
What do I do?
Topic: pdf stamper fatal error
hi <br> i bought the pdf stamper, and installed it. the plugin caused a fatal error on my website. apparently the plugin is not coded properly. i got the message atal error:
Uncaught TypeError: Unsupported operand types: int & string in /home/blogname/public_html/wp-content/plugins/wpdm-pdf-stamper/libs/Core/SecHandler/Standard.php:58
please respond and fix asap. thank you
Hey support,
We are getting this fatal error:
Fatal error: Uncaught Error: Class ‘WPDM\Template’ not found in /home/stealth/public_html/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php:382 Stack trace: #0 /home/stealth/public_html/wp-includes/shortcodes.php(356): WPDM_ArchivePage->_archivePage(Array, ”, ‘wpdm-archive’) #1 [internal function]: do_shortcode_tag(Array) #2 /home/stealth/public_html/wp-includes/shortcodes.php(228): preg_replace_callback(‘/\\[(\\[?)(wpdm\\-…’, ‘do_shortcode_ta…’, ‘\n<div class=”wp…’) #3 /home/stealth/public_html/wp-includes/class-wp-hook.php(307): do_shortcode(‘\n<div class=”wp…’) #4 /home/stealth/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(‘\n<div class=”wp…’, Array) #5 /home/stealth/public_html/wp-includes/post-template.php(253): apply_filters(‘the_content’, ‘<!– wp:group {…’) #6 /home/stealth/public_html/wp-content/themes/sparton/page.php(7): the_content() #7 /home/stealth/public_html/wp-includes/template-loader.php(106): include(‘/home/stealth/p…’) #8 /home/stealth/public_html/wp-blog-heade in /home/stealth/public_html/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php on line 382
We’ve tested switching the theme to default, downgrade WordPress, downgrade Downlaod Manager, but nothing worked.
Could you please provide some insights of what is causing the issue?
Thank you,
Hey there,
I’m getting this fatal error when the plugin WPDM Archive Page is activated:
Fatal error: Uncaught Error: Class ‘WPDM\Template’ not found in /home/stealth/public_html/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php:382 Stack trace: #0 /home/stealth/public_html/wp-includes/shortcodes.php(356): WPDM_ArchivePage->_archivePage(Array, ”, ‘wpdm-archive’) #1 [internal function]: do_shortcode_tag(Array) #2 /home/stealth/public_html/wp-includes/shortcodes.php(228): preg_replace_callback(‘/\\[(\\[?)(wpdm\\-…’, ‘do_shortcode_ta…’, ‘\n<div class=”wp…’) #3 /home/stealth/public_html/wp-includes/class-wp-hook.php(307): do_shortcode(‘\n<div class=”wp…’) #4 /home/stealth/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(‘\n<div class=”wp…’, Array) #5 /home/stealth/public_html/wp-includes/post-template.php(253): apply_filters(‘the_content’, ‘<!– wp:group {…’) #6 /home/stealth/public_html/wp-content/themes/sparton/page.php(7): the_content() #7 /home/stealth/public_html/wp-includes/template-loader.php(106): include(‘/home/stealth/p…’) #8 /home/stealth/public_html/wp-blog-heade in /home/stealth/public_html/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php on line 382
I switched to the default WordPress theme to discard issues, but the same happens. Any ideas?
Thank you,
Hi keep having again and again this error message. I fix it and next month it comes back. What can I do?
Warning: Undefined property: WPDM\WordPressDownloadManager::$updater in /home/clients/07f0a9e8fb2fa7d83f93243842023196/sites/grandpre2.fr/v1/wp-content/plugins/wpdm-extended-shortcodes/wpdm-extended-shortcodes.php on line 439
Fatal error: Uncaught Error: Call to a member function getLatestVersions() on null in /home/clients/07f0a9e8fb2fa7d83f93243842023196/sites/grandpre2.fr/v1/wp-content/plugins/wpdm-extended-shortcodes/wpdm-extended-shortcodes.php:439 Stack trace: #0 /home/clients/07f0a9e8fb2fa7d83f93243842023196/sites/grandpre2.fr/v1/wp-includes/class-wp-hook.php(307): {closure}(false, Array, ‘wpdm-extended-s…’, Array) #1 /home/clients/07f0a9e8fb2fa7d83f93243842023196/sites/grandpre2.fr/v1/wp-includes/plugin.php(189): WP_Hook->apply_filters(false, Array) #2 /home/clients/07f0a9e8fb2fa7d83f93243842023196/sites/grandpre2.fr/v1/wp-includes/update.php(477): apply_filters(‘update_plugins_…’, false, Array, ‘wpdm-extended-s…’, Array) #3 /home/clients/07f0a9e8fb2fa7d83f93243842023196/sites/grandpre2.fr/v1/wp-includes/class-wp-hook.php(307): wp_update_plugins(”) #4 /home/clients/07f0a9e8fb2fa7d83f93243842023196/sites/grandpre2.fr/v1/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(”, Array) #5 /home/clients/07f0a9e8fb2fa7d83f93243842023196/sites/grandpre2.fr/v1/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #6 /home/clients/07f0a9e8fb2fa7d83f93243842023196/sites/grandpre2.fr/v1/wp-admin/admin.php(385): do_action(‘load-update-cor…’) #7 /home/clients/07f0a9e8fb2fa7d83f93243842023196/sites/grandpre2.fr/v1/wp-admin/update-core.php(10): require_once(‘/home/clients/0…’) #8 {main} thrown in /home/clients/07f0a9e8fb2fa7d83f93243842023196/sites/grandpre2.fr/v1/wp-content/plugins/wpdm-extended-shortcodes/wpdm-extended-shortcodes.php on line 439
Hello, after purchasing and installing the advanced custom fields extension I have this error trying to go to my Plugins Page on my wordpress installation:
Notice:
Undefined property: WPDM\WordPressDownloadManager::$updater in /wp-content/plugins/wpdm-advanced-custom-fields/wpdm-advanced-custom-fields.php on line 985
Fatal error:
Uncaught Error: Call to a member function getLatestVersions() on null in /wp-content/plugins/wpdm-advanced-custom-fields/wpdm-advanced-custom-fields.php:985
Stack trace:
#0 /wp-includes/class-wp-hook.php(303): WPDM\AddOn\AdvancedCustomFields->updatePlugin(false, Array, ‘wpdm-advanced-c…’, Array)
#1 /wp-includes/plugin.php(189): WP_Hook->apply_filters(false, Array)
#2 /wp-includes/update.php(477): apply_filters(‘update_plugins_…’, false, Array, ‘wpdm-advanced-c…’, Array)
#3 /wp-includes/class-wp-hook.php(303): wp_update_plugins(”) #4 /wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(”, Array)
#5 /wp-includes/plugin.php(470): WP_Hook->do_action(Array)
#6 /wp-admin/admin.php(374): do_action(‘load-plugins.ph…’)
#7 /disco2/public_html/uartes/s in /wp-content/plugins/wpdm-advanced-custom-fields/wpdm-advanced-custom-fields.php on line 985What am I not doing correctly?
Hello
I have purchased Download Manager Pro plugin. It’s working accurately for some of individual pages. But at same time not working with other pages. In other pages, I am getting below error message:
“Fatal error: Uncaught ValueError: Path cannot be empty in /home4/mockifyc/public_html/wp-content/plugins/download-manager/src/__/Template.php”
The issue occurred when user is not logged in. I am also sharing product link so you can access directly.
https://mockify.co/download/alternative-apparel-2894-mockups/
https://mockify.co/download/velour-garments-290-gsm-long-sleeve-t-shirt-mockups/
https://mockify.co/download/velour-garments-400-gsm-short-pant-mockups/Please look into this issue and resolve ASAP.
Thank you very much
Since installing WPDM-Archive-Page I can not access my plugin page or my updates page. I just get a WordPress Critical error.
Fatal error: Uncaught Error: Call to a member function getLatestVersions() on null in /home/……../public_html/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php on line 178