Jaxel
Well-known member
Whenever I change a property in my addon, I get the following error:
All the directories are 777, so I don't know whats wrong.
Code:
ErrorException: [E_WARNING] mkdir(): Permission denied in src/XF/Util/File.php at line 192
XF::handlePhpError()
mkdir() in src/XF/Util/File.php at line 192
XF\Util\File::createDirectory() in src/XF/Util/File.php at line 214
XF\Util\File::writeFile() in src/XF/DesignerOutput.php at line 387
XF\DesignerOutput->writeSpecialFile() in src/XF/DesignerOutput/StyleProperty.php at line 95
XF\DesignerOutput\StyleProperty->rebuildPropertyLessCache() in src/XF/DesignerOutput/StyleProperty.php at line 84
XF\DesignerOutput\StyleProperty->XF\DesignerOutput\{closure}() in src/XF.php at line 244
XF::triggerRunOnce() in src/XF/Mvc/Dispatcher.php at line 137
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1880
XF\App->run() in src/XF.php at line 328
XF::runApp() in admin.php at line 13
All the directories are 777, so I don't know whats wrong.