Jonathan Hayes

Forum Replies Created

Viewing 18 posts - 1 through 18 (of 18 total)
in reply to: Memberships Account Page Fatal Error #165400

Jonathan Hayes
Participant

Hi Tanvir – I can assure you that is not the case. I have just tested this on another machine with 5GB RAM (I have 32GB RAM available)
As in wp-config.php > define(‘WP_MEMORY_LIMIT’, ‘5000M’);
The error persists.
Please have your dev take another look.

in reply to: Memberships Account Page Fatal Error #165384

Jonathan Hayes
Participant
This reply has been marked as private.
in reply to: Asset manager not working and crashing my site #165241

Jonathan Hayes
Participant

Nayeem – thanks for looking, but as i mentioned in private it’s a conflict with using the double underscores and certain caching environments:

WPDM uses __wpdm_scandir (get vars with __ ) like
https://pantheon.io/docs/plugins-known-issues#:~:text=information%20about%20%5B%27HTTP_HOST%27%5D.-,SendGrid%20Subscription%20Widget,-Last%20reviewed%3A%20Nov

https://wordpress.org/support/topic/email-sent-from-the-subscription-widget-goes-to-a-redirect-loop-in-pantheon/

I removed the __wpdm_scandir replaced with wpdm_scandir and it doesn’t crash… however this has taken me off the upgrade path.

If anyone else happens to run into this issue, here it is for posterity. I will have to manually apply the patch going forwards, not a huge PITA but, still a PITA to remember.

Files i modified:
Whereever I found __wpdm_scandir I simply replaced with wpdm_scandir.

wp-content/plugins/download-manager/src/AssetManager/views/asset-manager-ui.php
wp-content/plugins/download-manager/src/AssetManager/views/asset-manager-picker.php
wp-content/plugins/download-manager/src/Admin/views/import.php
wp-content/plugins/download-manager/src/AssetManager/AssetManager.php

Please consider adding this to your next update.
thanks

in reply to: Asset manager not working and crashing my site #165231

Jonathan Hayes
Participant
This reply has been marked as private.
in reply to: Asset manager not working and crashing my site #165229

Jonathan Hayes
Participant
This reply has been marked as private.
in reply to: Asset manager not working and crashing my site #165225

Jonathan Hayes
Participant
This reply has been marked as private.
in reply to: Constant contact #165224

Jonathan Hayes
Participant
This reply has been marked as private.
in reply to: Asset manager not working and crashing my site #165220

Jonathan Hayes
Participant
This reply has been marked as private.
in reply to: Asset manager not working and crashing my site #165217

Jonathan Hayes
Participant

did a bit more digging:
seems to be falling over on
if (!isset($_REQUEST['__wpdm_scandir']) || !wp_verify_nonce($_REQUEST['__wpdm_scandir'], NONCE_KEY)) wp_send_json(array('success' ► false, 'message' ► __("Error! Session Expired. Try refreshing page.", "download-manager")));

in
wp-content/plugins/download-manager/src/AssetManager/AssetManager.php

(or at least that’s the browser notification)

in reply to: Asset manager not working and crashing my site #165216

Jonathan Hayes
Participant
This reply has been marked as private.
in reply to: Constant contact #165213

Jonathan Hayes
Participant

I don’t see wpdm-newsletter.zip in my available downloads in the full access pack

in reply to: Constant contact #165184

Jonathan Hayes
Participant
This reply has been marked as private.
in reply to: Constant contact #165179

Jonathan Hayes
Participant

Ps Campaign monitor shows, but not Constant Contact

in reply to: Direct Download Link can’t be removed #164740

Jonathan Hayes
Participant

Fantastic, thank you – saw the patch came out today. Excellent work.

in reply to: Direct Download Link can’t be removed #164648

Jonathan Hayes
Participant
This reply has been marked as private.
in reply to: Direct Download Link can’t be removed #164592

Jonathan Hayes
Participant
This reply has been marked as private.
in reply to: Direct Download Link can’t be removed #164591

Jonathan Hayes
Participant
This reply has been marked as private.
in reply to: Direct Download Link can’t be removed #164575

Jonathan Hayes
Participant

In safari console error:

Error: A “url” property or function must be specified

Viewing 18 posts - 1 through 18 (of 18 total)