visual23
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Rename “List” and “Month”@deblynprado Thank you so much!!!
Forum: Plugins
In reply to: [Post Types Order] Custom post type is not showing up in the settingsI got it working. Thanks!
Forum: Plugins
In reply to: [Elfsight Social Photo Feed] InstaShow doesn’t refreshHello, the same thing is happening on several of our sites. We’ve purchased the plugin so we can have support. Your post says the plugin isn’t supported anymore. Will you be providing us a refund so we can purchase a plugin that works?
Thanks,
RobbI fixed the issue. Our plugin calls a function in another plugin like so.
require_once( ABSPATH . ‘/wp-content/plugins/rewardsystem/includes/main_functions_for_point_expiry.php’ );When the page loaded I got this error. ‘Fatal error: Call to undefined function is_user_logged_in()’. Someone in a search said to add this ‘require_once( ABSPATH . “wp-includes/pluggable.php” );’ and that did solve the issue for me.
I ended up copying ‘pluggable.php’ to our plugin and removing the wp_mail function. Seems hacky eh?
The plugin does use this.
require_once( ABSPATH . “wp-includes/pluggable.php” );
Also, when I was building the plugin locally, Post SMTP wasn’t installed and wp_mail was working fine with my plugin. Thanks!
I was using wp_mail but when I saw this error I switch to php mail thinking that was the issue.
I didn’t add anything to overide it. What would I look for?
Not that I know of. How does that happen?
Forum: Plugins
In reply to: [Ozh' Tweet Archiver] Temporarily limit the number of posts to importBTW, I’m going to be importing over 21,000 twitter posts. GULP!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Error 403Hi Nick,
I bet you’re right. It’s Version 0.7.2. There wasn’t an update showing in Plugins. I’m going to update everything and I’ll let you know.
Thanks for the quick response!
Robb
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Error 403Hello,
I’m having the same issue and I can confirm that the feed is set to public.
Thanks for the awesome plugin!
Robb