Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: wp-admin Error 500
    Thread Starter purzeki@

    (@purzeki)

    Hi @andrewmills thanks for pointing me to the debugging. I get this message when I go to the homepage:

    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 /home/nataliea/public_html/wp-includes/functions.php on line 2944

    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /home/nataliea/public_html/wp-includes/functions.php on line 2824

    I can go to /wp-login.php which allows me to login, but goes to a blank page (with almost the same debug errors) then I put /wp_admin in the URL and it gives me these errors.. one of them Fatal

    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 /home/nataliea/public_html/wp-includes/functions.php on line 2944

    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /home/nataliea/public_html/wp-includes/functions.php on line 2824

    Warning: require_once() [function.require-once]: Unable to access /home/nataliea/public_html/wp-content/themes/pagelines/admin/class.ui.color.php in /home/nataliea/public_html/wp-content/themes/pagelines/admin/init.admin.php on line 34

    Warning: require_once(/home/nataliea/public_html/wp-content/themes/pagelines/admin/class.ui.color.php) [function.require-once]: failed to open stream: No such file or directory in /home/nataliea/public_html/wp-content/themes/pagelines/admin/init.admin.php on line 34

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/nataliea/public_html/wp-content/themes/pagelines/admin/class.ui.color.php’ (include_path=’.:/usr/lib/php’) in /home/nataliea/public_html/wp-content/themes/pagelines/admin/init.admin.php on line 34

Viewing 1 replies (of 1 total)