• Not sure of the version of word press I am using but when I tried to go to my admin page to login I get the following information with no ability to login. What can I do?

    Deprecated: Assigning the return value of new by reference is deprecated in /nfs/c04/h05/mnt/66931/domains/firstcolonyalgebra.com/html/wp-settings.php on line 472

    Deprecated: Assigning the return value of new by reference is deprecated in /nfs/c04/h05/mnt/66931/domains/firstcolonyalgebra.com/html/wp-settings.php on line 487

    Deprecated: Assigning the return value of new by reference is deprecated in /nfs/c04/h05/mnt/66931/domains/firstcolonyalgebra.com/html/wp-settings.php on line 494

    Deprecated: Assigning the return value of new by reference is deprecated in /nfs/c04/h05/mnt/66931/domains/firstcolonyalgebra.com/html/wp-settings.php on line 530

    Deprecated: Assigning the return value of new by reference is deprecated in /nfs/c04/h05/mnt/66931/domains/firstcolonyalgebra.com/html/wp-includes/cache.php on line 103

    Deprecated: Assigning the return value of new by reference is deprecated in /nfs/c04/h05/mnt/66931/domains/firstcolonyalgebra.com/html/wp-includes/query.php on line 21

    Deprecated: Assigning the return value of new by reference is deprecated in /nfs/c04/h05/mnt/66931/domains/firstcolonyalgebra.com/html/wp-includes/theme.php on line 623

    Warning: Cannot modify header information – headers already sent by (output started at /nfs/c04/h05/mnt/66931/domains/firstcolonyalgebra.com/html/wp-settings.php:472) in /nfs/c04/h05/mnt/66931/domains/firstcolonyalgebra.com/html/wp-includes/pluggable.php on line 770

Viewing 4 replies - 1 through 4 (of 4 total)
  • Was the site running before?

    this could also happen if your server is updated to php5

    secondly if you have access to your ftp
    go to your config file and look for line
    error_reporting(0); and add 0
    and their should be something similar in your wp-settings.php file as well.

    Backup your site/files/db

    Sucuri notes this warning for your site:

    “Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /public_html/index.php:1) in /public_html/sessions.php on line 101”

    First, if you just recently edited any site files, rename that file to old-filename and upload a backup unedited copy.

    If not:

    1. Check wp-config.php and .htaccess files (for ‘anomalies’).

    2. Using an FTP client such as FileZilla or your host provided file manager, rename your current theme’s folder in /wp-content/themes/ to old-theme_folder_name Try to access site and login.

    This assumes you have an unedited version of a default theme uploaded also.

    3. If that does not fix it, do the same (rename) for each plugin folder.

    4. If that does not fix it, do a manual update of WP.

    Thread Starter tyler452012

    (@tyler452012)

    Thanks for the replies but I am using wordpress for it’s ease and not computer savvy at all so I don’t even know what you are talking about when checking wp-config.php files or even know how to access them. If you could give more specific directions I would appreciate it.

    Ok
    Can you access your ftp ? if yes
    login and you would see all your wordpress files, look for a file with name wp-config.php
    find
    error_reporting(0);
    and see if it not exactly what is above..
    this is just one of the option to get started.

    But since u r not computer savvy i would suggest hiring someone to look it for you.
    or just the way u installed your wordpress before do it again.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Trouble getting to admin page’ is closed to new replies.