This topic is locked
[SOLVED]

 InnovaEditor Problems...

11/5/2013 8:46:50 PM
PHPRunner General questions
M
mikeaccess author

I am ussing PHPRunner Build 18858, Latest as of today. In one of my projects, I am using Innovaeditor. When I click on the insert image link and then click on the folder Icon to browse for my Image, I get the following warnings. I see someone posted a simular issue to the ASP Runner forums as well. Any clue on where this would be comiing from. I didn't see that anyone answered the question in ASPRunner Forum.
Warning: opendir(c:/inetpub/wwwroot/Editor/assets) [function.opendir]: failed to open dir: No such file or directory in /home/content/m/i/k/mikeklingler1/html/admin6.2/plugins/innovaeditor/assetmanager/assetmanager.php on line 207
Warning: readdir() expects parameter 1 to be resource, boolean given in /home/content/m/i/k/mikeklingler1/html/admin6.2/plugins/innovaeditor/assetmanager/assetmanager.php on line 208
Warning: sort() expects parameter 1 to be array, null given in /home/content/m/i/k/mikeklingler1/html/admin6.2/plugins/innovaeditor/assetmanager/assetmanager.php on line 212

Sergey Kornilov admin 11/6/2013

In your AfterAppInit event make sure that path to project files is correct. According to what I see on your demo account project you need to use either

$projectPath = 'http://bateman-hall.com/admin6.2';;


or

$projectPath = 'http://www.bateman-hall.com/admin6.2';;