webjunk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: After Login with User Name and PSW 404 errorForum: Fixing WordPress
In reply to: After Login with User Name and PSW 404 errorSorry. I needs to be like:
/** Load WordPress dashboard API */ require_once('/home/user/public_html/wp-admin/includes/dashboard.php');Missed the leading “/” for absolute path. Keyboard not working well on this computer….
Forum: Fixing WordPress
In reply to: After Login with User Name and PSW 404 errorI think the wp-admin/index.php is fine. But would like you to change a line in that index.php where it says:
/** Load WordPress dashboard API */ require_once(ABSPATH . 'wp-admin/includes/dashboard.php');change (according to yur own directories) to:
/** Load WordPress dashboard API */ require_once('home/user/public_html/wp-admin/includes/dashboard.php');Forum: Fixing WordPress
In reply to: Link header image to homepage – HELP!Can you copy/paste your header.php into Pastbin?
Forum: Fixing WordPress
In reply to: After Login with User Name and PSW 404 errorDo you have a program that does screen captures? Or you can download Irfanview which is free and does. Then place it on yourserver someplace and leave the link to it here.
If you will reinstall WP then backup your database first.
Also when you get the 404 error, what URL is returned?
Forum: Fixing WordPress
In reply to: wp-admin gets – page not foundneed to know more specifics in the .htaccess. WHat is just above Deny All? And there should be another line with Allow (above or below) need to know the whole thing.
Second check the permissions.
Have a link to the site so we can take a look?Forum: Networking WordPress
In reply to: The cid was not found or the password was incorrectSee if there is an error.log
Forum: Fixing WordPress
In reply to: How to add a swf file to a post?Try the Shadowbox JS plugin. ever heard of the ones you mentioned.
Forum: Fixing WordPress
In reply to: After Login with User Name and PSW 404 errorNEXT:
Try the default theme. (Rename the current Theme directory)
Check wp-config.phpYou only have to try it for a minute.
After that look at .htaccess
Forum: Fixing WordPress
In reply to: Link header image to homepage – HELP!Did you mean to post that someplace else? Makes no sense here.
Forum: Fixing WordPress
In reply to: Link header image to homepage – HELP!My first posting I had the end tag wrong.
<a>
when it should have been:
</a>Forum: Fixing WordPress
In reply to: PageofPost setup getting Fatal Error in query.phpIf you noticed above (the moderators remove) your template violated the rules because you are to use pastbin. If could see the template.
Forum: Fixing WordPress
In reply to: Link header image to homepage – HELP!Hopefully you did not copy exactly as I did have a small error:
should be:
<a href="http://mysite.com"><h1>"><?php bloginfo('name'); ?></h1></a>I use it all the time.
Forum: Fixing WordPress
In reply to: After Login with User Name and PSW 404 errorDid you follow the steps I already gave to you?
Forum: Fixing WordPress
In reply to: Is there a event calendar like this one?If you view the source of that page you will see it is using:
http://wordpress.org/extend/plugins/ajax-calendar/