mongobread
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Visual/Code (WYSIWYG) editor is not working.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>Forum: Installing WordPress
In reply to: Visual/Code (WYSIWYG) editor is not working.I have reverted to :
Default
» http://horseracingnews.net/?p=123remove 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. 🙁
Forum: Installing WordPress
In reply to: Visual/Code (WYSIWYG) editor is not working.Found this also…
Notice: Only variable references should be returned by reference in /home/hrnews/public_html/wp-includes/post.php on line 1206
Forum: Installing WordPress
In reply to: Visual/Code (WYSIWYG) editor is not working.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?
Forum: Installing WordPress
In reply to: Visual/Code (WYSIWYG) editor is not working.Help…? Anyone?
Forum: Installing WordPress
In reply to: Visual/Code (WYSIWYG) editor is not working.Help, anyone?
Forum: Fixing WordPress
In reply to: Problem with WYSIWYG editorMy is working on that part but my problem is that whenever I use the visual editor (WYSIWYG). I’m reverted back to my index page and it won’t be posted.