Shahir R. Ali

Results 28 issues of Shahir R. Ali

This is how it looks in my view, ![This is an image](https://i.ibb.co/yRcdgN6/Screenshot-2022-07-03-at-23-51-16-Profile-settings.png) how do i get it to look like the website input above it? I also added `form-control-lg` but...

Code breaks in PHP 8.1+. Have to make offset as string instead of float, otherwise it cannot be used as array key. | Q | A | ------------- | ---...

### What steps will reproduce the problem? I'm using PHP 8.1 When i go to the profile setting page, i get this error `Implicit conversion from float 12.75 to int...

i removed the username in my view. in my registrationForm.php this is my rules. ``` 'usernameLength' => ['username', 'string', 'min' => 3, 'max' => 255], 'usernameTrim' => ['username', 'filter', 'filter'...

I was able to login yesterday, today it stopped working. ### What steps will reproduce the problem? when i try to login to google, i'm redirected to `https://localhost/yii2/frontend/web/index.php?r=user%2Fsecurity%2Fauth&authclient=google&state=a210c7124891a0083463a&code=4%2F0AX4XfWgAhMrw6CVtm4cj8-&scope=email+profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+openid+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&authuser=0&prompt=none` i get...

i have this in my `actionRegister()` which i extended the `Da\User\Controller\RegistrationController` ``` $this->on(FormEvent::EVENT_AFTER_REGISTER, function ($event) { $form = $event->getForm(); $user = User::find()->where(['email' => $form->email])->one(); $profile = $user->profile; $profile->firstname = $form->firstname;...

I'm using this Yii2 plugin for my user model https://yii2-usuario.readthedocs.io/en/latest/ In my `main.php` i have this. ``` 'user' => [ 'class' => Da\User\Module::class, 'enableEmailConfirmation' => true, 'classMap' => [ 'User'...

After a user registers with their social account. they are redirected to `user/registration/connect` i've removed username from the form and added firstname lastname. when i click "continue" the user is...

I'm using Yii2 and using these addons. "yiisoft/yii2-authclient": "^2.2 "2amigos/yii2-usuario": "~1.0", When I try to login using the social logins, it redirects to the main page. Doesn't show any error...

doesn't work with new mojave OS. My command prom looks like this ``` bash-3.2# /Users/blabla/Desktop/Wall Found CSGO PID: 1132 Found the Client.dylib address: 0x126b25000 Module should end at 0x127f828f4 bash-3.2#...