Aaron
Forum Replies Created
-
Forum: Plugins
In reply to: [404 Solution] How to use [abj404_solution_page_suggestions]?From the 404 Solution plugin on the page, it is generating code that says “<!– abj404_solution – No 404 was detected. No suggestions to offer. –>”
So perhaps there is another plugin that’s redirecting or changing the status of the 404, which won’t allow the plugin to detect it.
Forum: Plugins
In reply to: [404 Solution] How to use [abj404_solution_page_suggestions]?If I understand correctly, you’re trying to use the shortcode with php instead of the wordpress editor. Did you try using
<?php echo do_shortcode( '[abj404_solution_page_suggestions]' ); ?>
?
Forum: Plugins
In reply to: [404 Solution] How to use [abj404_solution_page_suggestions]?@aarnott I’ve never tried that. It looks like your message was deleted. Did you get it to work? I can’t tell what it is you’re seeing instead of what you’re supposed to, but my first guess is that you’re testing by going directly to the 404 page instead of causing a 404 and being redirected there automatically?
regards
Forum: Plugins
In reply to: [404 Solution] PHP Error found on the plugin : “Critical error on page error”Hello again,
If the error is “class not found,” you should try reinstalling the plugin.
Forum: Plugins
In reply to: [404 Solution] PHP Error found on the plugin : “Critical error on page error”Hey. Thanks for letting me know about that. Please try version 2.31.12 to see if the “Deprecated: trim():” message goes away. It is not related to version 6.2 of WordPress.
regards
Forum: Plugins
In reply to: [404 Solution] PHP Error found on the plugin : “Critical error on page error”After you try to view the page and wait for a few minutes, are there any new error messages in the debug file that we looked at before?
Forum: Plugins
In reply to: [404 Solution] PHP Error found on the plugin : “Critical error on page error”Hey. I’m glad it started working. There should be an empty trash button.
Forum: Plugins
In reply to: [404 Solution] PHP Error found on the plugin : “Critical error on page error”Thanks for pasting the log file. Unfortunately I didn’t see any other errors in there. If reinstalling it doesn’t work I’ll have to double check the code to see if I can figure out what the issue might be… Let me know. thanks
Forum: Plugins
In reply to: [404 Solution] PHP Error found on the plugin : “Critical error on page error”Thanks for your message.
I would try uninstalling and reinstalling the plugin.
The error tells me that either the plugin wasn’t installed correctly and there’s a file missing, or it’s not the main issue. If you could paste the entire debug log to pastebin.com, if there is one, then that would be helpful.
The debug log file can be found at https://www.<<<yourwebsite.com>>>/wp-content/uploads/temp_abj404_solution/abj404_debug.txt
Please post the contents to pastebin.com and do not paste the contents here as it’s too long for a message and will break the forum. Then you can paste the link created on pastebin.com here… If there’s no debug log then perhaps there are some other error messages in the log file you found…
thanks
Forum: Plugins
In reply to: [404 Solution] A large number of captured urlsYou can turn off capturing URLs then to fix the issue I guess.
What do you mean “strongly slow pages settings plugin” ?
Forum: Plugins
In reply to: [404 Solution] A large number of captured urlsYou must have a popular website. This can also come from people scanning your website for files. Let me know if there’s an issue.
Forum: Plugins
In reply to: [404 Solution] Disable LogsIt’s in the “General Settings” on the Options tab.
Forum: Plugins
In reply to: [404 Solution] Disable LogsThanks for the positive feedback. You can set the “Maximum log disk usage” setting to 1. That will limit the log size to 1mb. The oldest log lines are deleted daily.
Forum: Plugins
In reply to: [404 Solution] Can’t find file: error on Pantheon.io hostingHey. Thanks for the tip.
When you say “Pantheon.io does not seem to like to push files with extension ‘.sql’ upstream,” do you mean uploading the files didn’t work?
If so can you upload a zip file and unzip it, or rename the .txt files to .sql after uploading them?
thanks
Forum: Plugins
In reply to: [404 Solution] error PHPIt looks like although the error handler in 404 solution caught the error, th error itself is unrelated to the 404 solution plugin.
If you like you could paste the error log to pastebin.com under settings -> advanced settings etc / debug log.
That should have any details about the error in it, if it’s a 404 solution error.