RobertoMejia
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Redirection is not working/What are you trying to do? What pages should redirect where, and what have you done to try to make this work?
Forum: Plugins
In reply to: [Redirection] Redirecting Homepage to the latest postWhat are you trying to do? are you trying to stop the home page from redirecting to the latest post?
Are there any rules in redirection activated?
It is pretty easy to do, but I am not sure if redirection plugin will do that. You can do it one of a few ways outside of the redirection plugin.
1) You could redirect all 404s to the home page using htaccess or apache.
2) There are several plugins that do this. Just search for redirect 404.
3) You could write a quick php redirect in your 404 page.Probably the easiest is to just find a plugin dedicated to this.
Forum: Plugins
In reply to: [OptionTree] The options for option tree are not availableOh, sorry. It was meant as a statement, as feedback. It was a compatibility vote.
I went ahead and just wrote the code I needed into my theme.
However, if it helps, I can send whatever vital info you need. What info do you need?
@mbrsolution Thanks a bunch. I did a search before posting, and didn’t find that.
I am having the exact same error, except mine was a fresh BackWPup installed today on WP 3.5.1. Here are the error messages I am getting.
Warning: include(/{home path}/wp-content/plugins/backwpup/inc/../sdk/Aws/Symfony/Component/ClassLoader/UniversalClassLoader.php): failed to open stream: No such file or directory in /{home path}/wp-content/plugins/backwpup/inc/class-destination-s3.php on line 6 Warning: include(): Failed opening '/{home path}/wp-content/plugins/backwpup/inc/../sdk/Aws/Symfony/Component/ClassLoader/UniversalClassLoader.php' for inclusion (include_path='.:/usr/lib/php6') in /{home path}/wp-content/plugins/backwpup/inc/class-destination-s3.php on line 6 Fatal error: Class 'Symfony\Component\ClassLoader\UniversalClassLoader' not found in /{home path}/wp-content/plugins/backwpup/inc/class-destination-s3.php on line 7
I tried uninstall and reinstall, and it did not work. Please help.