Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/portalhams/public_html/vendor/tecnickcom/tcpdf/tcpdf.php on line 16893

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/portalhams/public_html/vendor/tecnickcom/tcpdf/tcpdf.php on line 16893

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/portalhams/public_html/vendor/tecnickcom/tcpdf/tcpdf.php on line 16896

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/portalhams/public_html/vendor/tecnickcom/tcpdf/tcpdf.php on line 17778

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/portalhams/public_html/vendor/tecnickcom/tcpdf/include/tcpdf_images.php on line 318
Whoops! There was an error.
7. ErrorException
…/­vendor/­laravel/­framework/­src/­Illuminate/­Encryption/­Encrypter.php228
6. Illuminate\Exception\Handler handleError
…/­vendor/­laravel/­framework/­src/­Illuminate/­Encryption/­Encrypter.php228
5. Illuminate\Encryption\Encrypter getIvSize
…/­vendor/­laravel/­framework/­src/­Illuminate/­Encryption/­Encrypter.php57
4. Illuminate\Encryption\Encrypter encrypt
…/­vendor/­laravel/­framework/­src/­Illuminate/­Cookie/­Guard.php118
3. Illuminate\Cookie\Guard encrypt
…/­vendor/­laravel/­framework/­src/­Illuminate/­Cookie/­Guard.php51
2. Illuminate\Cookie\Guard handle
…/­vendor/­stack/­builder/­src/­Stack/­StackedHttpKernel.php23
1. Stack\StackedHttpKernel handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php606
0. Illuminate\Foundation\Application run
…/­index.php48

ErrorException

Function mcrypt_get_iv_size() is deprecated

	/**
	 * Get the IV size for the cipher.
	 *
	 * @return int
	 */
	protected function getIvSize()
	{
		return mcrypt_get_iv_size($this->cipher, $this->mode);
	}
 
	/**
	 * Get the IV size for the cipher.
	 *
	 * @return int
	 */
	protected function getIvSize()
	{
		return mcrypt_get_iv_size($this->cipher, $this->mode);
	}
 
	 * Encrypt the given value.
	 *
	 * @param  string  $value
	 * @return string
	 */
	public function encrypt($value)
	{
		$iv = mcrypt_create_iv($this->getIvSize(), $this->getRandomizer());
 
		$value = base64_encode($this->padAndMcrypt($value, $iv));
	 * @param  \Symfony\Component\HttpFoundation\Response  $response
	 * @return \Symfony\Component\HttpFoundation\Response
	 */
	protected function encrypt(Response $response)
	{
		foreach ($response->headers->getCookies() as $key => $c)
		{
			$encrypted = $this->encrypter->encrypt($c->getValue());
 
			$response->headers->setCookie($this->duplicate($c, $encrypted));
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @param  int   $type
	 * @param  bool  $catch
	 * @return \Symfony\Component\HttpFoundation\Response
	 */
	public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
	{
		return $this->encrypt($this->app->handle($this->decrypt($request), $type, $catch));
	}
 
    {
        $this->app = $app;
        $this->middlewares = $middlewares;
    }
 
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        return $this->app->handle($request, $type, $catch);
    }
 
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @return void
	 */
	public function run(SymfonyRequest $request = null)
	{
		$request = $request ?: $this['request'];
 
		$response = with($stack = $this->getStackedClient())->handle($request);
 
		$response->send();
| 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
PATH /usr/local/bin:/usr/bin:/bin
TZ Asia/Kolkata
REDIRECT_HANDLER application/x-httpd-ea-php74
REDIRECT_STATUS 200
UNIQUE_ID aXDPtFGfbfqekpmBn3prngAAAJc
SCRIPT_URL /index.php/subl:/open
SCRIPT_URI http://portal.hamstechconnect.com/index.php/subl:/open
HTTP_ACCEPT */*
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_HOST portal.hamstechconnect.com
HTTP_VIA 1.1 squid-proxy-5b5d847c96-lfmq4 (squid/6.13)
HTTP_X_FORWARDED_FOR 10.1.7.53
HTTP_CACHE_CONTROL max-age=0
HTTP_CONNECTION keep-alive
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SERVER_NAME portal.hamstechconnect.com
SERVER_ADDR 172.105.43.192
SERVER_PORT 80
REMOTE_ADDR 216.73.216.185
DOCUMENT_ROOT /home/portalhams/public_html/
REQUEST_SCHEME http
CONTEXT_PREFIX /cgi-sys
CONTEXT_DOCUMENT_ROOT /usr/local/cpanel/cgi-sys/
SERVER_ADMIN webmaster@portal.hamstechconnect.com
SCRIPT_FILENAME /home/portalhams/public_html/index.php
REMOTE_PORT 59464
REDIRECT_URL /index.php/subl:/open
REDIRECT_QUERY_STRING line=228&url=file%3A%2F%2Fhome%2Fportalhams%2Fpublic_html%2Fvendor%2Flaravel%2Fframework%2Fsrc%2FIlluminate%2FEncryption%2FEncrypter.php
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING line=228&url=file%3A%2F%2Fhome%2Fportalhams%2Fpublic_html%2Fvendor%2Flaravel%2Fframework%2Fsrc%2FIlluminate%2FEncryption%2FEncrypter.php
REQUEST_URI /index.php/subl:/open?line=228&url=file%3A%2F%2Fhome%2Fportalhams%2Fpublic_html%2Fvendor%2Flaravel%2Fframework%2Fsrc%2FIlluminate%2FEncryption%2FEncrypter.php
SCRIPT_NAME /index.php
PATH_INFO /subl:/open
PATH_TRANSLATED /home/portalhams/public_html/subl:/open
ORIG_PATH_INFO /index.php/subl:/open
ORIG_SCRIPT_NAME /cgi-sys/ea-php74
ORIG_SCRIPT_FILENAME /usr/local/cpanel/cgi-sys/ea-php74
ORIG_PATH_TRANSLATED /home/portalhams/public_html/index.php/subl:/open
PHP_SELF /index.php/subl:/open
REQUEST_TIME_FLOAT 1769000884.9133
REQUEST_TIME 1769000884
argv Array ( [0] => line=228&url=file%3A%2F%2Fhome%2Fportalhams%2Fpublic_html%2Fvendor%2Flaravel%2Fframework%2Fsrc%2FIlluminate%2FEncryption%2FEncrypter.php )
argc 1
Key Value
line 228
url file://home/portalhams/public_html/vendor/laravel/framework/src/Illuminate/Encryption/Encrypter.php
empty
empty
empty
empty
empty
0. Whoops\Handler\PrettyPageHandler