philsci
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor Doesn’t Workdear all,
I’ve heard a new way to solve this problem from Mr. watanabe.
Please try the following steps.- Open wp-includes/js/tinymce/tiny_mce_config.php.
- Disable if-clause with a comment as: // Use cached file if exists (line 244 or around)
- Disable if-clause with a cooment as: // Generate GZIP’d content (line 299 or around)
- Comment out: header( ‘Content-Length: ‘ . strlen($content) ); (line 306 or around) as well
- Then go to the post form and do the Super-reload
In my situation, it works ??
Forum: Fixing WordPress
In reply to: Visual Editor Doesn’t WorkThanks hakre,
It works by the following steps.- Set the cache volume to 0 MB, turn off JavaScript in Firefox, and then set the user preference NOT to use the visual editor.
- Close the browser and start again.
- See the entry post page and check JavaScript is disabled.
- Go to the user preference and turn on (to be enable) the visual editor.
- And go back the entry post page.
Forum: Fixing WordPress
In reply to: Visual Editor Doesn’t WorkDear forum,
Now I have met with the same problem. And I’ve found at:/wp-includes/js/tinymce/langs/wp-langs.php
Firebug for Firefox tells me that this script is crashed
if I use the visual editor. And nothing helps when I hard-code
to replace all of $langage variables with ‘en’, and adddefine (‘WPLANG’, ‘en’);
line in wp-config.php as well…
Forum: Fixing WordPress
In reply to: How To Add Twitter To My Sidebar??I use SimplePieWP and get Twitter lines by:
twitter.com/statuses/friends_timeline/XXXXXXXX.rss
with custom template.Forum: Fixing WordPress
In reply to: 2.5 problem: can’t add/edit posts/pages in admin panelThanks corund,
And I’ve found that this post entry lacks of date and time, and it succeeds when I add an actual date and time to post directry with phpMyAdmin.
So, on the dash board, WP still freeze when I publish my entry…
Forum: Fixing WordPress
In reply to: 2.5 problem: can’t add/edit posts/pages in admin panelI have met the same problem in my corporate site while such thing has not occurred in my private site… Posting, waiting…. and time out.
Forum: Your WordPress
In reply to: Hi all!Dear monteleon,
Thank you very much and I hope you will also have nice life with WP!