TiaNex
TiaNex
hello,maybe ,this will help https://www.vicoffers.com/blog/2_wrong-language-contents-bug-with-smartblog-22.html
yes, temp solution https://github.com/cycle/orm/issues/329
just like the backend of yii2-app-advanced
yes, after i deleted the default api keys in my sandbox account, i always got the "Braintree\Exception\Authentication" 401 error.
it's better to fix in OffsetPaginator method withCurrentPage, won't need to modify other code
it initial crsftokeninterface and csrfmiddleware (which initial csrftokeninterface again and other classes not necessary), it's only need to get a post parameter name and Metatag name, the same names used...
when the page loading it will fetch csrf token twice from session sorry, forget to update the CsrfviewInjection file
> > when the page loading it will fetch csrf token twice from session sorry, forget to update the CsrfviewInjection file > > Only need to refactor `CsrfViewInjection::getCsrfParameters()` metod to...
> Anyway you should get parameter/header name from middleware, becuase it can be not default. yes, if it can be config or customized, it needs a new class which read...
yes,the same problem,10.1.0 didn't work either,^9.2.3 worked for me