Forum Replies Created

Viewing 11 replies - 16 through 26 (of 26 total)
  • Thread Starter NomadMik

    (@nomadmik)

    I have now removed the folder ‘page’ and have the WordPress files directly under httpdocs in the mik subdomain.

    I now get:

    Error establishing a database connection

    Thread Starter NomadMik

    (@nomadmik)

    They are in /subdomains/mik/httpdocs/page/

    Thread Starter NomadMik

    (@nomadmik)

    Hello again,

    I just read this thread —–> Possibly deleted page.php…=)

    Apparently my problem was that there are three different index.php files in three different directories… I overwrote one of them with the wrong file.

    I followed the instructions in that thread and my page re-appeared.

    Yay!!!

    Thanks again all ??

    Thread Starter NomadMik

    (@nomadmik)

    <?php get_header();?>
    <?php include (‘sidebar1.php’); ?>
    <div id=”content”>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class=”post” id=”post-<?php the_ID(); ?>”>
    <h2>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php the_title(); ?></h2>
    <div class=”postmetadata-top”><small><?php the_date(‘M d Y’); ?> <?php edit_post_link(); ?>
    Filed In: <?php the_category(‘, ‘); ?></small></div>
    <?php the_content(‘Read more ›’); ?>
    <div class=”backtotop”>Back to Top | <?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?></div>
    <div class=”postmetadata-bottom”><small>Tags: <?php the_tags(”, ‘, ‘); ?></small></div>
    </div>
    <?php endwhile; endif ?>
    <div id=”navlink”>
    <?php posts_nav_link(‘ — ‘, ‘‹ Newer Posts’, ‘Older Posts ›’); ?></div>
    </div>
    <?php include (‘sidebar2.php’); ?>
    <?php get_footer();?>

    Thread Starter NomadMik

    (@nomadmik)

    Wow!!! That worked! Thank you so much!!!

    Thread Starter NomadMik

    (@nomadmik)

    Here is what my footer currently says:

    <?php wp_footer();?>
    </div>
    <div id=”footer”><small>TAKTEEK01 Theme by Eric Crooks | Powered by WordPress</small></div>
    </body>
    </html>

    Here is what I wanted to change it to:

    <?php wp_footer();?>
    </div>
    <div id=”footer”><small>TheDarkTower.info Copyright 2009 by Nastasia.com | Powered by WordPress</small></div>
    </body>
    </html>

    Here is the error message:

    Warning: fopen(D:\inetpub\vhosts\thedarktower.info\httpdocs\wp\wordpress/wp-content/themes/takteek01/footer.php) [function.fopen]: failed to open stream: Permission denied in D:\inetpub\vhosts\thedarktower.info\httpdocs\wp\wordpress\wp-admin\theme-editor.php on line 55

    Warning: Cannot modify header information – headers already sent by (output started at D:\inetpub\vhosts\thedarktower.info\httpdocs\wp\wordpress\wp-admin\theme-editor.php:55) in D:\inetpub\vhosts\thedarktower.info\httpdocs\wp\wordpress\wp-admin\theme-editor.php on line 70

    Even when I restore the code to the original, I get the error message.

    Also… I was hoping to add Kontera or Infolinks which requires adding script before the </body> tag. However I get the same error message.

    It seems like this footer just doesn’t want to be changed or added to in any way.

    Thread Starter NomadMik

    (@nomadmik)

    Hello esmi,

    I was just editing the text for starters and it wouldn’t accept that. I changed all the graphics in the theme so I was just trying to add copyright information. I got a fatal error when I did that.

    Later I tried to add script before the </body> tag and got the fatal error again.

    Do some themes prevent all editing of php pages?

    Thread Starter NomadMik

    (@nomadmik)

    A-ha! I figured out the FTP problem…yes it was unrelated to WordPress, it just happened at the same time I changed something in WordPress.

    I will post a new topic with my current problem.

    Thanks so much ??

    Thread Starter NomadMik

    (@nomadmik)

    That’s what I figured… They seem like two unrelated issues.

    Why is it that I cannot edit the text in the footer or add script (for something like Kontera) before the </body> tag without getting an error?

    Thread Starter NomadMik

    (@nomadmik)

    I am using Filezilla.

    I wondered about the blank space at the beginning or the end of my footer.php, but now I cannot upload and amended file with the directory locked.

    I will try it in the WordPress theme editor and see if it gets rid on the error message and unlocks the directory.

    Thanks ??

    Thread Starter NomadMik

    (@nomadmik)

    Does anyone know what could have possibly locked me out of my httpdocs folder? All the other folders are fine but everything I need to access is in that httpdocs folder.

Viewing 11 replies - 16 through 26 (of 26 total)