• Resolved FionaFell

    (@fionafell)


    Hi,

    I am attempting to publish WP for the first time for this site, when I visit
    http://www.humephoenix.com.au/wp-admin/install.php

    I get the following error:

    Fatal error: Call to undefined function is_admin() in /home/hume/public_html/wp-admin/includes/comment.php on line 110

    As suggested to other forums participants, I have re-uploaded the full file set but that have not resolved my issue.

    Any suggestions would be welcome.

    Fiona

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter FionaFell

    (@fionafell)

    RESOLVED my issue. I am gonna pay a WP Pro to install for me. Thanks.

    can you tell me how you resolved this please? im having the same think 🙁

    After receiving this same error and spending a bunch of time tracing it I discovered that it was somehow related to a “hiccup” in the FTP upload process. I put an “echo” statement in the query.php file located in the wp-includes subdirectory (this is where the is_admin() function is defined).

    As soon as I uploaded the edited file everything worked (well not really because I had to remove the ECHO statement first).

    My suggestion is to re-upload the query.php file and try again.

    After tracing all the code prior to the error I can attest that the code is solid. The problem was definitely due to the uploaded file not being quite 100%. Why that didn’t throw an error when it got called is beyond me.

    Hope this saves time for the next shlep like me who comes along with this issue.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Fatal error: Call to undefined function is_admin() … on line 110’ is closed to new replies.