• I have search all over the net, in wordpress support for this problem but it seems that many encountered problems in upgrading/installing wordpress 2.3.1. I’ve tried doing both, upgrade and fresh installing. My main problem is that after I use the visual/code editor button e.g. bold button and try to publish or save to draft, I’m reverted back to index page.

    I’ve tried doing trials on my local computer and to my suprise it’s working 100%. But when I do it on my webhost, I didn’t resolved anything. I’ve done the same installation as to my local computer.

    My webhost server is apache 1.3.3.7/php 5.2.0, before I upgrade it, it is all good.

    I was beginning to think that it’s a server issue not the wordpress. Or my upload using filezilla because I noticed that the file size are not the same after I’ve upload the files.

    Please help me to clarify things up. I’ve been doing this for 3-4 days now.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter mongobread

    (@mongobread)

    Help, anyone?

    Thread Starter mongobread

    (@mongobread)

    Help…? Anyone?

    Thread Starter mongobread

    (@mongobread)

    Using error_reporting(E_ALL), Found this while trying to hack into wp,

    Notice: Undefined variable: _current_category in /home/hrnews/public_html/wp-includes/classes.php on line 640

    But somebody told me that it’s just a notice, not the main problem. Could it be my javascript is not working good in my webhost?

    Anyone guys?

    Thread Starter mongobread

    (@mongobread)

    Found this also…

    Notice: Only variable references should be returned by reference in /home/hrnews/public_html/wp-includes/post.php on line 1206

    I had a similar problem. Changing the permalink structure fixed it. Select any of the options from Admin Panel / Options / Permalinks. Write a post, refresh a page, whatever. If it then works, go back and revert to your old permalink structure. Sometimes WP is inexplicably like an old car that needs a boot up the backside.

    If that doesn’t work, check your .htaccess file. You might be sending pages back to the main index page.

    Thread Starter mongobread

    (@mongobread)

    I have reverted to :

    Default
    » http://horseracingnews.net/?p=123

    remove my .htaccess and yet no progress.. Still I still revert to index page. 🙁

    I am doing it wrong?

    I chose the default one, remove the .htaccess since it doesn’t provide one. Made a post and then boom! Revert to index page. 🙁

    Thread Starter mongobread

    (@mongobread)

    Here’s my rewrite rule before and after: (in my locals they’re working perfectly fine , but not in the live site though T_T )

    #<IfModule mod_rewrite.c>
    #RewriteEngine On
    #RewriteBase /
    #RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteCond %{REQUEST_FILENAME} !-d
    #RewriteRule . /index.php [L]
    #</IfModule>

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Thread Starter mongobread

    (@mongobread)

    I’ve deleted my .htaccess and revert to the default permalinks. Still, I’m reverted back to index page. Help please.

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

The topic ‘Visual/Code (WYSIWYG) editor is not working.’ is closed to new replies.