Forum Replies Created

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

    (@emarsh)

    I ended up moving the files to the root, changing the settings accordingly, and then making a page for the blog and one for the main page, pointing “posts” to the blog page, to keep the same subdir. It is that last part that is missing from the tutorial.

    Perfect. Thanks.

    Great. Thanks, Kawauso. Here’s another question. I added a page called main page, which I want on the front page, with my already-existing blog on a separate blog tab, but both the “Front page” and “Posts page” options give me only the new page I created. How do I put the blog in the “Posts” area?

    I have the same problem. Version 2.8.4 upgraded consistently since before 2.7.

    Thread Starter emarsh

    (@emarsh)

    That might be just the key, apljdi. I’ll check it out.

    Thread Starter emarsh

    (@emarsh)

    Maybe I should clarify. I want the blog at erikmarshall.net/blog to remain exactly the same – all the permalinks, entries, everything the same. I want to add WP to the root directory and have the /blog as a tab or link within the root. I am looking for the simplest way to do this.

    Thread Starter emarsh

    (@emarsh)

    I saw that before, but I’m still not sure what to do. Should I move the entire thing into root? If so, how do I get the blog to show up at /blog without reinstalling everything? Or should I simply change the Blog Address to root? If so, same question.

    Forum: Fixing WordPress
    In reply to: Template editing
    Thread Starter emarsh

    (@emarsh)

    Interesting point, billh. I checked, but the two CSS files have different names and everything else. I am using default right now until i can get connections working again. Even if I install new themes from theme chooser site, they also say “Stylesheet is missing”. Interestingly, I can go to “Files” under “Manage” and see/edit the stylesheet for connections.

    Forum: Fixing WordPress
    In reply to: Template editing
    Thread Starter emarsh

    (@emarsh)

    And now, after upgrading to 2.0.5 I can’t edit my themes at all. It keeps saying: “Stylesheet is missing” even though the stylesheet is there. I reuploaded default, and that works, but i can’t edit that either. It says the files are in /, but when i go to editor, it says no file exists. I have deleted and reinstalled my themes, but it keeps saying stylesheet is missing and won’t let me switch to anything. Can anyone help me? 🙁

    Thread Starter emarsh

    (@emarsh)

    I changed the PHP memory thing up to 32MB and that did the trick. Seems a little excessive, but it’s working.

    Thread Starter emarsh

    (@emarsh)

    Nope, not fixed yet. I just upgraded to 2.0.5 and same problem. I was able to get an error message on clicking “manage” though:

    Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 40 bytes) in /home/erikmar/public_html/blog/wp-includes/functions.php on line 1471

    Does anyone know what this means or how to fix it?

    Thread Starter emarsh

    (@emarsh)

    This is frustrating. I am hoping the next upgrade might fix this. In the meantime, take a look at my .htaccess and tell me if I put the memory thing in the right place.


    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    # Redirect FeedBurner to your own Feed
    RewriteBase /blog/
    RewriteRule ^feedburner_885568/?$ /blog/feed/ [R,L]
    RewriteCond %{HTTP_USER_AGENT} ^FeedBurner.*$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    # Feed Redirect Rules will go here
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    </IfModule>
    php_value memory_limit "24M"
    # END WordPress

    Forum: Fixing WordPress
    In reply to: Template editing
    Thread Starter emarsh

    (@emarsh)

    So, I deleted default and classic, and now i can edit connections.

    Forum: Fixing WordPress
    In reply to: Template editing
    Thread Starter emarsh

    (@emarsh)

    I did, and they said nothing has changed.

    Thread Starter emarsh

    (@emarsh)

    Intersting. I don’t have post tools, but I have disabled most of my plugins, but nothing seems to work. I was thinking about putting another htaccess in the subdir for edit.php and see what happens. Confusing and frustrating.

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