ftschumann
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Incorrect Password & wordpress not sending new password on emailWhen you first tried to log in and it didn’t let you, what was the message? Did it just say wrong password?
Forum: Fixing WordPress
In reply to: change database connectionWhen you say that you’ve created a new database and edited the wp-config file to match, do you mean that the database is completely empty? No tables, etc.?
Forum: Fixing WordPress
In reply to: unable to enter into FTP after failed 4.1 updateNot sure. Try replacing everything with
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Save it and see if that has made a difference. If not, replace it again with what you’ve posted here, so that it’s back to the previous state.
Also, if you think it might be Wordfence, try going to
wp-content/plugins/and rename the wordfence folder to wordfence_past.
That should deactivate it.
To be honest, if you can’t access FTP via an FTP client, there is a good chance that you’ll need to report it to your hosting provider – it might be a server issue.
Forum: Fixing WordPress
In reply to: unable to enter into FTP after failed 4.1 updateAre you able to access your .htaccess file to modify it?
Forum: Fixing WordPress
In reply to: Error While Uploading any thingI think you probably need to edit the php.ini file located in etc/ folder.
This page seems to give you the walkthrough:
http://www.abluelink.com/2009/01/04/fixing-missing-a-temporary-folder-error-on-wordpress-27-uploader/I’ve never tried it myself, so I can’t guarantee success.
Best,
Florian
Forum: Fixing WordPress
In reply to: 'You do not have sufficient permissions to access this page.'Did this issue start as soon as you installed WordPress, or more recently?
Forum: Fixing WordPress
In reply to: Adding Categories issueFirstly, go to your admin panel, to Posts > Categories.
Point your mouse over ‘Uncategorized’ and you’ll see a few opens appear below it.
Click on Edit and change the name and slug there.Categories in products are not what you menu is using. Is it WooCommerce that you’re working with? I’m not famillar with it myself, but I imagine that if you go to Appearance > Menus and this press on the ‘Screen Options’ button at the top right of the screen. It might give you an option to list shop categories. Just an idea.
Best,
Florian
Forum: Fixing WordPress
In reply to: Incorrect Password & wordpress not sending new password on emailAre you referring to WordPress.com or a self-hosted WordPress install?
Forum: Fixing WordPress
In reply to: White Screen of DeathMight not be a WordPress issue but a theme issue. When did the theme’s developers last update the theme?
Forum: Fixing WordPress
In reply to: Fatal ErrorI’m not a php programmer so I wouldn’t be able to do much else. Maybe see if there is a .htaccess file in a folder that shouldn’t have it, and check all folder permissions. Other than that, I’m out of ideas.
Forum: Fixing WordPress
In reply to: Posts redirecting to about pageHi Aussie,
I agree with Aussie; I was saying that in theory that’s what I would need to do with my level of knowledge to help with the issue.
I would not be comfortable with anyone giving out access to anyone here. I’m not saying that I’m not trustable, but what it comes down to is that you don’t know me and it’s far better to be safe than sorry.
@wpyogi – Don’t worry, I wasn’t asking for access. I never would. I should have phrased that more clearly. Apologies.
Forum: Fixing WordPress
In reply to: Media Library not showing imagesIs there a .htaccess file within any of the folders?
wp-content/
wp-content/uploads/
and any folders inside that?Forum: Fixing WordPress
In reply to: Media Library not showing imagesTry installing and running ‘Regenerate Thumbnails.’ It’s a long shot, but the only idea I can think of.
Forum: Fixing WordPress
In reply to: Pages won't load except Home with header warningNot a silly question at all.
Sometimes, menus have to be reactived and all theme related options need to be redone.
Forum: Fixing WordPress
In reply to: Gallery images keep loadingSounds like it’s all connected to the theme you’re using.