Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • if you used the wp-config-sample.php file to create your wp-config.php file, i noticed that there is a missing ?> at the end of it. when i added this, it fixed part of my installation (but i’m still having other problems myself).

    hi gmatkin,

    i also had this problem and fixed it temporarily by uploading the 2.7 version of wp-db.php. This got my site working but i still see other error messages, e.g. editing my pages, i see:

    Warning: implode() [function.implode]: Invalid arguments passed in /home/creati40/public_html/creatinemonohydrate.net/wp-includes/post.php on line 1762

    i do use quite a lot of plugins, especially redirection and advanced permalinks, which are essential for my website and i dont want to switch them off!!!!

    tanchiahuei

    (@tanchiahuei)

    i also had a disappearing of the pages i created yesterday (though the ones from before were fine). items i had inserted in the redirection plugin were also gone! did something happen or could it be my server? it’s as if my website rolled back to 2 days ago (i just put up a new version of my website 4 days ago and have been making changes over the past 4 days).

    tanchiahuei

    (@tanchiahuei)

    i am also having problems with robots meta resetting my htaccess! it’s very annoying because i need it to redirect a few important pages (download links). the redirection would work fine until i access the robots option page. 🙁 a fix to this please?

    tanchiahuei

    (@tanchiahuei)

    THANKS ARNEE!
    I spent all day trying to figure out why my new live site was now blocking google. Turns out I *did* switch on the block search engine feature in wordpress during the preparation of the new site (since it was a duplicate of the site that was online).
    Thanks for the reminder 🙂

    For the benefit of other users…. I stumbled upon a small problem with the earlier code. On the child pages, the parent page link appears. However, on the parent page itself, it’s not there!

    I finally worked it out by repeating the echo parent link part:

    <?php if($post->post_parent) {
    	$parent_link = get_permalink($post->post_parent); ?>
    <a href="<?php echo $parent_link; ?>">Main</a>
    <?php  }
    else { ?> <a href="<?php echo $parent_link; ?>">Main</a>
    <?php }
    ?>

    At least it worked for my system, where I only had 1 parent page. Hope this is useful for others 🙂

    Thanks flashaaron!

    I was creating all the other sub-page navigation links manually in a list since i’m not great with wordpress loops yet. Then I ran into problems linking back to the parent page, because it would have double the permalink e.g. creatine_guide/creatine_guide :p

    Thanks very much for the bit of wordpress code, saved me hours of searching.

    i managed to get the period to work by using ONLY the advanced permalink plugin. don’t use both advanced and custom permalink at the same time – that somehow screws it up.

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