Closed (fixed)
Project:
Lost & found issues
Version:
5.x-0.1
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2008 at 19:32 UTC
Updated:
3 May 2008 at 03:01 UTC
Jump to comment: Most recent
Comments
Comment #1
webchuck commentedThis 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.
Comment #2
jlduss commentedI 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.
Comment #3
icenogle commentedI 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.