This topic is locked
[SOLVED]

 innova text editor

5/16/2014 1:35:56 PM
PHPRunner General questions
A
Athlon author

Hi, I would appreciate some help, been at this some time now and can not work out what I am supposed to do exactly.
I have downloaded the files and they upload with the project to me server folder.
I have searched all over the forum and different info is present for different versions.
I am using Runner 6.2 Enterprise.
It did not work as I expected.. and I have found I need to add to "after app initialised" with the url of my project.

Should this be required still - only it was Runner 4 I found this on?
Now I can not seem to get the asset manager to function.

I have set Chmods and I believe the base url is correct in the settings file.
Can any one please explain exactly what I need to do to get this working so I can browse and upload images etc without Permission denied errors? 404's etc it all works until you click upload or create folder. It does not mention making any other changes in the PHP help? The documentation I am finding confusing with it being within runner.
I am sure this has been asked many times.. please please provide layman instructions on setup.
Thanks,
Mike.

Sergey Kornilov admin 5/16/2014

You can check documentation folder that comes with Innova Editor. Not sure what else to suggest.

A
Athlon author 5/16/2014



You can check documentation folder that comes with Innova Editor. Not sure what else to suggest.


Thanks for response, Can you at least maybe confirm exactly what needs setting up in 6.2?
what files I need to modify to get the Asset manager part working...going round in circles.
You don't have permission to access /Forms/plugins/innovaeditor/assetmanager/assetmanager.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Sergey Kornilov admin 5/16/2014

I'd love to help but I don't have any experience setting Innova Editor beyond the basic setup that is covered in PHPRunner manual.

E
enriquecampos 5/21/2014

Take a look at the file innova.php in the folder that you project is generated. I copy this file to my project source folder and make the changes that I need (custom toolbar, enable or disable the asset manager) and later this file will be copied back to the folder where you code generated.
Here are the variables that you can use for the asset manager:

oEdit'.$cfieldname.'.cmdAssetManager="";

oEdit'.$cfieldname.'.cmdFileManager="";

oEdit'.$cfieldname.'.cmdImageManager="";

oEdit'.$cfieldname.'.cmdMediaManager="";

oEdit'.$cfieldname.'.cmdFlashManager="";

A
Athlon author 5/21/2014



Take a look at the file innova.php in the folder that you project is generated. I copy this file to my project source folder and make the changes that I need (custom toolbar, enable or disable the asset manager) and later this file will be copied back to the folder where you code generated.
Here are the variables that you can use for the asset manager:

oEdit'.$cfieldname.'.cmdAssetManager="";

oEdit'.$cfieldname.'.cmdFileManager="";

oEdit'.$cfieldname.'.cmdImageManager="";

oEdit'.$cfieldname.'.cmdMediaManager="";

oEdit'.$cfieldname.'.cmdFlashManager="";

A
Athlon author 5/21/2014

Ty for your input.
I did find the issue.. is Apache and the hosted provider. I imagine so many have had this and given up.
For others it turns out my hosted sites wont allow me to set 777 to assets or any other folder as they are considered a security threat. This does make sense. It can be done I am sure with some extra php scripting but I have a VPS also. How I discovered the security plug. Worked straight away on the VPS.
Your file is also very useful info.
Thanks,
Mike.

E
enriquecampos 5/21/2014

I found this website with good information that can help you customize the Innova editor.
http://www.camera.org/siteadmin/Innova3/documentation/default_start.htm