• 0
Votes
name

A PHP Error was encountered

Severity: Notice

Message: Undefined index: userid

Filename: views/question.php

Line Number: 195

Backtrace:

File: /home/u125378470/domains/lawhelpguru.org/public_html/application/views/question.php
Line: 195
Function: _error_handler

File: /home/u125378470/domains/lawhelpguru.org/public_html/application/controllers/Questions.php
Line: 416
Function: view

File: /home/u125378470/domains/lawhelpguru.org/public_html/index.php
Line: 315
Function: require_once

I am trying to install pcntl extension for php7.4. I check install status, it seems like installed successful

$ php -m | grep pcntl
pcntl
# php -i | grep pcntl
pcntl
pcntl support => enabled

But when I dump phpinfo() from laravel code, there are no pcntl info. Where did my config go wrong?