christhomas32
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding Tables to the WordPress DatabaseIf possible, I would like to know the development route, avoiding plugins. Just not sure exactly what the most “WordPress friendly” way of structuring something like that would be.
Forum: Fixing WordPress
In reply to: Blank white screen for wp-admin after upload to serverThat did it, you’re the best esmi
Forum: Fixing WordPress
In reply to: Blank white screen for wp-admin after upload to serverI have addressed the errors listed above, and have noticed these in the error logs
[09-Jun-2013 13:54:42] PHP Fatal error: require() [function.require]: Failed opening required ‘/home4/bingetec/public_html/wp-includes/load.php’ (include_path=’.:/usr/lib64/php:/usr/lib/php:/usr/share/pear’) in /home4/bingetec/public_html/wp-settings.php on line 21
[09-Jun-2013 13:54:42] PHP Fatal error: require() [function.require]: Failed opening required ‘/home4/bingetec/public_html/wp-includes/load.php’ (include_path=’.:/usr/lib64/php:/usr/lib/php:/usr/share/pear’) in /home4/bingetec/public_html/wp-settings.php on line 21these are listed as fatal, and perhaps the culprit?
Forum: Fixing WordPress
In reply to: Blank white screen for wp-admin after upload to server[09-Jun-2013] PHP Warning: Cannot modify header information – headers already sent by (output started at /home4/bingetec/public_html/wp-content/themes/PreGamerTheme/functions.php:27) in /home4/bingetec/public_html/wp-includes/class-wp-ajax-response.php on line 129
[09-Jun-2013] PHP Warning: Cannot modify header information – headers already sent by (output started at /home4/bingetec/public_html/wp-content/themes/PreGamerTheme/functions.php:27) in /home4/bingetec/public_html/wp-includes/pluggable.php on line 876
Forum: Fixing WordPress
In reply to: Widgets not functioningUPDATE: I’ve tested the twenty twelve theme and my widgets do work there. It must be a theme specific issue.
Forum: Fixing WordPress
In reply to: Multiple SidebarsOkay, easy fix. Just had to specify the specific sidebar in my call
<?php get_sidebar(‘main_sidebar’); ?>
Thank you for the help!
Forum: Fixing WordPress
In reply to: Multiple SidebarsThis is the full error message copied from the log:
[Fri Apr 12 11:14:52 2013] [error] [client ::1] PHP Fatal error: Call to undefined function get_main_sidebar() in C:\\wamp\\www\\OnlineArizonaHomes\\wordpress\\wp-content\\themes\\ArizonaHomes\\index.php on line 3, referer: http://localhost/OnlineArizonaHomes/
Forum: Fixing WordPress
In reply to: Lost Theme SettingsI fixed the cUrl issue on WAMP (http://forum.wampserver.com/read.php?2,85716) is the link, in case anyone else is having cUrl issues. However, the theme still does not implement the style.css file. I have re-installed WordPress and reset my localhost.
Forum: Fixing WordPress
In reply to: Lost Theme SettingsThose are the sort of errors I am getting. I’m not really sure where to start with them.
Forum: Fixing WordPress
In reply to: Lost Theme SettingsI’m not exactly sure what to look for. Sorry in advance for the spam..
PHP Warning: PHP Startup: Unable to load dynamic library ‘c:/wamp/bin/php/php5.4.3/ext/php_curl.dll’ – The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.\r\n in Unknown on line 0
[Wed Apr 10 15:20:32 2013] [notice] Child 7356: Child process is running
[Wed Apr 10 15:20:32 2013] [notice] Child 7356: Acquired the start mutex.
[Wed Apr 10 15:20:32 2013] [notice] Child 7356: Starting 64 worker threads.
[Wed Apr 10 15:20:32 2013] [notice] Child 7356: Starting thread to listen on port 80.
[Wed Apr 10 15:20:32 2013] [notice] Child 7356: Starting thread to listen on port 80.
[Wed Apr 10 15:20:55 2013] [error] [client ::1] File does not exist: C:/wamp/www/favicon.ico
[Wed Apr 10 15:21:02 2013] [error] [client ::1] File does not exist: C:/wamp/www/favicon.ico
[Wed Apr 10 15:21:07 2013] [error] [client ::1] PHP Fatal error: Call to undefined function curl_init() in C:\\wamp\\www\\OnlineArizonaHomes\\wordpress\\wp-content\\plugins\\flexmls-idx\\lib\\flexmlsAPI\\CurlTransport.php on line 8, referer: http://localhost/OnlineArizonaHomes/wordpress/wp-admin/plugins.php
[Wed Apr 10 15:21:07 2013] [error] [client ::1] PHP Stack trace:, referer: http://localhost/OnlineArizonaHomes/wordpress/wp-admin/plugins.php
[Wed Apr 10 15:21:07 2013] [error] [client ::1] PHP 1. {main}() C:\\wamp\\www\\OnlineArizonaHomes\\wordpress\\wp-admin\\options-general.php:0, referer: http://localhost/OnlineArizonaHomes/wordpress/wp-admin/plugins.php
[Wed Apr 10 15:21:07 2013] [error] [client ::1] PHP 2. require_once() C:\\wamp\\www\\OnlineArizonaHomes\\wordpress\\wp-admin\\options-general.php:10, referer: http://localhost/OnlineArizonaHomes/wordpress/wp-admin/plugins.php
[Wed Apr 10 15:21:07 2013] [error] [client ::1] PHP 3. do_action() C:\\wamp\\www\\OnlineArizonaHomes\\wordpress\\wp-admin\\admin.php:151, referer: http://localhost/OnlineArizonaHomes/wordpress/wp-admin/plugins.php
[Wed Apr 10 15:21:07 2013] [error] [client ::1] PHP 4. call_user_func_array() C:\\wamp\\www\\OnlineArizonaHomes\\wordpress\\wp-includes\\plugin.php:406, referer: http://localhost/OnlineArizonaHomes/wordpress/wp-admin/plugins.php
[Wed Apr 10 15:21:07 2013] [error] [client ::1] PHP 5. flexmlsConnectSettings::settings_page() C:\\wamp\\www\\OnlineArizonaHomes\\wordpress\\wp-includes\\plugin.php:406, referer: http://localhost/OnlineArizonaHomes/wordpress/wp-admin/plugins.php
[Wed Apr 10 15:21:07 2013] [error] [client ::1] PHP 6. do_settings_sections() C:\\wamp\\www\\OnlineArizonaHomes\\wordpress\\wp-content\\plugins\\flexmls-idx\\lib\\settings-page.php:109, referer: http://localhost/OnlineArizonaHomes/wordpress/wp-admin/plugins.php
[Wed Apr 10 15:21:07 2013] [error] [client ::1] PHP 7. do_settings_fields() C:\\wamp\\www\\OnlineArizonaHomes\\wordpress\\wp-admin\\includes\\template.php:1088, referer: http://localhost/OnlineArizonaHomes/wordpress/wp-admin/plugins.php
[Wed Apr 10 15:21:07 2013] [error] [client ::1] PHP 8. call_user_func() C:\\wamp\\www\\OnlineArizonaHomes\\wordpress\\wp-admin\\includes\\template.php:1120, referer: http://localhost/OnlineArizonaHomes/wordpress/wp-admin/plugins.php
[Wed Apr 10 15:21:07 2013] [error] [client ::1] PHP 9. flexmlsConnectSettings::settings_field_api_key() C:\\wamp\\www\\OnlineArizonaHomes\\wordpress\\wp-admin\\includes\\template.php:1120, referer: http://localhost/OnlineArizonaHomes/wordpress/wp-admin/plugins.php
[Wed Apr 10 15:21:07 2013] [error] [client ::1] PHP 10. flexmlsAPI_APIAuth->Authenticate() C:\\wamp\\www\\OnlineArizonaHomes\\wordpress\\wp-content\\plugins\\flexmls-idx\\lib\\settings-page.php:255, referer: http://localhost/OnlineArizonaHomes/wordpress/wp-admin/plugins.php
[Wed Apr 10 15:21:07 2013] [error] [client ::1] PHP 11. flexmlsAPI_Core->MakeAPICall() C:\\wamp\\www\\OnlineArizonaHomes\\wordpress\\wp-content\\plugins\\flexmls-idx\\lib\\flexmlsAPI\\APIAuth.php:89, referer: http://localhost/OnlineArizonaHomes/wordpress/wp-admin/plugins.php
[Wed Apr 10 15:21:07 2013] [error] [client ::1] PHP 12. flexmlsAPI_CurlTransport->__construct() C:\\wamp\\www\\OnlineArizonaHomes\\wordpress\\wp-content\\plugins\\flexmls-idx\\lib\\flexmlsAPI\\Core.php:199, referer: http://localhost/OnlineArizonaHomes/wordpress/wp-admin/plugins.php
[Wed Apr 10 15:21:07 2013] [error] [client ::1] File does not exist: C:/wamp/www/favicon.ico
[Wed Apr 10 15:22:04 2013] [error] [client ::1] File does not exist: C:/wamp/www/favicon.ico
[Wed Apr 10 15:22:06 2013] [error] [client ::1] File does not exist: C:/wamp/www/favicon.icoForum: Fixing WordPress
In reply to: Lost Theme SettingsIt’s on WAMP