mbecker1234
Forum Replies Created
-
Forum: Plugins
In reply to: [Awesome Weather Widget] Widget messes with the website footerMe neither. I changed the footer position as you said and that at least keeps the footer at the bottom of the screen at all times. I still wish I could keep the footer actually at the bottom of the whole page. It’ll do for now.
Thanks for the quick feed back!
Forum: Plugins
In reply to: [Awesome Weather Widget] Widget messes with the website footer1) This is reported on the home page when WP_DEBUG is true:
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in blahblah\functions.php on line 2825
WordPress database error: [Table ‘27178_beckerswebsite.wp_formbuilder_pages’ doesn’t exist]
SELECT * FROM wp_formbuilder_pages2) I tried Twenty Eleven and didn’t see an issue, but that doesn’t have a footer to it. I don’t have a lot of time to try it with other themes.
3) CodeColorer, WP-reCAPTCHA, FormBuilder, WordPress Facebook Like Plugin, etc…
Forum: Plugins
In reply to: [Awesome Weather Widget] Widget messes with the website footerI put it back up on the website so you could see what I mean. http://beckerwebsite.com/
When I remove the widget, the footer stays at the bottom of the page.
Footer text: “Matt’s Software Development © 2011-2013 | Powered by WordPress 3.4 “
And I need to correct myself, I’m actually still running 3.4 as the footer states. I haven’t had the time to go through the process of updating. And it’s always a process 🙂
Forum: Installing WordPress
In reply to: Upgrade to 3.4 from 3.1.1 Fatal errorThat did it! All I need to do now is put the theme back on (make sure it works with 3.4 of course) and I’m good.
Thanks for the help!
MattForum: Installing WordPress
In reply to: Upgrade to 3.4 from 3.1.1 Fatal errorLuckily I can still log into the site, I only receive the error when I actually want to view the site. So I went in and re-verified that all plug-ins were deactivated. I also changed the theme to the Twenty Eleven theme just in case, but I still get the error. “Fatal error: Call to undefined function get_front_page_template”
Forum: Installing WordPress
In reply to: Upgrade to 3.4 from 3.1.1 Fatal errorI just tried to manually include the class-wp-theme.php file into theme.php. “include ‘class-wp-theme.php’;”
I went back to the update page and tried to update the database again. I got a message that the database was updated successfully. After that though, I got this message: “Fatal error: Call to undefined function get_front_page_template() in <my website>\httpdocs\wp-includes\template-loader.php on line 26”.
This guy got the same error and went back to 3.1.1 link I’d rather keep going, but I don’t want to add a bunch of code to php files. That shouldn’t be the answer.
Help me Obi-Wan Kenobi. You’re my only hope!
Forum: Installing WordPress
In reply to: Upgrade to 3.4 from 3.1.1 Fatal errorThanks for the link to the 3.4 trouble shooting thread. I saw that the solution posted there is this:
“Solution: Reinstall WP. The class-wp-theme.php file is included by default. This could only really happen if they get an updated wp-includes/theme.php file but not an updated wp-settings.php file. (Do the manual upgrade if you can’t get into wp-admin)”
I have already re-installed WP 3 times using the instructions listed and get the same error each time. It stands to reason that it will fail the next time as well. I looked in my fresh download of 3.4 and the class-wp-theme.php is indeed in the wp-includes folder and I verified that the file made it over to my site and is in the wp-includes folder. Is there any other advice that you can give? If re-installing is the only solution, then I’m out of luck.
Thanks for the quick response, I was worried it’d take long.