amoras
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Library Assistant] PDF won’t render thumbnailHey David,
Great plugin!
I have a similar problem with support for Ghostscript. On the shortcodes tab I get the “Ghostscript support is not installed” warning.
I talked to my web hosting provider. And they confirmed that imagemagick and ghostscript are installed.
I checked if imagemagick supports pdf via phpinfo() and that was also true.
Can you help me debug this problem? Would the way wordpress is installed on the server effect they way in which the plugin calls on ghostcript?
Mark
- This reply was modified 5 years, 6 months ago by amoras.
Forum: Plugins
In reply to: [Essential Real Estate] Can’t submit property in front endHey @g5theme and @skyverge team,
Thanks a lot for the help. The proposed solution from @skyverge fixed the issue.
Soon the plugin will be used on our official site. We think our the students are gonna love the nieuw feature made possible by the plugin from @g5theme.Thanks a lot!
Forum: Plugins
In reply to: [Essential Real Estate] Can’t submit property in front endThe plugin file were they are referring to:
/plugins/essential-real-estate/public/partials/property/class-ere-property.php(233): do_action(‘wp_insert_post’, ‘wp_insert_post’)
Forum: Plugins
In reply to: [Essential Real Estate] Can’t submit property in front endHey,
Thanks for the quick reply.
The guys by Woocommerce sent me the following finding:
To add a little extra context, the error mentioned in your stacktrace is being thrown by Memberships, though it is hooked into a standard WordPress action, so not something directly related to the Memberships functions. The action it is listening for is: ‘wp_insert_post’. According to the developer guide for WordPress, this should provide three arguments, but according to the stack trace, the Essential Real Estate plugin only provided one.
I hope this may be helpful for the developer team.