This topic is locked
[SOLVED]

  Implementing asset manager in innova editor

5/17/2010 12:19:11 PM
PHPRunner General questions
M
mdorren author

I'm trying to use the asset manager in innova so my users can upload files. I have looked in the phprunner docs as well as the innova docs and still get a 404 error when I try to click on the folder icon in the editor. My paths are correct in settings.php and my permissions are correct for the assets folder.
I figure that there must be SOME users doing this. Can someone help me please?
Thanks,

Marty

A
ann 5/19/2010

Marty,
Please make sure you use the latest build 5482 of PHPRunner.

Innova settings can be adjusted in innova.php file. If you only need to add asset manager add the following to AfterAppInit event:

$projectPath = 'http://localhost/Project1';; // change URL of course
M
mdorren author 5/19/2010



Marty,
Please make sure you use the latest build 5482 of PHPRunner.

Innova settings can be adjusted in innova.php file. If you only need to add asset manager add the following to AfterAppInit event:

$projectPath = 'http://localhost/Project1';; // change URL of course




Thanks for the reply Ann. Worked great!