jarv.aleksei53794 Approved

Member since: 2020-02-22

Recent posts by jarv.aleksei53794
Post When

Нужно ли создавать отдельную страницу в October CMS для my-secret-slug?

Posted in Не приходят HTTP уведомления

19.01.2021 перестали приходить HTTP уведомления на сайт.

В то время как платеж проходит до Яндекс ко

Posted in Не приходят HTTP уведомления

It is all fixed now

The pages were set to "hidden"

http://prntscr.com/ss2ync

Posted in Links won't work for users without access to the back-end panel

<?php namespace rainlab\blog\components;

use Cms\Classes\ComponentBase;
use Auth;
use Input;
use Va...

Posted in Links won't work for users without access to the back-end panel

Maybe those pages are considered as "backend" pages

Posted in Links won't work for users without access to the back-end panel

for example, this page won't load without administrator's authentication

title = "Beonmind"
url = "/...

Posted in Links won't work for users without access to the back-end panel

where can I send you the code?

Posted in Links won't work for users without access to the back-end panel

LukeTowers said:

That doesn't seem like the problem, I don't think returning null from onStart even...

Posted in Links won't work for users without access to the back-end panel

This happens due to this check

function onStart () { if (!Auth::getUser()) { return; } }

However, I...

Posted in Links won't work for users without access to the back-end panel

I have developed a website with the OctoberCMS:

http://beonmind.ru

However, if the users that access...

Posted in Links won't work for users without access to the back-end panel