• Resolved justinholt

    (@justinholt)


    Ok i had another blog on my site, but then unistalled it (wp blog was on previously). My hope was when I uninstall it, that it would be my wp blog back. However it got real dumb check ti out https://www.juberblog.com please help!

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter justinholt

    (@justinholt)

    btw the weird thing is I can write messages and everything! but I get that screen!

    There is no index file in that directory.

    Thread Starter justinholt

    (@justinholt)

    so create an index.html file or an index.php file? if so what should I add and where should I put it?

    I don’t know…
    However it seems you need the the WP “short and sweet” index – check out your backup for the index.php in WP root dir.
    What is that “index.php.bak” file you have there?

    If your intentions are to add or have your wordpress blog there, then upload a wordpress index.php file…. Or am I misunderstanding the whole thing…?

    spencerp

    Thread Starter justinholt

    (@justinholt)

    I cant remember, I think it may be a backup.. Should i use the index.php that was in the installation?

    The one with 4-5 lines, yes.

    Thread Starter justinholt

    (@justinholt)

    my wp-admin has index.php in it

    Thread Starter justinholt

    (@justinholt)

    now the page is blank

    OK, calm down and, please, listen to what is said ??
    Find your original WP download and use the index.php from the root directory of WP. Not from the admin, not from the theme, not from anywhere else.

    Thread Starter justinholt

    (@justinholt)

    I placed it into the regular directory ( the one you saw) and it is now white…

    Thread Starter justinholt

    (@justinholt)

    btw this is in index.php.bak

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wp-blog-header.php’);
    ?>

    Can you access the admin panel? Try to change the theme, e.g. to default or classic.

    That’s the index.php you need ??

    Thread Starter justinholt

    (@justinholt)

    The other index.php file is this..I will try and change the theme

    <?php
    require_once(‘admin.php’);
    $title = __(‘Dashboard’);
    require_once(‘admin-header.php’);
    require_once (ABSPATH . WPINC . ‘/rss-functions.php’);

    $today = current_time(‘mysql’, 1);
    ?>

    [moderated the long code]

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Juberblog got dumb!’ is closed to new replies.