quembebeporgosto
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] SSP Plugin is messing up the permalinksOnce again, thanks for the support.
After many tries in different servers, different WP versions, different SSP versions as well, I figured that the problem was being caused by SSP, permalinks settings, Elementor and one of the themes. And to avoid that, I had to activate and deactivate each of them in a specific order, so it wouldn’t cause conflict causing 404 error on pages that actually should exist.
So technically the problem is solved. The only thing that I lost was the redirect to …/podcast/post-name from …/post-name, which was happening before, but not anymore. Not sure if you know how it was activated. If you know an easy solution, please let me know.
Thanks
Forum: Plugins
In reply to: [Seriously Simple Podcasting] SSP Plugin is messing up the permalinksYes, I’ve set the permalinks back to Post Name now more than once, and it doesn’t work. The only one that let’s the rest of the website work is the Post ID, but then it makes all the absolute links (including RSS urls) not working.
And regarding disabling plugins, I’ve been doing that to understand which plugin(s) can be causing the issue, and I’ve found that SSP is actually the one causing the problem.
I’ve contacted my hosting and they mentioned that there were no changes in the last days on the server, so it can’t be a problem in the hosting. And to be frank, the changes were on WP and the plugins that were updated, so I guess the solution must be there as well.
Could you please provide some help into troubleshooting the problem in more detail? Is there some info I can provide to try to understand the issue? Thanks
Forum: Plugins
In reply to: [Seriously Simple Podcasting] SSP Plugin is messing up the permalinksHey!
I’m not really sure what’s Nginx – even though I have some access to it on the server. But the issue is that I never changed it or had to deal with it – but only when I updated WP and the plugins. Is there something I need to set or change? Most stuff are set to default anyway.
Screenshot: https://snipboard.io/mH7o2Y.jpg
To your question – when I disable SSP, the permalinks get fixed. But then all pages that have podcast related simply don’t render – so I’m not 100% sure it solves the problem.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] SSP Plugin is messing up the permalinksPS: some other pages not related with the podcast plugin are also getting 404 errors.
Also, I’ve “reset” the htaccess as suggested on the WP documentation, with no success
# BEGIN WordPress RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress