This topic is locked

Rich text editor

5/18/2009 4:23:53 PM
PHPRunner General questions
W
wilsonhaze author

Please is there any rich text editor where one can copy and paste images into the field box, because i have a project where the client edits the news by himself, he's finding the method i described to him a bit too technical to understand.

J
Jane 5/19/2009

Hi,
you use use Innova Editor to copy and paste images:

http://www.xlinesoft.com/phprunner/docs/ri...tor_plugins.htm

W
wilsonhaze author 5/19/2009

When i try to add images this is the error i get when i try to upload images. what do i do
Warning: opendir(/cr/plugins/innvaeditor/assets/assets) [function.opendir]: failed to open

dir: No such file or directory in

W:\www\cr\plugins\innovaeditor\assetmanager\assetmanager.php on line 207
Warning: readdir(): supplied argument is not a valid directory resource in

W:\www\cr\plugins\innovaeditor\assetmanager\assetmanager.php on line 208

J
Jane 5/20/2009

Please make sure you use latest PHPRunner build 1977.

If it doesn't help publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.

hfg 5/21/2009

wilsonhaze,
I'm not as familiar with innova editor as fckeditor, but I know to use the Image feature in fckeditor you have to modify a config file 1st. The error your getttings looks like that file has not been edited. Based on the error I would look for a file called assetmanager.php in the path of W:\www\cr\plugins\innovaeditor\assetmanager\.
Since I don't use innova I can't tell you want to do once you edit the file. However whatever folder you direct it to will need to be modifiable by the Internet user on the server (similar to the template_c folder)
One note, if this is the case, make a copy of that file as you will need to update or replace it each time you rebuild your phpr project.
Keep in mind, this is a guess, good luck