webjunk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Insert/upload image Page dosent loadHave you tried both the Flash and the regular browser upload? If yes then it probably is a permissions issue.
http://codex.wordpress.org/Changing_File_Permissions
And make sure you actually have the wp-content/uploads directory actualy exists.Forum: Fixing WordPress
In reply to: ???? in farsi postsIf its Apache on Windows you can enable htaccess support.
If its IIS then you need to edit the web.config and if not exist place the file in the websites root directory. You will have to check IIS docs for specifics. I don’t do windows….Forum: Fixing WordPress
In reply to: Pictures in Comment Section?Forum: Fixing WordPress
In reply to: wp-admin gets – page not foundTry renaming the plugins directory. Create a new empty pugins directory with the same permissions as the old.
Second, Try renaming the theme directoy you are using.Forum: Fixing WordPress
In reply to: Blog works but admin sections do notTry renaming the plugins directory. Create a new empty pugins directory with the same permissions as the old.
Second, Try renaming the theme directoy you are using. Create a new theme directory with the default (twenty-ten) theme files using the same directory name as the old one.
See if it comes up from one of those.Forum: Fixing WordPress
In reply to: I have SOOO screwed up my hosting with wordpress!!fantastico does not install domains. It does install WP. Maybe you just installed the files over the old one but it would have created a new database. You would need to follow what James said and then change the wp-config.php and you shou be fine.
Forum: Fixing WordPress
In reply to: UTF-8 Charset problems after integrating WP into my site.Without actually seeing your site it is difficult to know. Do not really get a good picture of what you are trying to do or how you are doing it.
Forum: Fixing WordPress
In reply to: User RegistrationIf you look you will find. Here is just one:
http://wordpress.org/extend/plugins/register-plus/@troccola
Without a link to your site can not tell you anythingForum: Fixing WordPress
In reply to: WP adding forward slash to all linksHonestly do not know. But if it does not effect the finished page woud not be that concerned as long as your main issue is resolved.
Forum: Fixing WordPress
In reply to: Broken Admin PanelYou were supposed to do more an read the page on permissions. The idea is to check the permissions of your files and directories.
ALso look in your main WP directory for a file called: error.log and if so then post the last few errors into pastbin.
But it sounds like you have the wrong permissions somewhere. And remember too much permissions is just as bad as too little. It must be the Correct permissions as per that page.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Contact form broken since updateJust keep in mind when you upgrade the plugin next time (upgrades ae a good thing) you may need to edit that again and if the file has changed not may not be on the same line.
Glad we got it working for you.Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Contact form broken since updateNot sure why the permalinks have that effect but try this. In the Contact form 7 plugins directory open includes/classes.php
Around line 109 you will see:
$url = wpcf7_get_request_uri();
change that line to be:
$url = '/index.php/'.wpcf7_get_request_uri();See if that resolves it.
I have nothing to do with the plugin. Just answer questions on the forums when I have time.
Presuming you are on a shared server. You might just need a dedicated IP address for your website. Contact your hosting company and ask them what you need. They should have told you in their response.Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Contact form broken since updateAre you hosted under Windows or Linux?