Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter bgatto

    (@bgatto)

    Here is what my wp-admin/index.php file looks like this:

    <?php
    /**
     * Dashboard Administration Panel
     *
     * @package WordPress
     * @subpackage Administration
     */
    
    /** Load WordPress Bootstrap */
    require_once('admin.php');
    
    /** Load WordPress dashboard API */
    require_once(ABSPATH . 'wp-admin/includes/dashboard.php');
    
    wp_dashboard_setup();
    
    wp_enqueue_script( 'dashboard' );
    wp_enqueue_script( 'plugin-install' );
    wp_enqueue_script( 'media-upload' );
    wp_admin_css( 'dashboard' );
    wp_admin_css( 'plugin-install' );
    add_thickbox();
    
    $title = __('Dashboard');
    $parent_file = 'index.php';
    require_once('admin-header.php');
    
    $today = current_time('mysql', 1);
    ?>
    
    <div class="wrap">
    <?php screen_icon(); ?>
    <h2><?php echo esc_html( $title ); ?></h2>
    
    <div id="dashboard-widgets-wrap">
    
    <?php wp_dashboard(); ?>
    
    <div class="clear"></div>
    </div><!-- dashboard-widgets-wrap -->
    
    </div><!-- wrap -->
    
    <?php require(ABSPATH . 'wp-admin/admin-footer.php'); ?>
    Thread Starter bgatto

    (@bgatto)

    Yes. I didn’t move files around. All I did was upload wordpress to the webserver, change the wp-config.php file to match my database name username, and password, and then run http://www.highskysoftware.com/wp-admin/install.php from my web browser.

    I then entered the name of the web site and my email address and clicked on install, and I receive a username and a password and message telling me to login.

    When I click on Log In and enter the given username and password, this is where I get the message.

    So I’m not moving files around to different places.

    When I upload WordPress, should I upload it in ascii or binary mode?

    Maybe that has something to do with it.

    Any other suggestions?

    Thanks for the help.

    Thread Starter bgatto

    (@bgatto)

    I have no plugins setup for http://www.highskysoftware.com. However, the parent domain (http://www.simplemoneyshop.com) I do have several plugings set up.

    Would the plugings from the parenting domain effect the addon domain?

    Thread Starter bgatto

    (@bgatto)

    I just deleted the wp-admin and wp-include directories from my web server. I then downloaded a new WordPress 2.9.2 and uploaded the wp-admin and wp-include directories to the web server.

    I tried to log in again, but I still got the same error message.

    I don’t know if this makes any difference, but because the domain is an addon domain, the root of the domain is not located in /public_html/ it’s located in /public_html/highsky_dom/

    Is there anything else that could be wrong?

    Thread Starter bgatto

    (@bgatto)

    I’m able to go right onto the websit, but if I try to log in, that is when I get the error message.

    What could be the reason for this?

    Thread Starter bgatto

    (@bgatto)

    When I go to http://highskysoftware.com/wp-login.php I get the login page and when I enter my username and password and click on Log In, this is where I get the error message.

    There is no folder named Redirect under the wp-admin folder. And in the main domain that I have which is http://simplemoneyshop.com there also is no folder called Redirect under the wp-admin folder, yet I’m able to log into its dashboard.

    Thread Starter bgatto

    (@bgatto)

    I was able to go into highskysoftware.com/wp-admin/index.php and change my password.

    However, I’m not too good with PHP. I didn’t find a file called redirect.php. I did find a global variable caled redirect_to in the
    wp-login.php file.

    I’m just trying to figure out if any changes should be made to this file around the redirect_to variable.

    Thread Starter bgatto

    (@bgatto)

    I have installed wordpress on my web host before, but now highskysoftware.com is an addon domain and I am trying to install wordpress under that domain.

    Thread Starter bgatto

    (@bgatto)

    The website address is http://www.highskysoftware.com

    Username: admin

    Password: dERpoFuOlZ7S

    When I go to the website I have no problem. However, the problem starts when I try to log in.

    Thread Starter bgatto

    (@bgatto)

    I went to that link and downloaded that plugin. The problem I’m having with it is when I try to activate it, I get a message saying:

    The plugin does not have a valid header.

    This is probably because this plugin is only compatible up to WordPress version 2.3.x and I have version 2.9.2.

    This seems like the ideal plugin for what I want, but when I try to go to the web site of the author of the plugin so I can email him my situation, the web site is not in english.

    Do you have any other suggestions?

    Thread Starter bgatto

    (@bgatto)

    Thanks. That solved the problem.

    Thread Starter bgatto

    (@bgatto)

    Thank you, but when I replaced the_post() with the_excerpt(), it printed the excerpt at the top without a title and without a link to display the whole post. After that the post title and the excerpt of that title were displayed, and it kept repeating the same title and excerpt over and over.

    The code looks like this:

    <ul class="list-3">
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_excerpt(); ?>
    <li>
    <div class="fr">
    <h2><a href="<?php the_permalink() ?>" class="title-2" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
    <div class="list-title-info">Filed under<?php the_category(', ') ?>
    </div>

    Why is it doing this and how can I fix it?

    Thanks,

    Bob

    Thread Starter bgatto

    (@bgatto)

    I didn’t know that WordPress needed those url’s. I thought I had to make some sort of change in there.

    Thread Starter bgatto

    (@bgatto)

    I just figured it out.

    I just hd o go to http//www.simplemoneyshop.com/wpadmin

    and that brought me right to the login screen.

    Thread Starter bgatto

    (@bgatto)

    No.

    My web site is http://www.simplemoneyshop.com and there is no log in or register link.

Viewing 15 replies - 1 through 15 (of 18 total)