Plugin Author
Aaron
(@aaron13100)
Hello. I can try, but I’ll need to know which query it is. In the debug file in the plugin there should be an error message. You can turn on the “Help the Developer” option on the options tab and it will email me the error message automatically every night if there is one. Otherwise you can go to the options tab and scroll down to “View the debug file,” click on “View,” paste the contents to https://pastebin.com/, and then send me the link you created on pastebin.com here, so I can see the log file. Don’t paste the contents of the log file here as it can be too much text.
thanks
URL : wp-admin/options-general.php?page=abj404_solution&subpage=abj404_redirects
View post on imgur.com
https://pastebin.com/0NUts5cr
Plugin Author
Aaron
(@aaron13100)
Do you have the latest version, 2.30.14?
Plugin Author
Aaron
(@aaron13100)
If you do have the latest version would you paste the actual debug file contents from “View the debug file” instead of just the queries on pastebin? It might give me more context for finding the matching part of the code.
-
This reply was modified 4 years ago by
Aaron.
Weirdly I’m on version 2.29.2 and not showing any update.
I will manually download and re-install it.
I have installed the latest version and still getting the same error.
I have copied the complete content in the debug file to here – https://pastebin.com/SHLavMkT
thank you
Plugin Author
Aaron
(@aaron13100)
I can fix this for the one query, but it seems likely that the same issue (error message) will happen with other queries with the plugin. The best thing to do would be to check the “Help the Developer” box on the options page so that when it happens I’ll get an email and can fix the other issues when they arise. Even better would be to ask your host to change the settings on your database, or to change them yourself, using the following.
set global max_join_size = 18446744073709551615;
set global sql_big_selects = 1;
Anyway I’ll get to fixing it sometime this week maybe in the next version.
Plugin Author
Aaron
(@aaron13100)
Hey, please try version 2.30.15. Maybe it will fix the issue on the Redirects tab. Maybe the same issue will appear elsewhere though… Let me know.
thanks
Yes, it has fixed the issue for now.
I’m not sure of this solution, though:
set global max_join_size = 18446744073709551615;
set global sql_big_selects = 1;
I have enabled the “Help the Developer” box on the options page, so your team will be informed.
Thank you for the great support!