emarsh
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Adding WP to rootI 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.
Forum: Fixing WordPress
In reply to: Front page options missingPerfect. Thanks.
Forum: Fixing WordPress
In reply to: Front page options missingGreat. 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?
Forum: Fixing WordPress
In reply to: Front page options missingI have the same problem. Version 2.8.4 upgraded consistently since before 2.7.
Forum: Installing WordPress
In reply to: Adding WP to rootThat might be just the key, apljdi. I’ll check it out.
Forum: Installing WordPress
In reply to: Adding WP to rootMaybe 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.
Forum: Installing WordPress
In reply to: Adding WP to rootI 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 editingInteresting 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 editingAnd 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? 🙁
Forum: Fixing WordPress
In reply to: edit.php and theme editorI changed the PHP memory thing up to 32MB and that did the trick. Seems a little excessive, but it’s working.
Forum: Fixing WordPress
In reply to: edit.php and theme editorNope, 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?
Forum: Fixing WordPress
In reply to: edit.php and theme editorThis 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 editingSo, I deleted default and classic, and now i can edit connections.
Forum: Fixing WordPress
In reply to: Template editingI did, and they said nothing has changed.
Forum: Fixing WordPress
In reply to: edit.php and theme editorIntersting. 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.