• When trying to run wp-admin/install.php receive

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Probably didn’t get a complete set of WordPress files uploaded.

    I’d download WordPress again, unzip the file (don’t use the Windows unzip/decompress feature as it sometimes is unreliable–get 7-Zip). Save your wp-config.php file, then delete the WordPress files on your host and then reupload the files to your host. Make sure you are using ASCII tranfer mode in your FTP client.

    Resource:
    Uploading WordPress to a remote host

    Thread Starter n_leonard

    (@n_leonard)

    Now I’m getting
    Parse error: syntax error, unexpected $end in /home/nickleo/public_html/wp-admin/install.php on line 17

    Thread Starter n_leonard

    (@n_leonard)

    application/x-httpd-php install.php
    PHP script text

    <?php
    define(‘WP_INSTALLING’, true);

    require_once(‘../wp-load.php’);
    require_once(‘./includes/upgrade.php’);

    if (isset($_GET[‘step’]))
    $step = $_GET[‘step’];
    else
    $step = 0;
    function display_header(){
    header( ‘Content-Type: text/html; charset=utf-8’ );
    ?>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>
    <head>
    <meta http-equiv=”Content-Type” content=”text

    Thread Starter n_leonard

    (@n_leonard)

    Warning: Unterminated comment starting line 11 in /home/nickleo/public_html/wp-includes/class.wp-scripts.php on line 11

    Parse error: syntax error, unexpected $end, expecting T_FUNCTION in /home/nickleo/public_html/wp-includes/class.wp-scripts.php on line 11

    I’d recommend deleting files and uploading 2.6.5.

    You are using ASCII transfer mode in your FTP client.

    When editing files, use one of these editors!

    Thread Starter n_leonard

    (@n_leonard)

    Yeah I’m transfering all files in ASCII mode and using Notepad to edit wp-config.php

    Now with the 2.6.5 I’m getting
    Warning: Unterminated comment starting line 2 in /home/nickleo/public_html/wp-load.php on line 2

    Warning: require_once(ABSPATHwp-admin/includes/admin.php) [function.require-once]: failed to open stream: No such file or directory in /home/nickleo/public_html/wp-admin/includes/upgrade.php on line 5

    Fatal error: require_once() [function.require]: Failed opening required ‘ABSPATHwp-admin/includes/admin.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/nickleo/public_html/wp-admin/includes/upgrade.php on line 5

    Helloo I’m trying to install wp and there is the following error:

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /home2/ellasson/ellassonasi-www/wp-admin/includes/update.php on line 149

    I am REALLY FREAKING! I did the upgrade, and now I get this disaster when I attempt to long onto my admin page

    Warning: require_once(/home/profes11/public_html/wp-admin/includes/admin.php) [function.require-once]: failed to open stream: No such file or directory in /home/profes11/public_html/wp-admin/admin.php on line 14
    
    Fatal error: require_once() [function.require]: Failed opening required '/home/profes11/public_html/wp-admin/includes/admin.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/profes11/public_html/wp-admin/admin.php on line 14

    PLEASE!!! I really need help!!!!

    ok…crap…that was reaaaally scary, but I got it…thank you anyway!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Installation Error’ is closed to new replies.