This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

Galixte
Galixte

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

Aebian
Aebian

I would try to remove to cookie from your page and try to login again.

Galixte
Galixte

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

Galixte
Galixte

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

raokean34473
raokean34473

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

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.