samwisegalenorn
Forum Replies Created
-
Forum: Plugins
In reply to: [Mooberry Book Manager] Editor Link goes to 404 siteYou are right , the books on the series page are going to the book pages rather than 404. However, the links listed still have ?taxonomy=series&term=(integer) . Is that an issue?
Thanks for the fix.Forum: Plugins
In reply to: [Mooberry Book Manager] Editor Link goes to 404 siteThanks for your quick response. I updated to the latest 4.9.3 change, but I’m still seeing that same bug.
https://galenorn.com/series/indigo-court/ and all the other items are still displaying that same information.
What do you need from me?Samwise
Forum: Plugins
In reply to: [Mooberry Book Manager] Editor Link goes to 404 siteHello mooberrydreams, Samwise here,
I have all the settings you mentioned set the right way, and the Book Grid for a series still doesn’t display links for books the right way. (I’m not sure if this is the same topic, sorry if it isn’t)
On my wife’s site, she will display a series page that shows all books for a series. The series page is (SiteUrl)/series/(SeriesName)/
Each book link shows the correct link–sort of:
(SiteUrl)/book/(BookName)/&taxonomy=series&item=(Integer)
This link goes to 404, but if I remove the & and everything after that, it works fine.
WordPress version: 5.7.2
Theme: Spacious
PHP version: 7.4.16
MySQL version: 5.6.51-cll-lveI have custom Book Grids that display the links fine.
Did you wish to see examples of the error?
Thanks for your attention on this.
I upgraded from 3.4.6 to 3.4.8, and http://galenorn.com/ survived the upgrade process.
Excellent work!I’m comfortable with that update.
First, I performed a query of that item:
select * from wp_options where option_name = ‘mbdb_cache’
Turns out, that option_value was loaded!
Then, I cleared it out with your update:
update wp_options set option_value = ” where option_name = ‘mbdb_cache’
It cleared it out, and now the WordPress site is displaying books again.I’m going to keep the Mooberry plugin at 3.4.6 for now, until I can investigate what happened. I’ll do some software testing for a bit.
Thanks again.
I’ve rolled the entire Mooberry plugin back, but I still have the same error.
On my local computer, I have 3.4.6 and 3.4.7. I performed an entire directory comparison, comparing code on the differences. That is how I rolled back.
Can the web server just be stuck caching something?I don’t think so. Did you want a list of plugins? I searched, but can’t see any caching.
I have something called Core Control:
https://wordpress.org/plugins/core-control/
But I can’t see any examples of caching in the plugin.I looked at <?php phpinfo(); ?> output, but I can’t see any example of SuperCache. I’m not certain what to look for.
Now, I’m getting different results in different browsers.
IE will display a series, but FireFox and Chrome give that same error I listed before.Forum: Plugins
In reply to: [Mooberry Book Manager] Error on line 245, helper functionsI’ve had that happen to me. I also upgraded from PHP 5.2, and the issue resolved.
Excellent plugin.Excellent! Thanks for a great plugin.