Forum Replies Created

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

    (@lellow)

    Thanks for all your help! ๐Ÿ™‚

    Thread Starter lellow

    (@lellow)

    Thanks so much moshu! That did the trick! ๐Ÿ™‚

    One last thing, though it may be off – how can I get the pages to work again? When I click a link I get the “404 Not Found” (and not the custom wp 404). I tried changing the permalinks, but none work except for the default.

    Thread Starter lellow

    (@lellow)

    1. If it is a new domain – it needs time to propagate all over the web (usually 24-72 hrs)
    2. There are two values in the wp_options table in the database that need to be changed: home and site_url. Check them in the DB if you have access to phpMyAdmin.
    3. BTW, was the database moved, too?

    The domain is working, I can access everything else!

    I went to phpmyadmin >wp>wp_options and saw the “siteurl” was correct. It’s been modified to the new domain. But couldn’t find “home”?

    And yes, the database was moved too!

    Thread Starter lellow

    (@lellow)

    That’s what I thought, lol.
    Funny thing is, the files and all have been moved to the new domain! So I’m confused why I’m unable to access the site (well main site). The url has been changed in the wp-admin setting too.

    Thread Starter lellow

    (@lellow)

    hmm … not working. ๐Ÿ˜•

    I still get “The Page isn’t redirecting properly” in FF.

    Thread Starter lellow

    (@lellow)

    Don’t mean to bump – but I thought maybe someone can help if I posted my codes. Here is my header file:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head profile="http://gmpg.org/xfn/11">
    <title>Colbie Caillat Fans โ€ข ColbieCaillatFans.Net</title>
    <meta name="description" content="Colbie Caillat Fans - Ultimate fan site with information, media and downloads, photos, and more!">
    <meta name="keywords" content="Colbie Caillat, Colbie, Bubbly, CoCo, Videos, Music, Photos,">
    <meta NAME="Language" CONTENT="English">
    <META NAME="ROBOTS" CONTENT="follow, all">
    <META NAME="REVISIT-AFTER" CONTENT="1 days">
    <META NAME="RATING" CONTENT="general">
    <meta name="author" content="Minnie">
    <meta name="copyright" content="2008-2009">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="imagetoolbar" content="no">
    <link rel="stylesheet" type="text/css" href="http://colbiecaillatfan.net/wp-content/themes/Bubbly/style.css" media="all">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <?php wp_head(); ?>
    </head>
    <body>
    
    <table width="872" height="528" border="0" cellpadding="0" cellspacing="0" align="center">
        <tr>
            <td colspan="9">
                <img src="images/colbiefans_01.jpg" width="872" height="70" alt=""></td>
        </tr>
        <tr>
            <td colspan="9">
                <img src="images/colbiefans_02.jpg" width="872" height="203" alt=""></td>
        </tr>
        <tr>
            <td colspan="3">
                <img src="images/colbiefans_03.jpg" width="312" height="32" alt=""></td>
            <td>
            <a href="colbie.php">
                <img src="images/colbiefans_04.jpg" border="0" width="52" height="32" alt=""></a></td>
            <td>
            <a href="#">
                <img src="images/colbiefans_05.jpg" border="0" width="81" height="32" alt=""></a></td>
            <td>
            <a href="#">
                <img src="images/colbiefans_06.jpg" border="0" width="70" height="32" alt=""></a></td>
            <td>
            <a href="#">
                <img src="images/colbiefans_07.jpg" border="0" width="49" height="32" alt=""></a></td>
            <td colspan="2">
                <img src="images/colbiefans_08.jpg" width="308" height="32" alt=""></td>
        </tr>
        <tr>
            <td background="images/colbiefans_09.jpg" width="15" height="157"></td>
    
            <td valign="top" background="images/colbiefans_10.jpg" style="background-repeat:no-repeat; background-color:#f9f5ec;" width="274" height="157">
            <?php get_sidebar(); ?></td>
    
            <td colspan="6" valign="top" background= "images/colbiefans_11.jpg" style="background-repeat:no-repeat; background-color:#f9f5ec;" width="568" height="157">

    My index file:

    <?php get_header(); ?>
    
    <?php if (have_posts()) : ?>
    
                <?php while (have_posts()) : the_post(); ?>
    <table width="98%" cellbadding="0" cellspacing="2" border="0">
    <tr><td class="post-title"><b><?php the_title(); ?></b></td></tr>
    <tr><td class="post-news"><?php the_content('Read the rest of this entry &raquo;'); ?></td></tr>
    <tr><td class="post-date-author"><?php the_time('F jS, Y') ?>  by <?php the_author() ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?>  <?php comments_popup_link('No Comments ยป', '1 Comment ยป', '% Comments ยป'); ?></td></tr></table>
            <?php comments_template(); ?>
    
                <?php endwhile; ?>
            <div align="center"><?php next_posts_link('&laquo; Older Entries') ?> -
                 <?php previous_posts_link('Newer Entries &raquo;') ?></div>
    
                <?php else : ?>
    
                <h2 align="center">Not Found</h2>
    
                <div align="center">Sorry, but you are looking for something that isn't here.</div>
    
                <?php endif; ?>
    
    <?php get_footer(); ?>

    Any help?!

    Thread Starter lellow

    (@lellow)

    Oh, thanks! It’s been fixed!! ๐Ÿ™‚

    Thread Starter lellow

    (@lellow)

    Thanks so much!! ๐Ÿ˜€

    Thread Starter lellow

    (@lellow)

    oooh thanks so much!! ๐Ÿ™‚

    It worked!

    Thread Starter lellow

    (@lellow)

    Sorry, don’t mean to bump but I meant to say that when I go to my wp-admin it says “Your session has expired” “ERROR: Incorrect password”

    Any ideas what I can do? I also tried logging in with my cousin’s account and that won’t even work.

    Any clue as to what I should do?

    I really need to update , this is really frustrating!

    Thread Starter lellow

    (@lellow)

    Yeah I figured that after I made this post, lol. What should I do?

    The passwords aren’t working and I really need to update my site!

    Is there anything else?

    Thread Starter lellow

    (@lellow)

    ^^ Sorry if it seemed like I yelled that’s not what I did.

    Anyway, I pressed the “lost password” and I received the emails , clicked the link typed in my user name and new password – yet still nothing.

    I don’t know what to do.

    Should I try downloading the wp-config.php file and change the password like that? I used fantastico and it auto installed itself. And I believe my version of wp is 2.1.2

    Thnx.

    Thread Starter lellow

    (@lellow)

    Thank you ๐Ÿ™‚

    Just one more question, how can I make it with 2 background colors? Here’s an example and can better explain what I mean [ http://oh-rihanna.com/index.php/2007/05/21/uk-good-girl-gone-bad-bonues-disc/#comments ]

    U see how one comment would be a certain color and the next is different? *ugh* I hope I’m making sense and not confusing anyone.

    But if you know what I mean, can you tell me how I can do that?

    Thank you ๐Ÿ™‚

    Thread Starter lellow

    (@lellow)

    Thanks a lot for your reply ๐Ÿ™‚

    You’ve helped me with pretty much most of my questions. The third link you provided is what I really needed. Though, I’m reading all of them carefully like said ๐Ÿ˜‰

    Thanks a lot! Hopefully with what you provided (the links and information) I can get everything done!!

    And what I meant by “regular” was just by uploading my files not into the wp-content and having my links be .php. But I got it now , and like I said I didn’t care if I had to do it like that I just wanted to make sure ๐Ÿ˜‰ Also I’m using the latest version 2.0.4.

    Thanks!

    Thread Starter lellow

    (@lellow)

    Thanks ๐Ÿ™‚

    Since I’m new to wp, and other people have reccommended me to just leave it I will. It’s not *that* important … I now know for the next time ๐Ÿ˜€

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