Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have now got it working!

    Whilst I had previously tried reinstalling WP without change, on this occassion is has worked by following some advice from TonyM (thanks TonyM!).

    I downloaded a ‘new’ version of wordpress 2.1 (I had had the issue with this version of WP but redownloaded in case someone had made a minor tweak or change).

    I chmodded the three WP directories to 777, created a .htaccess file in my blog folder (which is also root) and chmodded the .htaccess to 777 as well. The access rights I used may be overkill but its worked and that was my main concern!

    Hope that helps somebody!

    I don’t have any plugins installed (fresh install and new to WordPress) and my posts have two tabs, Visual & Code – neither seems to do anything and I have double checked that I have the visual editor thing turned on (if I don’t have it on then I have the more simple HTML building one).

    Got a screen grab here: http://002.e-connected.com/wordpress_issue.png

    When I had previously played with a WordPress blog the WYSIWYG editor had worked ‘out of the box’ – I have no plugins (the default ones are in there but are disabled).

    I have used the JavaScript console in FF and found two issues with the tiny_mce_gzip.php file:

    “s has no properties” with reference to this line of code:
    trim : function(s) {return s.replace(/^\s*|\s*$/g, “”);},

    and

    “editorTemplate has no properties” with this line of code:
    _onAdd : function(replace_element, form_element_name, target_document) (snipped the code to make it tidy)

    Is this something that can be passed onto the dev team to help them?

    There are a shed load of CSS issues but I assume these wouldn’t effect it.

    I am getting the same issue in FF and IE6

    If I wanted to install a previous version, how would I get hold of one?

    Thanks,

    Rick

Viewing 2 replies - 1 through 2 (of 2 total)