D Chad
Forum Replies Created
-
Hi,
Try re-uploading just that file “wp-login.php” in /wp-admin. Generally that fixes that error. Or sometimes the whole /wp-admin folder. Make sure to back up any files you overwrite first though.
Cheers,
ChadForum: Fixing WordPress
In reply to: Can't Edit Post After Inserting ImageHi,
Is it placing the cursor in the image or in the image description? If you hit enter does it move you to a new paragraph?
Cheers,
ChadForum: Fixing WordPress
In reply to: Editor not workingHi,
What browser are you using? Do you have anything blocking javascript in your browser like a security setting or other? I would also try restarting the browser to see if that helps?
Cheers,
ChadForum: Fixing WordPress
In reply to: I deleted .htaccessHi,
Do you have FTP access or control panel file upload access? If so you could create a new text file, name it .htaccess and upload it to the site web root directory. Here is the basic snippet for the .htaccess file:
# 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 WordPressHere is more info on that too http://codex.ww.wp.xz.cn/Using_Permalinks
Hope that helps.
Cheers,
ChadForum: Fixing WordPress
In reply to: Cart Checkout Price Is InaccurateHi,
You would want to work with the plugin developer on that issue. They are here http://www.instinct.co.nz/help/ . I believe they have different support options for paid and free plugin users as well. Hope that helps.
Cheers,
ChadForum: Fixing WordPress
In reply to: Html in WP editor is getting jumbled and organized.Hi,
Looks like it is putting it all on one line maybe? Does your text editor have options for line endings? Maybe try using “unix” line endings if it does have options, sorry I’m not familiar with that editor. Not sure if that is the problem but maybe something to check out.
Cheers,
ChadForum: Hacks
In reply to: Is it possible: ASP.NET WP?Hi,
What do you mean by integrate them? If you use the subdomain blog.yoursite.com you can host them on two different servers pretty easily or even redirect yourdomain.com/blog. However if they need to share authentication or other resources everything gets much more complicated. You can setup WAMP on a windows server to run wordpress if they need to be on the same server. So in short it all depends on what integrate them means.
Hope that helps.
Cheers,
ChadForum: Fixing WordPress
In reply to: None of my pages work, Error 404.Hi,
Make sure your FTP client allows you to see “hidden files” generally there is a setting to turn that on. Otherwise any files starting with a “.” in the beginning will be invisible.
Hope that helps.
Cheers,
ChadHI,
You could overwrite the wp-admin directory with a new download from ww.wp.xz.cn but depending on your setup that can be risky. If you go that route I would generate a full site backup first so you can easily restore, you can do that through cpanel usually under the files and backup area.
This .htaccess file could also be the culprit and is pretty far from your standard wp .htaccess setup. I would maybe start there and try a standard .htaccess file, just rename this one and disable the plugin that is using it of course.
Cheers,
ChadHi,
What are the permissions on the actual file itself? You can check with an FTP client or command line depending on your hosting setup. If you let us know what FTP client you use we can give more details on how to do that or you can talk to your hosting provider about it. That all depends on how you have the site hosted etc..
Cheers,
ChadForum: Fixing WordPress
In reply to: RedirectionHi,
You might also check your settings with your host. There are options in cpanel and other popular hosting panels to redirect the domain to pages etc..
Hope that helps.
Cheers,
ChadForum: Themes and Templates
In reply to: How to remove "Posted by: My Name" on blogHi,
Depending on how the templates are setup they might be using this function
<?php the_author(); ?>
http://codex.ww.wp.xz.cn/Function_Reference/the_authorI would start by looking through the theme files for that line as I imagine that is how they are posting that information.
Hope that helps.
Cheers,
ChadHi,
Within your wordpress admin under plugins I would first disable the “advanced-post-manager” plugin as that seems to be causing the error. Then you can try to update the plugin or re-install it to use it again.
Hope that helps.
Cheers,
ChadForum: Fixing WordPress
In reply to: One or more database tables are unavailable.Hi,
Login to your host control panel and look for phpmyadmin. From there open phpmyadmin and first verify that the tables are in the database. You can also try repairing the tables from phpmyadmin if they are there although this does not seem like a data corruption error really. If the tables are not there but they were before contact your host about restoring the database.
Hope that helps.
Cheers,
ChadForum: Fixing WordPress
In reply to: images, icons, tons of stuff missingHi,
No problem, if this is working now you can set this to resolved.
Cheers,
Chad