Jonathan Bossenger
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Plugin Won’t ReactivateHi Jack
You can install this plugin and it will give you all the server details of your site.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] class-podmotor-handler.php issue, latest updateHi mercygate
You will need to manually delete the plugin from your plugins folder via FTP and install the latest version. There was an issue with the release which caused a few files to be missing from the plugin update.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Latest update crashed siteHi Jack
Are you able to login to your site via FTP. If so please delete the seriously-simple-podcasting directory from the wp-content/plugins folder and reinstall the plugin. There was an issue with the release which we have fixed, but you will need to reinstall the plugin to get the update.
Apologies for the inconvenience.
Hi Jon
Can you try moving all the plugins from inside the plugins directory to some other location (maybe /wp-content/backup/) and see if the problem persists.
If it does, then it’s not a plugin that is causing the issue.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Plugin Won’t ReactivateHi Jack
This could be a PHP version related issue. Could you let me know what version of PHP you are running on your web server.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Another problem; can’t activate latest versionHi Kaspar
This seems to be a PHP version related problem, are you able to let me know what version of PHP your web server is running?
Regards
Forum: Plugins
In reply to: [Seriously Simple Podcasting] This page isn’t working – HTTP error 500Hi Symi, thanks for the update.
As Andrew has mentioned, can you let us know what version of PHP are you currently using?
Thanks
Forum: Plugins
In reply to: [Seriously Simple Podcasting] This page isn’t working – HTTP error 500Hi Symi
Can I ask you to define the problem you are experiencing with the plugin.
Please detail the exact steps to replicate the problem so that I can investigate and determine the correct fix.
Thanks
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Memory IssuesHi J
I am assisting Craig from PodcastMotor resolve some of these outstanding issues.
Would you be able to contact me directly (jonathanbossenger@gmail.com) so that I can investigate the issue and help to resolve it.
Thanks
Forum: Plugins
In reply to: [Seriously Simple Podcasting] feed brokeIf you are still struggling with this and need a temporary solution until this is fixed in core, you can hook into the template_redirect action hook and override the default template_loader.php functionality with your own, to bypass the feed check. It’s not a clean solution, but would work in a pinch.
Hi Anna
I am working with Craig from PodcastMotor to update some of the core plugin functionality. He has asked me to look into this issue specifically and get it sorted out for you.
To do so I would like to speak with you directly to help troubleshoot the problem. Would you mind emailing me at jonathanbossenger@gmail.com?
Regards
Forum: Plugins
In reply to: [WordPress Importer] Issue with Menu importI can confirm this on 4.6.1
Forum: Fixing WordPress
In reply to: Nav menu – display recent post with thumbnailsForum: Fixing WordPress
In reply to: https /wp-admin don`t work :(If all you did was change the urls from https to http, then you will need to get into the database and change it back.
If you have access to your database, look at the wp_options table, find all the instances of https:// and change it to http://
Forum: Fixing WordPress
In reply to: Best practices for changing wordpress domain name and 301 redirectsOnce you have all the content for the new site set up, point the old domain to the new site. (I’m assuming you manage your own DNS for that old domain)
Then, can install the Redirection plugin to handle the redirects from the old domain urls to the new ones.
You might want to make a list of all relevant old domains to be able to redirect (it’s going to be a big of a slog)