ornmnt
Forum Replies Created
-
Ok, thank you all so much for your help on this. I don’t know how I missed this, but I just noticed that my /beta (i.e. non-Wordpress folder) was filled with a bunch of WordPress files. Everything from wp-activate.php to wp-blog-header.php to the WordPress index.php file. I definitely didn’t put them there so I can only assume WordPress somehow added them when I upgraded.
Very confusing but after carefully weeding out all the WP files it seems to be working okay. Again, a million thanks!
Another note about .htaccess:
I also have a .htaccess file in the /beta folder. Within that folder, I am using Kirby (getkirby.com) a file-based CMS. Here is the .htaccess for that folder:
RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-d RewriteCond %{SCRIPT_FILENAME} !-f RewriteRule ^(.*)$ ./index.php?request=$1 RewriteBase /beta@leejosepho Thanks so much for the help. Especially considering the fact that you need some sleep!
I just assumed that the RewriteBase /wp/ was a signal that the WordPress folder exists in the /wp directory. Do you think that is causing the problem?
I should maybe clarify that the .htaccess file I posted above is contained inside the /wp folder, not the root directory. I just checked there and there is another .htaccess file with just the following code
DirectoryIndex index.phpIs it possible for a site to have multiple .htaccess files in separate folders?
Oh, and I also tried moving the extra two “copy” .htaccess files into another folder and unfortunately, the problem still persists…
@tara thanks for the tips. I just tried deactivating all my plugins and switching to the default 2013 theme but it didn’t seem to solve the problem. I guess the next step will be resetting the plugins folder and/or reuploading the files. To be honest, I’m a little nervous, but if all else fails…
Thanks again!
Thanks so much for the help, all.
@tara I Just checked and there appears to be a wp-config.php file in the /wp folder. According to my FTP program, its date is 11/15/12 so it looks like it hasn’t been changed recently. Do you think there might be something I need to update? As I mentioned earlier, everything seemed to be working fine until I upgraded to 3.7.1. I wonder if there could be some conflict there?
@leejosepho That’s really interesting. To be honest, I know next to nothing about htaccess files. I just checked and it appears that I have not only one .htaccess file, but also .htaccess copy, and .htaccess copy 2 in the /wp folder. Do you think this could be causing a problem? Here is the code in .htaccess file:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wp/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wp/index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: Hacked / Dashboard not working / base64_decode / AAAHHHH!!!!Thank you so much for this. I should have mentioned that I am on Dreamhost, as in that last link so it’s likely the same. I’m embarrassed to admit this, but I don’t even know how to do this:
Log into your sever and run the following:
last -i | grep youruser
Do I need a specific program for that? I have Dreamhost and Transmit, but I’m not sure what it means by “running” something on my server…
Forum: Fixing WordPress
In reply to: Hacked / Dashboard not working / base64_decode / AAAHHHH!!!!One more thing: I managed to make my way through the unstyled dashboard to see this:
You have the latest version of WordPress.
You have the latest version of WordPress. You do not need to update. However, if you want to re-install version 3.3.1, you can do so automatically or download the package and re-install manually:
Reinstall now / Download 3.3.1
Would it be a good idea to click “Reinstall now”? Would I lose all the data I added to WordPress?
Perfect. That’s just what I was hoping to hear. Thank you so much for your help!
Thanks for your comments. Just to make sure I’m clear—I don’t need to have another page in the root (for example, another html file), but I would like to have other folders in there unrelated to the root WP installation (e.g. my old site in a folder in the root (www.domain.com/old-site). Will this be okay?
Forum: Fixing WordPress
In reply to: WP adding inline styles (which I don't want) to my codeOkay, I think I’ve now witnessed one thing that caused this. Bear with me—I hope I can explain this:
I was trying out some different formatting of existing content on one of my Pages. There was a heading (
<h3>), and below that <p> text. If I backspace the <p> paragraph onto the end of the<h3>line, then shift+return to do a line break, it adds<span style="color: #444444; line-height: 24px; font-size: 16px;">to the code.Not sure exactly what you mean by Post content. It is from a “Page”—is that what you mean? As far as me adding the original content, I think I probably cut and pasted some of the text and typed some. But to clarify, there wasn’t a problem initially; the formatting issues came after I began editing the text/code… Hope this helps? Thanks!
Forum: Fixing WordPress
In reply to: Front page displays a static page; where is my latest posts page?AHHH! That is exactly what I needed. Thank you so much!!
Forum: Fixing WordPress
In reply to: Problem moving WP, now only the home page worksThank you both so much for your help. You are lifesavers. I really appreciate it. Everything seems to be back up and running. Now I just have to start from scratch and figure out the proper way to move the site into the root directory…
Happy 2011!!!!
Forum: Fixing WordPress
In reply to: Problem moving WP, now only the home page worksThanks, I managed to find the .htaccess file by checking “show invisible files.”
I deleted the .htaccess file, but WordPress won’t let me delete the custom permalink settings. These are currently set to http://www.francesstark.com/wp, which is the directory WP is installed in…
It gives me the following messages when I try to delete the custom permalinkse:
The WordPress address you entered did not appear to be a valid URL. Please enter a valid URL.
The Site address you entered did not appear to be a valid URL. Please enter a valid URL.
Any thoughts?
Forum: Fixing WordPress
In reply to: Problem moving WP, now only the home page worksThanks so much for your help, esmi. Could I ask where I might find the .htaccess file? I can’t seem to find it anywhere on the server…
Forum: Themes and Templates
In reply to: Can’t get background color to show in wrapperSorry, I didn’t know about the pastebin policy and I can’t find a way to modify the original post so I’ll just post this as a comment.
Here is a link to the code for the stylesheet and the main index template:
http://wordpress.pastebin.ca/1811621
Again, if anyone could offer any clues it would be greatly appreciated. I’m guessing it must have something to do with some CSS conflicts or omissions…