It seems that the module is expecting wysiwygPro to be in a sub folder. I originally put all the wysiwygPro files into the root wysiwygPro folder with the module files. I then realized that the actual wysiwygPro files had to go into a sub folder (wysiwygpro/wysiwygPro ).

/sites/all/modules/drupal-contrib/wysiwygpro/wysiwygPro

It would be great to document this to smooth the install process.

Comments

webchuck’s picture

Status: Active » Closed (fixed)

This error was due to poor documentation. I have made an effort to make the install instructions a bit more clear. Hopefully we won't see this issue anymore.

jlduss’s picture

I received that when I enter in edit mode of a page ?!

warning: mkdir() expects at most 2 parameters, 3 given in /home.10.14/injustic/www/conceptecoenergy/modules/wysiwygPro/wysiwygPro.module on line 1106.
warning: mkdir() expects at most 2 parameters, 3 given in /home.10.14/injustic/www/conceptecoenergy/modules/wysiwygPro/wysiwygPro.module on line 1106.
warning: mkdir() expects at most 2 parameters, 3 given in /home.10.14/injustic/www/conceptecoenergy/modules/wysiwygPro/wysiwygPro.module on line 1106.

icenogle’s picture

I encountered the same thing... BUT this should be entered as a separate bug to be addressed.

This issue is that PHP5 supports recursive mkdir, with three arguments, but PHP4 does not. The code comments suggest this wasn't tested in a PHP4 environment.

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 220415)