Jory Hogeveen

Forum Replies Created

Viewing 22 posts - 1 through 22 (of 22 total)
Mar 17, 2020 at 1:10 pm
#122330
Participant
Jory Hogeveen
OP

See screenshot for the change: https://tinyurl.com/wyuuf4e

Mar 17, 2020 at 1:08 pm
#122329
Participant
Jory Hogeveen
OP

No. I re-installed the plugin after debugging the initial issue.
At this point I only changed the single line mentioned above to fix the error.

Mar 17, 2020 at 11:58 am
#122326
Participant
Jory Hogeveen
OP

Update results in fatal error after submit (default template)

PHP message: PHP Fatal error: Uncaught Error: Call to undefined method WPDM\\Package::expirableDownloadPage() in /wp-content/plugins/wpdm-form-lock/wpdm-form-lock.php:464

Line 464 should be moved below to after the else.

Mar 13, 2020 at 2:56 pm
#121953
Participant
Jory Hogeveen
OP

Hello,
Still no update, any idea when it will be released?

Mar 5, 2020 at 6:32 pm
#121448
Participant
Jory Hogeveen
OP

Is this testsite using DM free or pro? It looks like it’s using the pro version correct?

Since I don’t have the pro version that could be a difference in environment since I use DM free with the form lock addon.

Mar 5, 2020 at 2:56 pm
#121439
Participant
Jory Hogeveen
OP

Any update?

Mar 3, 2020 at 5:51 pm
#121294
Participant
Jory Hogeveen
OP

Ok looks like it works now:

I will try to concern about the issue to the related people which you have told.

What do you mean??

by the way, glad to hear that your problem has been solved. you will find free WPDM plugin here, https://wordpress.org/plugins/download-manager/.

I meant a public Git repository (GitHub?) so I can make a pull request.

I have tested your provided gravity forms plugin, and it is our testing site, http://wpdmpro.w3eden.com/.

I have checked your test site and it doesn’t work there either since the form lock isn’t active at all..
Could you setup the test site so that it works? I doubt it will..

I’d like to add that my client is getting impatient. It’s almost been a month since I reported this issue. At that time I already pointed out that the hooks seem incorrect as stated again on Febr 29th.

Jory

Mar 3, 2020 at 12:33 pm
#121293
Participant
Jory Hogeveen
OP

Last try…
It seems I cannot reply anymore. I tried 3 separate times and I still cannot see my replies.

Feb 29, 2020 at 1:40 pm
#121131
Participant
Jory Hogeveen
OP

Hi Nayeem,

The error you are referring to is fixed, this is actually unrelated to the issue from this topic.
This is an AJAX call to add a view count to the package.
This is also unrelated to this plugin as it is part of the Download Manager core plugin.
It’s adding index.php in the URL and this is forbidden by a lot of servers due to security. Also, adding this is not needed.
I’ve made a patch but can’t find Download Manager free plugin on GitHub, where can I provide the patch?

Back to topic.

I’ve searched more in depth and found an issue, probably Gravity Forms specific.
GravityForms handles form submissions in the WordPress wp hook. See plugin file gravityforms.php in root on line 176 (add_action( 'wp', array( 'GFForms', 'maybe_process_form' ), 9 );)

The problem is that Download Manager handles form lock in the WordPress init hook, which is run before the wp hook.
See file: /libs/class.Apply.php line 30 (add_action('init', array($this, 'wpdmIframe'));).

By the time WPDM_FormLock::gravityforms_html() is called the wp hook isn’t run yet so no form handling is done by GravityForms.
This is the reason the form keeps displaying without processing any submissions.

I’ve reproduced this issue over and over again on a completely fresh local installation with only Download Manager, WPDM Form Lock and Gravity Forms active on a default WordPress theme.
My guess is that you are testing locally with an outdated GravityForms version. Please make sure you are up to date.

Jory

  • This reply was modified 6 years ago by Jory Hogeveen. Reason: File references
Feb 28, 2020 at 9:58 pm
#121108
Participant
Jory Hogeveen
OP

Hmm that might be an issue with the Wordfence firewall.
I’ll check a.s.a.p. and let you know.

Feb 28, 2020 at 9:44 pm
#121106
Participant
Jory Hogeveen
OP

I already checked all logs, there are no errors.
It looks like the hooks for Gravity Forms are not working in your plugin. Might be a load order issue (wrong initial hook that sets other hooks).
Sorry, but I can not permit this site to be a testing ground for numerous forms due to both security and stability.
If needed I can make a test environment but I’ll try to find the actual issue myself before doing that.

I’ll notify you asap with my findings.

Feb 28, 2020 at 9:20 pm
#121103
Participant
Jory Hogeveen
OP

As I said, this is a live/production environment.
Please do not install other form plugins. The issue is with Gravity Forms, not other plugins.
Why would you want to install other form plugins?

Feb 28, 2020 at 2:11 pm
#121087
Participant
Jory Hogeveen
OP

Hello,

Any update on this?

Thanks, Jory

Feb 24, 2020 at 3:22 pm
#120806
Participant
Jory Hogeveen
OP

Hello,

Do you mean the form is working when you try it?
Or is it working locally only?

I’ve made you a super admin. Please keep a log of anything you’ve changed so it can be reverted afterwards. This is a public website.

Thanks, Jory

Feb 21, 2020 at 1:31 pm
#120662
Participant
Jory Hogeveen
OP

Send as a private message.
Though I do find it odd that you support Gravity Forms but don’t have the plugin yourself.
How can you maintain this compatibility if you don’t have the plugin you claim to be compatible with??

Feb 21, 2020 at 1:30 pm
#120659
Participant
Jory Hogeveen
OP
This reply has been marked as private.
Feb 21, 2020 at 1:12 pm
#120653
Participant
Jory Hogeveen
OP

Hello,
Any update?
Thanks.

Feb 17, 2020 at 2:40 pm
#120309
Participant
Jory Hogeveen
OP

Hello,
Do you now have access? And did you find anything related to this issue?
Thanks, Jory

Feb 13, 2020 at 12:22 pm
#120112
Participant
Jory Hogeveen
OP

Sorry, you are right, fixed now!

Feb 13, 2020 at 10:56 am
#120105
Participant
Jory Hogeveen
OP

Hello,

Please try again!

Cheers, Jory

Feb 12, 2020 at 1:42 pm
#119887
Participant
Jory Hogeveen
OP
This reply has been marked as private.
Feb 11, 2020 at 4:22 pm
#119972
Participant
Jory Hogeveen
OP

Hello,

I’m trying to add a private reply but it isn’t shown after I post it.
Do you need to confirm the reply before it is shown to me?

Thanks, Jory

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