Atta
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WYSIWYG EditorHoray! It is now fixed for me. Many thanks.
Forum: Fixing WordPress
In reply to: WYSIWYG Not Working?It didn’t help for me I’m afraid.
Forum: Fixing WordPress
In reply to: Problem with WP 2.1 and ectoI had a problem with Ecto and WP 2.1 also but it went away when I changed the API from MovableType to MetaWeblog in Ecto’s account manager.
Forum: Fixing WordPress
In reply to: WYSIWYG Not Working?Yes, I am getting similar issues. The Errors I have are:
JavaScript – https://www.theflax.f2s.com/wp-admin/post-new.php
Inline script compilation
Syntax error while loading: line 1 of linked script at https://www.theflax.f2s.com/wp-includes/js/tinymce/tiny_mce_gzip.php?ver=20061113 :
<br /
–^JavaScript – https://www.theflax.f2s.com/wp-admin/post-new.php
Inline script thread
Error:
name: ReferenceError
message: Statement on line 35: Reference to undefined variable: tinyMCE
Backtrace:
Line 35 of linked script https://www.theflax.f2s.com/wp-includes/js/tinymce/tiny_mce_config.php?ver=20061113
tinyMCE.init(initArray);JavaScript – https://www.theflax.f2s.com/wp-admin/post-new.php
Inline script thread
Error:
name: ReferenceError
message: Statement on line 5: Reference to undefined variable: tinyMCE
Backtrace:
Line 5 of inline#5 script in https://www.theflax.f2s.com/wp-admin/post-new.php
if (tinyMCE.isMSIE)
elseForum: Installing WordPress
In reply to: No WYSIWYG Editor in 2.1My web-host has stopped supporting the PHP command virtual(). Could this or/and the fact that PHP is now running in CGI mode be the source of the problem?
Forum: Installing WordPress
In reply to: No WYSIWYG Editor in 2.1Yup. I’m having similar problems.
I completely wiped everything, including the content directory and uploaded WP 2.1. I didn’t have any pluggins, apart from the ones that come with the stock WP and they were all disabled anyway.
RTF Just doesn’t want to work.
Everything else seems fine, albeit a little slow.
Forum: Plugins
In reply to: New plugin: Flashfader (slideshow in flash)Is there a way of modifying flashfader to run in Safe Mode? My ISP’ FAQ has this to say on the subject:
“The PHP engine is compiled as a safe mode enabled Apache module. This makes it execute PHP scripts extremely quickly and safely. If the safe mode is too restrictive for your requirements, eg: you want to create a file upload script, then the php cgi engine can be used instead.
To run the slower cgi version of PHP your php file should end in .cgi and include at the top of the file the line:
#!/usr/bin/php”
The difficulty is that WordPress expects to see PHP files for its plugins so I guess this won’t be possible.
Forum: Plugins
In reply to: New plugin: Flashfader (slideshow in flash)Is there a problem with running this plugin when PHP is running in SAFE MODE?
I am having no end of difficulties running this. I copy the two files across to the wp-content/plugins directory, makes sure that the the whole wp-content folder has full permissions, including the two flashfader files.
I then activate flashfader from Plugin Management page. However, when I go to the Manage and Flashfader, I get a load of error messages …. including something about Safe Mode and others which are basically saying that flashfader wasn’t able to create the various .txt files in the flashfader folder. Oddly, it does manage to create the flashfader folder however.
I don’t really get as far as modifying the sidebar.php file as I thought it wasn’t working correctly. Would doing this fix the errors?
Am I doing something wrong, or is it that my ISP’ web-server set-up simply doesn’t agree with flashfader?