JSokol Approved

Member since: 2015-01-16

Recent posts by JSokol
Post When

Are you sure it tries to save it in the proper location?

Have you checked permissions in the folder ...

Posted in Cannot create directory, cannot upload file

No worries. Let's say you want to use in a component. Example of usage below:

<?php namespace Defaul...

Posted in Backend link on frontend

Or a shorted version to run inside project directory:

find ./ -type d -exec chmod 755 {} \;
find ./ ...

Posted in Is chmod 777 a security risk in an October CMS project? What permissions should be used on a production server?

Try to determine if the user is logged in on the backend with:

use BackendAuth;
$user = BackendAuth:...

Posted in Backend link on frontend

What's the URL to the current website? And how to contact you?

Posted in Looking to port a Wordpress site to October CMS

I have the same issue.

After fresh instalation it thrown an error saying "storage/app/uploads/public...

Posted in Unable to connect to backend.