colt082295
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: "No Categories" errorWell I didn’t change anything, and it just randomly started working correctly again.
Forum: Fixing WordPress
In reply to: "No Categories" errorSorry for the late reply. It doesn’t allow me to do any of those. I either get an error saying the old plugin couldn’t be deleted or Chrome says: Oops! Google Chrome could not connect to techrambles.com.
Forum: Fixing WordPress
In reply to: "No Categories" erroryes
Forum: Fixing WordPress
In reply to: "No Categories" errorForum: Fixing WordPress
In reply to: Uploading not workingI managed to fix it. There was a path in my wp-config file that still lead to my old site even though I did a search and replace. For some reason the editor missed it.
Forum: Fixing WordPress
In reply to: Uploading not workingAlso, everything else worked out fine in the move. For some reason it just insists on trying to store a tmp file in the old/non-existent directory.
Forum: Fixing WordPress
In reply to: Uploading not workingI’m using a muilt-site version of wordpress, so that won’t apply to me. Sorry I didn’t already state that.
Forum: Fixing WordPress
In reply to: Login/ragister brokenThank you very much. I had to edit the user tables.
Forum: Fixing WordPress
In reply to: Login/ragister brokenI’m taken to that site when I click register. However, when I use the login feature, it doesn’t work. It says that the login is incorrect. Then I try to register with the same username I tried to login with, and it says it’s taken. Then when I try to use the password reset, it says there is no user with that email.
Forum: Fixing WordPress
In reply to: No CSS When New Site Created?I figured it out. I had the wrong code in my .htaccess file. It now looks like this:
RewriteEngine On RewriteBase / #uploaded files RewriteRule ^(.*/)?files/$ index.php [L] RewriteCond %{REQUEST_URI} !.*wp-content/plugins.* RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin # RewriteCond %{REQUEST_URI} ^.* /wp-admin$ # RewriteRule ^(.+)$ $1/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule . - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] <IfModule mod_security.c> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule>Forum: Fixing WordPress
In reply to: No CSS When New Site Created?I’m not supposed to look for a “testing” folder on my ftp server am I? If I am, then it’s not there. But I looked in “wp-content/themes/twentyeleven” and the “style.css” file is there.
Forum: Fixing WordPress
In reply to: No CSS When New Site Created?Ok, thanks.
Forum: Fixing WordPress
In reply to: Page navigation?Nevermind, I got it.
Forum: Fixing WordPress
In reply to: New pages not workingThank you very much. I will try it later.