This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hi,
one month ago I installed this CMS. I am back to my website yesterday for update the content. I did all updates available without any error. Then, i did work on this during some hours. When i have finished, i disconnected myself from the backend but if i want to return to the backend, i have this error :
ERROR We're sorry, but an unhandled error occurred. Please see the details below.
There is no an authenticated user to load or save preferences for. /var/www/domain.tld/modules/backend/models/UserPreferences.php line 35 TYPE
Undefined
EXCEPTION
October\Rain\Exception\SystemException
@return User object
/
public function resolveUser($user)
{
$user = BackendAuth::getUser();
if (!$user) {
throw new SystemException(trans('backend::lang.user.preferences.not_authenticated'));
}
return $user;
}
}
Last updated
Hi,
thanks for help, i have deleted all cookie for this domain, open with normal page or private tab and i have the same error.
Last updated
OK found,
after the next command line:
php artisan october:update
I see that;
Indikator.Backend
- v1.2.2: Fixed the authenticated user bug.
My problem is solved.
Last updated
Hi! I have problem October\Rain\Exception\SystemException: There is no an authenticated user to load or save preferences for
please help me
1-5 of 5