• Resolved christhomas32

    (@christhomas32)


    I am constructing a theme, and switched from my theme to twentytwelve and back again.

    When I switched back to the theme I am developing, my theme’s styling and customization seem to have completely disappeared. All of my php and css files are still intact, and untouched.

    How do I regain my lost structure?

    Thanks,
    Chris

Viewing 7 replies - 1 through 7 (of 7 total)
  • esmi

    (@esmi)

    Site url?

    Thread Starter christhomas32

    (@christhomas32)

    It’s on WAMP

    esmi

    (@esmi)

    Have you checked your server’s error logs for clues?

    Thread Starter christhomas32

    (@christhomas32)

    I’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.ico

    Thread Starter christhomas32

    (@christhomas32)

    Those are the sort of errors I am getting. I’m not really sure where to start with them.

    esmi

    (@esmi)

    That looks like you have an issue in your local server’s configuration relating to cUrl. It might be worth re-installing the server from a fresh download in case you have more than 1 missing or damaged module.

    Thread Starter christhomas32

    (@christhomas32)

    I 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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Lost Theme Settings’ is closed to new replies.