kenb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Newly installed WordPress – Can’t upload imagesOkay – figured it out. For anyone who’s interested:
First, I’m using FCKeditor.
I manually created the following directory:
wp-content/uploads/image
Upload graphics directly to that directory via FTP
In FCKeditor, click on Insert Image icon
Image Properties – click on Browse Server
Image file name should appear in window
Click on it
Window will close and take you back to Image Properties
Click okay
I hope this helps someone.
Forum: Fixing WordPress
In reply to: Newly installed WordPress – Can’t upload imagesSame problem here after upgrading to 2.5.1 from 2.5. Any resolution?
Forum: Fixing WordPress
In reply to: WPAU not accepting FTP credentialsUnfortunately, same problem as John. Tried every possible permutation of my FTP site address – one of them should work.
Forum: Plugins
In reply to: FCKEditor InstallationYep – installed it wrong. Everything now works.
Forum: Plugins
In reply to: FCKEditor InstallationI’m beginning to think I installed fckeditor incorrectly. Could someone let me know what the directory structure should look like within the plugins directory?
Thanks again.
Forum: Plugins
In reply to: FCKEditor InstallationOkay – I managed to figure out why it wasn’t getting activation. I can explain it if anyone’s interested.
Now that it’s activated the editor is not loading. I’m getting the error “FCKeditor is not defined.” It’s pointing to line 302 in what looks like the page.php file as follows:
function _deans_fckeditor_load(){
302 var oFCKeditor = new FCKeditor( ‘content’ ) ;
303 oFCKeditor.Config[“CustomConfigurationsPath”] = “http://www.pittsburghhomesrus.com/blog/wp-content/plugins/plugins/custom_config_js.php”;
304 oFCKeditor.BasePath = “http://www.pittsburghhomesrus.com/blog/wp-content/plugins/plugins/fckeditor/” ;I realize that this is getting pretty technical, but any advice?
Thanks.
Forum: Fixing WordPress
In reply to: About Me Page….Trisha – thanks for your response. I ended up deleting my entire blog directory, reinstalling, and going with a different theme. So far, everything is working okay – but I’m just getting started again. In my original install, there was no htaccess file created. This time I included a blank one. I don’t know if that made a difference.
Forum: Fixing WordPress
In reply to: About Me Page….I’m having the same problem. After spending much time trying to research the problem, I think it may be related to the .htaccess file. Unfortunately, I’ve have been unable to find any clear explanations. So, I have no solution. I’m hoping someone can clear this up because it’s pretty frustrating.