tmtcaterer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 4.9.4 Update crashed my site?Thanks for the immediate response last week guys! After the manual update, I went back and noticed I was missing a file. Then made sure they were all manually updated. Made sure my core files were returned to unedited versions. By disabling both my plugins/theme, my admin page returned. Then I went ahead and manually updated my current theme. Website is back to normal, my wp-cu3er plugin is the only thing that doesn’t seem to work anymore but at least my website is live!!
Thanks for the help, definitely appreciate it!
Forum: Fixing WordPress
In reply to: 4.9.4 Update crashed my site?Alright, if i add the line that was deleted from the functions page, it leads to 2 errors:
Fatal error: require_once(): Failed opening required ‘/home/elrancho/public_html/wp-content/themes/Caterer/framework/extended/tgm-plugin-activation/class-tgm-plugin-activation.php’ (include_path=’.:/opt/php54/lib/php’) in /home/elrancho/public_html/wp-content/themes/Caterer/functions.php on line 113
Fatal error: require_once(): Failed opening required ‘/home/elrancho/public_html/wp-admin/includes/class-wp-list-table.php’ (include_path=’.:/opt/php54/lib/php’) in /home/elrancho/public_html/wp-content/themes/Caterer/framework/extended/tgm-plugin-activation/class-tgm-plugin-activation.php on line 1063
So no I can disable that extended/plugin and delete the line on functions, but admin page won’t load still.
Forum: Fixing WordPress
In reply to: 4.9.4 Update crashed my site?Okay, so after the manual install I disabled the plugins by changing the name of the plugin folder. Then had one line of code pop up, I changed the name of that file as well.
”
Fatal error: require_once(): Failed opening required ‘/home/elrancho/public_html/wp-admin/includes/class-wp-list-table.php’ (include_path=’.:/opt/php54/lib/php’) in /home/elrancho/public_html/wp-content/themes/Caterer/framework/extended/tgm-plugin-activation/class-tgm-plugin-activation.php on line 1063″After changing that file name there was an error on my functions.php page it was line 113 which I deleted.
”
// Load Extended Functionality
require_once(TRUETHEMES_EXTENDED . ‘/tgm-plugin-activation/class-tgm-plugin-activation.php’);Now my website is working without any plugins, however I can’t access my wp-admin page? It looks like I’m hopefully going in the right direction.
- This reply was modified 6 years, 8 months ago by tmtcaterer.
Forum: Fixing WordPress
In reply to: 4.9.4 Update crashed my site?I went through the file manager on my cpanel, opened wp-config.php made sure database/username/pw were the same. After making sure they’re the same I updated my pw on my cpanel and made the adjustment on wp-config.php to see if that helped.
I did a manual install and now there’s an error coming up?
”
Warning: require_once(/home/elrancho/public_html/wp-admin/includes/plugin.php): failed to open stream: No such file or directory in /home/elrancho/public_html/wp-content/plugins/gravity-forms-sticky-list/includes/start.php on line 169Fatal error: require_once(): Failed opening required ‘/home/elrancho/public_html/wp-admin/includes/plugin.php’ (include_path=’.:/opt/php54/lib/php’) in /home/elrancho/public_html/wp-content/plugins/gravity-forms-sticky-list/includes/start.php on line 169′
Forum: Fixing WordPress
In reply to: 4.9.4 Update crashed my site?Hi Steve,
I checked and everything’s correct. I reset the password and made sure it’s the same as well. Still isn’t working.