RICH TEXT EDITORS

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

krraleigh
Forum Commoner
Posts: 86
Joined: Tue Jul 17, 2007 2:52 pm

file path error with tiny MCE

Post by krraleigh »

When I try to use some of the features of tiny FCE I have this error:
file:///D:PHP_extensions/tinyfck-0.13/tinyfck-0.13//plugins/emotions/emotions.htm

Notice the double slash before plugins!
This error occurs when I click on:
font color,
emotions,
tables etc...
Does anyone know how I might be able to repair this error, or if I can find a different
verision that I won't have a problem with. There is not problem with tiny MCE.

insight appreciated
thank you
Kevin Raleigh :lol:
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Wherever the main folder is defined in the script, it likely has slash at the end of the string, so just delete it. Online, most servers ignore the double slashes as it is a common mistake.
Post Reply