11. ErrorException
…/­bootstrap/­compiled.php8554
10. Illuminate\Exception\Handler handleError
…/­bootstrap/­compiled.php8554
9. Illuminate\Encryption\Encrypter updateBlockSize
…/­bootstrap/­compiled.php8545
8. Illuminate\Encryption\Encrypter setCipher
…/­bootstrap/­compiled.php4560
7. Illuminate\Encryption\EncryptionServiceProvider Illuminate\Encryption\{closure}
…/­bootstrap/­compiled.php120
6. Illuminate\Container\Container Illuminate\Container\{closure}
…/­bootstrap/­compiled.php233
5. Illuminate\Container\Container build
…/­bootstrap/­compiled.php205
4. Illuminate\Container\Container make
…/­bootstrap/­compiled.php583
3. Illuminate\Foundation\Application make
…/­bootstrap/­compiled.php353
2. Illuminate\Container\Container offsetGet
…/­bootstrap/­compiled.php664
1. Illuminate\Foundation\Application getStackedClient
…/­bootstrap/­compiled.php657
0. Illuminate\Foundation\Application run
…/­public/­index.php49

ErrorException (E_DEPRECATED)

Callstack information; navigate with mouse or keyboard using Ctrl+↑ or Ctrl+↓
Copy-to-clipboard button
Exception message and its type
Code snippet where the error was thrown
Server state information
Application provided context information
ErrorException thrown with message "Function mcrypt_get_iv_size() is deprecated" Stacktrace: #11 ErrorException in /home/usuario/public_html/riosinaloa/bootstrap/compiled.php:8554 #10 Illuminate\Exception\Handler:handleError in /home/usuario/public_html/riosinaloa/bootstrap/compiled.php:8554 #9 Illuminate\Encryption\Encrypter:updateBlockSize in /home/usuario/public_html/riosinaloa/bootstrap/compiled.php:8545 #8 Illuminate\Encryption\Encrypter:setCipher in /home/usuario/public_html/riosinaloa/bootstrap/compiled.php:4560 #7 Illuminate\Encryption\EncryptionServiceProvider:Illuminate\Encryption\{closure} in /home/usuario/public_html/riosinaloa/bootstrap/compiled.php:120 #6 Illuminate\Container\Container:Illuminate\Container\{closure} in /home/usuario/public_html/riosinaloa/bootstrap/compiled.php:233 #5 Illuminate\Container\Container:build in /home/usuario/public_html/riosinaloa/bootstrap/compiled.php:205 #4 Illuminate\Container\Container:make in /home/usuario/public_html/riosinaloa/bootstrap/compiled.php:583 #3 Illuminate\Foundation\Application:make in /home/usuario/public_html/riosinaloa/bootstrap/compiled.php:353 #2 Illuminate\Container\Container:offsetGet in /home/usuario/public_html/riosinaloa/bootstrap/compiled.php:664 #1 Illuminate\Foundation\Application:getStackedClient in /home/usuario/public_html/riosinaloa/bootstrap/compiled.php:657 #0 Illuminate\Foundation\Application:run in /home/usuario/public_html/riosinaloa/public/index.php:49

Function mcrypt_get_iv_size() is deprecated

    public function setMode($mode)
    {
        $this->mode = $mode;
        $this->updateBlockSize();
    }
    protected function updateBlockSize()
    {
        $this->block = mcrypt_get_iv_size($this->cipher, $this->mode);
    }
}
    public function setMode($mode)
    {
        $this->mode = $mode;
        $this->updateBlockSize();
    }
    protected function updateBlockSize()
    {
        $this->block = mcrypt_get_iv_size($this->cipher, $this->mode);
    }
}
    public function setKey($key)
    {
        $this->key = (string) $key;
    }
    public function setCipher($cipher)
    {
        $this->cipher = $cipher;
        $this->updateBlockSize();
    }
    public function setMode($mode)
