Quote:
Originally Posted by hinch
Just installed this and it works great but at the same time throws up some mkdir errors.
Line in question is
PHP Code:
mkdir($full_image_path ,0777,true);
I've attached a screenshot so you can see the errors its throwing up
|
Change that line to my post above, (
https://vborg.vbsupport.ru/showpost....5&postcount=56 )
change the
@mkdir($path ,0777,true);
to
@mkdir($path ,0777);
That should fix the problem.