JOURNAL OF HYDRO-METEOROLOGY

Đăng ký

Nếu bạn đã có tài khoản click vào đây để đăng nhập

Email (*)
Mật khẩu (*)
Nhập lại Mật khẩu (*)
Họ và tên (*)
Công tác
Mã Captcha (*)
Whoops! There was an error.
11. ErrorException
…/­bootstrap/­compiled.php4217
10. Illuminate\Exception\Handler handleError
<#unknown>0
9. file_put_contents
…/­bootstrap/­compiled.php4217
8. Illuminate\Filesystem\Filesystem put
…/­vendor/­laravel/­framework/­src/­Illuminate/­Session/­FileSessionHandler.php69
7. Illuminate\Session\FileSessionHandler write
…/­bootstrap/­compiled.php7995
6. Illuminate\Session\Store save
…/­bootstrap/­compiled.php7845
5. Illuminate\Session\Middleware closeSession
…/­bootstrap/­compiled.php7823
4. Illuminate\Session\Middleware handle
…/­bootstrap/­compiled.php8428
3. Illuminate\Cookie\Queue handle
…/­bootstrap/­compiled.php8375
2. Illuminate\Cookie\Guard handle
…/­bootstrap/­compiled.php11038
1. Stack\StackedHttpKernel handle
…/­bootstrap/­compiled.php657
0. Illuminate\Foundation\Application run
…/­public/­index.php48

ErrorException (E_UNKNOWN) ErrorException thrown with message "file_put_contents(): Only 0 of 308 bytes written, possibly out of free disk space" Stacktrace: #11 ErrorException in /home/other/domains/tapchikttv.vn/public_html/bootstrap/compiled.php:4217 #10 Illuminate\Exception\Handler:handleError in <#unknown>:0 #9 file_put_contents in /home/other/domains/tapchikttv.vn/public_html/bootstrap/compiled.php:4217 #8 Illuminate\Filesystem\Filesystem:put in /home/other/domains/tapchikttv.vn/public_html/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:69 #7 Illuminate\Session\FileSessionHandler:write in /home/other/domains/tapchikttv.vn/public_html/bootstrap/compiled.php:7995 #6 Illuminate\Session\Store:save in /home/other/domains/tapchikttv.vn/public_html/bootstrap/compiled.php:7845 #5 Illuminate\Session\Middleware:closeSession in /home/other/domains/tapchikttv.vn/public_html/bootstrap/compiled.php:7823 #4 Illuminate\Session\Middleware:handle in /home/other/domains/tapchikttv.vn/public_html/bootstrap/compiled.php:8428 #3 Illuminate\Cookie\Queue:handle in /home/other/domains/tapchikttv.vn/public_html/bootstrap/compiled.php:8375 #2 Illuminate\Cookie\Guard:handle in /home/other/domains/tapchikttv.vn/public_html/bootstrap/compiled.php:11038 #1 Stack\StackedHttpKernel:handle in /home/other/domains/tapchikttv.vn/public_html/bootstrap/compiled.php:657 #0 Illuminate\Foundation\Application:run in /home/other/domains/tapchikttv.vn/public_html/public/index.php:48

file_put_contents(): Only 0 of 308 bytes written, possibly out of free disk space

    }
    public function requireOnce($file)
    {
        require_once $file;
    }
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
    public function prepend($path, $data)
<#unknown>
    }
    public function requireOnce($file)
    {
        require_once $file;
    }
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
    public function prepend($path, $data)
	}
 
	/**
	 * {@inheritDoc}
	 */
	public function write($sessionId, $data)
	{
		$this->files->put($this->path.'/'.$sessionId, $data, true);
	}
 
    {
        return $this->migrate($destroy);
    }
    public function save()
    {
        $this->addBagDataToSession();
        $this->ageFlashData();
        $this->handler->write($this->getId(), serialize($this->attributes));
        $this->started = false;
    }
    {
        with($session = $this->getSession($request))->setRequestOnHandler($request);
        $session->start();
        return $session;
    }
    protected function closeSession(SessionInterface $session)
    {
        $session->save();
        $this->collectGarbage($session);
    }
        $this->checkRequestForArraySessions($request);
        if ($this->sessionConfigured()) {
            $session = $this->startSession($request);
            $request->setSession($session);
        }
        $response = $this->app->handle($request, $type, $catch);
        if ($this->sessionConfigured()) {
            $this->closeSession($session);
            $this->addCookieToResponse($response, $session);
        }
    public function __construct(HttpKernelInterface $app, CookieJar $cookies)
    {
        $this->app = $app;
        $this->cookies = $cookies;
    }
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        $response = $this->app->handle($request, $type, $catch);
        foreach ($this->cookies->getQueuedCookies() as $cookie) {
            $response->headers->setCookie($cookie);
    public function __construct(HttpKernelInterface $app, Encrypter $encrypter)
    {
        $this->app = $app;
        $this->encrypter = $encrypter;
    }
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        return $this->encrypt($this->app->handle($this->decrypt($request), $type, $catch));
    }
    protected function decrypt(Request $request)
    public function __construct(HttpKernelInterface $app, array $middlewares)
    {
        $this->app = $app;
        $this->middlewares = $middlewares;
    }
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        return $this->app->handle($request, $type, $catch);
    }
    public function terminate(Request $request, Response $response)
        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
PHP_FCGI_CHILDREN 0
PATH /usr/local/bin:/usr/bin:/bin
PWD /usr/local/safe-bin
SHLVL 0
PHP_FCGI_MAX_REQUESTS 0
SCRIPT_NAME /public/index.php
REQUEST_URI /u/dang-ky
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.0
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /public/u/dang-ky
REMOTE_PORT 40454
SCRIPT_FILENAME /home/other/domains/tapchikttv.vn/public_html/public/index.php
SERVER_ADMIN webmaster@tapchikttv.vn
CONTEXT_DOCUMENT_ROOT /home/other/domains/tapchikttv.vn/public_html
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /home/other/domains/tapchikttv.vn/public_html
REMOTE_ADDR 52.14.240.57
SERVER_PORT 80
SERVER_ADDR 103.48.83.71
SERVER_NAME vnjhm.vn
SERVER_SOFTWARE Apache/2
SERVER_SIGNATURE
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT */*
HTTP_CONNECTION close
HTTP_X_FORWARDED_FOR 52.14.240.57
HTTP_HOST vnjhm.vn
SCRIPT_URI http://vnjhm.vn/u/dang-ky
SCRIPT_URL /u/dang-ky
UNIQUE_ID ZprzwX8AAAEAAG0QBFQAAACU
REDIRECT_STATUS 200
REDIRECT_SCRIPT_URI http://vnjhm.vn/u/dang-ky
REDIRECT_SCRIPT_URL /u/dang-ky
REDIRECT_UNIQUE_ID ZprzwX8AAAEAAG0QBFQAAACU
REDIRECT_REDIRECT_STATUS 200
REDIRECT_REDIRECT_SCRIPT_URI http://vnjhm.vn/u/dang-ky
REDIRECT_REDIRECT_SCRIPT_URL /u/dang-ky
REDIRECT_REDIRECT_UNIQUE_ID ZprzwX8AAAEAAG0QBFQAAACU
FCGI_ROLE RESPONDER
PHP_SELF /public/index.php
REQUEST_TIME_FLOAT 1721430977.9621
REQUEST_TIME 1721430977
empty
empty
empty
empty
empty
empty
0. Whoops\Handler\PrettyPageHandler