class EncryptionServiceProvider extends ServiceProvider
{
    public function register()
    {
        $this->app->bindShared('encrypter', function ($app) {
            $encrypter = new Encrypter($app['config']['app.key']);
            if ($app['config']->has('app.cipher')) {
                $encrypter->setCipher($app['config']['app.cipher']);
            }
            return $encrypter;
        $this->bind($abstract, $concrete, true);
    }
    public function share(Closure $closure)
    {
        return function ($container) use($closure) {
            static $object;
            if (is_null($object)) {
                $object = $closure($container);
            }
            return $object;
    protected function missingLeadingSlash($abstract)
    {
        return is_string($abstract) && strpos($abstract, '\\') !== 0;
    }
    public function build($concrete, $parameters = array())
    {
        if ($concrete instanceof Closure) {
            return $concrete($this, $parameters);
        }
        $reflector = new ReflectionClass($concrete);
    {
        $abstract = $this->getAlias($abstract);
        if (isset($this->instances[$abstract])) {
            return $this->instances[$abstract];
        }
        $concrete = $this->getConcrete($abstract);
        if ($this->isBuildable($concrete, $abstract)) {
            $object = $this->build($concrete, $parameters);
        } else {
            $object = $this->make($concrete, $parameters);
    }
    public function make($abstract, $parameters = array())
    {
        $abstract = $this->getAlias($abstract);
        if (isset($this->deferredServices[$abstract])) {
            $this->loadDeferredProvider($abstract);
        }
        return parent::make($abstract, $parameters);
    }
    public function bound($abstract)
    }
    public function offsetExists($key)
    {
        return isset($this->bindings[$key]);
    }
    public function offsetGet($key)
    {
        return $this->make($key);
    }
    public function offsetSet($key, $value)
        $response = with($stack = $this->getStackedClient())->handle($request);
        $response->send();
        $stack->terminate($request, $response);
    }
    protected function getStackedClient()
    {
        $sessionReject = $this->bound('session.reject') ? $this['session.reject'] : null;
        $client = (new Builder())->push('Illuminate\\Cookie\\Guard', $this['encrypter'])->push('Illuminate\\Cookie\\Queue', $this['cookie'])->push('Illuminate\\Session\\Middleware', $this['session'], $sessionReject);
        $this->mergeCustomMiddlewares($client);
        return $client->resolve($this);
        if ($this->isBooted()) {
            $this->fireAppCallbacks(array($callback));
        }
    }
    public function run(SymfonyRequest $request = null)
    {
        $request = $request ?: $this['request'];
        $response = with($stack = $this->getStackedClient())->handle($request);
        $response->send();
        $stack->terminate($request, $response);
| Once we have the application, we can simply call the run method,
| which will execute the request and send the response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have whipped up for them.
|
*/
 
$app->run();
 
Key Value
USER usuario
HOME /home/usuario
SCRIPT_NAME /riosinaloa/public/index.php
REQUEST_URI /riosinaloa/public/consejodirectivo
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /riosinaloa/public/consejodirectivo
REMOTE_PORT 37892
SCRIPT_FILENAME /home/usuario/public_html/riosinaloa/public/index.php
SERVER_ADMIN webmaster@guasave.gob.mx
CONTEXT_DOCUMENT_ROOT /home/usuario/public_html
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /home/usuario/public_html
REMOTE_ADDR 54.81.33.119
SERVER_PORT 80
SERVER_ADDR 179.43.116.206
SERVER_NAME guasave.gob.mx
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
HTTP_HOST guasave.gob.mx
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
proxy-nokeepalive 1
SCRIPT_URI http://guasave.gob.mx/riosinaloa/public/consejodirectivo
SCRIPT_URL /riosinaloa/public/consejodirectivo
UNIQUE_ID ZgYDTXEe9KN7YX7A-5Qd2wAAAJc
REDIRECT_STATUS 200
REDIRECT_SCRIPT_URI http://guasave.gob.mx/riosinaloa/public/consejodirectivo
REDIRECT_SCRIPT_URL /riosinaloa/public/consejodirectivo
REDIRECT_UNIQUE_ID ZgYDTXEe9KN7YX7A-5Qd2wAAAJc
FCGI_ROLE RESPONDER
PHP_SELF /riosinaloa/public/index.php
REQUEST_TIME_FLOAT 1711670093.4056
REQUEST_TIME 1711670093
argv Array ( )
argc 0
empty
empty
empty
empty
empty
Key Value
USER usuario
HOME /home/usuario
SCRIPT_NAME /riosinaloa/public/index.php
REQUEST_URI /riosinaloa/public/consejodirectivo
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /riosinaloa/public/consejodirectivo
REMOTE_PORT 37892
SCRIPT_FILENAME /home/usuario/public_html/riosinaloa/public/index.php
SERVER_ADMIN webmaster@guasave.gob.mx
CONTEXT_DOCUMENT_ROOT /home/usuario/public_html
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /home/usuario/public_html
REMOTE_ADDR 54.81.33.119
SERVER_PORT 80
SERVER_ADDR 179.43.116.206
SERVER_NAME guasave.gob.mx
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
HTTP_HOST guasave.gob.mx
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
proxy-nokeepalive 1
SCRIPT_URI http://guasave.gob.mx/riosinaloa/public/consejodirectivo
SCRIPT_URL /riosinaloa/public/consejodirectivo
UNIQUE_ID ZgYDTXEe9KN7YX7A-5Qd2wAAAJc
REDIRECT_STATUS 200
REDIRECT_SCRIPT_URI http://guasave.gob.mx/riosinaloa/public/consejodirectivo
REDIRECT_SCRIPT_URL /riosinaloa/public/consejodirectivo
REDIRECT_UNIQUE_ID ZgYDTXEe9KN7YX7A-5Qd2wAAAJc
FCGI_ROLE RESPONDER
PHP_SELF /riosinaloa/public/index.php
REQUEST_TIME_FLOAT 1711670093.4056
REQUEST_TIME 1711670093
argv Array ( )
argc 0
0. Whoops\Handler\PrettyPageHandler