news

  • 映画

    テアトル新宿にて村上穂乃佳がアフタートーク登壇致します。

  • お知らせ

    ブルーレディオドットコム 国弘よう子の『映画ナイト』

  • お知らせ

    「LOOK UP! | DAISEN CITY 秋田県大仙市」に村上穂乃佳が出演しております。

  • 映画

    テアトル新宿「田辺・弁慶映画祭セレクション2018」にて三尺魂の上映が決定致しました。

  • 映画

    「ハモニカ太陽」冬編公開されました!

  • 映画

    Crikey! There was an error...
    Whoops \ Exception \ ErrorException (E_ERROR)
    Allowed memory size of 134217728 bytes exhausted (tried to allocate 2314241 bytes) Whoops\Exception\ErrorException thrown with message "Allowed memory size of 134217728 bytes exhausted (tried to allocate 2314241 bytes)" Stacktrace: #3 Whoops\Exception\ErrorException in /home/users/2/mods.jp-alter-ego/web/unblink/vendor/getgrav/image/Gregwar/Image/Adapter/GD.php:103 #2 Whoops\Run:handleError in /home/users/2/mods.jp-alter-ego/web/unblink/vendor/filp/whoops/src/Whoops/Run.php:514 #1 Whoops\Run:handleShutdown in /home/users/2/mods.jp-alter-ego/web/unblink/system/src/Grav/Common/Errors/SystemFacade.php:43 #0 Grav\Common\Errors\SystemFacade:handleShutdown in [internal]:0
    Stack frames (4)
    3
    Whoops\Exception\ErrorException
    /vendor/getgrav/image/Gregwar/Image/Adapter/GD.php103
    2
    Whoops\Run handleError
    /vendor/filp/whoops/src/Whoops/Run.php514
    1
    Whoops\Run handleShutdown
    /system/src/Grav/Common/Errors/SystemFacade.php43
    0
    Grav\Common\Errors\SystemFacade handleShutdown
    [internal]0
    /home/users/2/mods.jp-alter-ego/web/unblink/vendor/getgrav/image/Gregwar/Image/Adapter/GD.php
         * @param int $target_width
         * @param int $target_height
         * @param int $new_width
         * @param int $new_height
         *
         * @return $this
         */
        protected function doResize($bg, int $target_width, int $target_height, int $new_width, int $new_height)
        {
            $width = $this->width();
            $height = $this->height();
            $n = imagecreatetruecolor($target_width, $target_height);
     
            if ($bg !== 'transparent') {
                imagefill($n, 0, 0, ImageColor::gdAllocate($this->resource, $bg));
            } else {
                imagealphablending($n, false);
                $color = ImageColor::gdAllocate($this->resource, 'transparent');
     
                imagefill($n, 0, 0, $color);
                imagesavealpha($n, true);
            }
     
            imagecopyresampled(
                $n,
                $this->resource,
                (int) (($target_width - $new_width) / 2),
                (int) (($target_height - $new_height) / 2),
                0,
                0,
                $new_width,
                $new_height,
                $width,
                $height
            );
     
            imagedestroy($this->resource);
     
            $this->resource = $n;
     
    Arguments
    1. "Allowed memory size of 134217728 bytes exhausted (tried to allocate 2314241 bytes)"
      
    /home/users/2/mods.jp-alter-ego/web/unblink/vendor/filp/whoops/src/Whoops/Run.php
         *
         * @return void
         */
        public function handleShutdown()
        {
            // If we reached this step, we are in shutdown handler.
            // An exception thrown in a shutdown handler will not be propagated
            // to the exception handler. Pass that information along.
            $this->canThrowExceptions = false;
     
            $error = $this->system->getLastError();
            if ($error && Misc::isLevelFatal($error['type'])) {
                // If there was a fatal error,
                // it was not handled in handleError yet.
                $this->allowQuit = false;
                $this->handleError(
                    $error['type'],
                    $error['message'],
                    $error['file'],
                    $error['line']
                );
            }
        }
     
     
        /**
         * @param InspectorFactoryInterface $factory
         *
         * @return void
         */
        public function setInspectorFactory(InspectorFactoryInterface $factory)
        {
            $this->inspectorFactory = $factory;
        }
     
        public function addFrameFilter($filterCallback)
        {
            if (!is_callable($filterCallback)) {
                throw new \InvalidArgumentException(sprintf(
                    "A frame filter must be of type callable, %s type given.", 
    Arguments
    1. 1
      
    2. "Allowed memory size of 134217728 bytes exhausted (tried to allocate 2314241 bytes)"
      
    3. "/home/users/2/mods.jp-alter-ego/web/unblink/vendor/getgrav/image/Gregwar/Image/Adapter/GD.php"
      
    4. 103
      
    /home/users/2/mods.jp-alter-ego/web/unblink/system/src/Grav/Common/Errors/SystemFacade.php
         */
        public function registerShutdownFunction(callable $function)
        {
            $this->whoopsShutdownHandler = $function;
            register_shutdown_function([$this, 'handleShutdown']);
        }
     
        /**
         * Special case to deal with Fatal errors and the like.
         *
         * @return void
         */
        public function handleShutdown()
        {
            $error = $this->getLastError();
     
            // Ignore core warnings and errors.
            if ($error && !($error['type'] & (E_CORE_WARNING | E_CORE_ERROR))) {
                $handler = $this->whoopsShutdownHandler;
                $handler();
            }
        }
     
     
        /**
         * @param int $httpCode
         *
         * @return int
         */
        public function setHttpResponseCode($httpCode)
        {
            if (!headers_sent()) {
                // Ensure that no 'location' header is present as otherwise this
                // will override the HTTP code being set here, and mask the
                // expected error page.
                header_remove('location');
     
                // Work around PHP bug #8218 (8.0.17 & 8.1.4).
                header_remove('Content-Encoding');
            }
    [internal]

    Environment & details:

    empty
    empty
    empty
    empty
    Key Value
    user
    Grav\Common\User\User {#196}
    
    redirect_after_login
    "/news/tag:%E6%9D%91%E4%B8%8A%E7%A9%82%E4%B9%83%E4%BD%B3/page:9"
    
    Key Value
    PATH
    "/usr/local/bin:/usr/bin:/bin"
    
    REDIRECT_HANDLER
    "php7.4-script"
    
    REDIRECT_STATUS
    "200"
    
    UNIQUE_ID
    "ZgZjjxUTTHsOgdoR_xlLYQAAAAU"
    
    NSS_SDB_USE_CACHE
    "YES"
    
    HTTPS
    "on"
    
    HTTP_HOST
    "unblink.jp"
    
    HTTP_X_FORWARDED_HOST
    "unblink.jp"
    
    HTTP_X_FORWARDED_FOR
    "54.198.157.15"
    
    HTTP_X_FORWARDED_PROTO
    "https"
    
    HTTP_X_BACKEND
    "lit005.phy.lolipop.lan"
    
    HTTP_ACCEPT
    "*/*"
    
    HTTP_USER_AGENT
    "claudebot"
    
    SERVER_SIGNATURE
    ""
    
    SERVER_SOFTWARE
    "Apache"
    
    SERVER_NAME
    "unblink.jp"
    
    SERVER_ADDR
    "172.19.48.122"
    
    SERVER_PORT
    "443"
    
    REMOTE_ADDR
    "54.198.157.15"
    
    DOCUMENT_ROOT
    "/home/users/2/mods.jp-alter-ego/web/unblink"
    
    REQUEST_SCHEME
    "https"
    
    CONTEXT_PREFIX
    "/lolipop-ext-bin/"
    
    CONTEXT_DOCUMENT_ROOT
    "/home/users/php-bin/mods.jp-alter-ego/unblink.jp/"
    
    SERVER_ADMIN
    "https://lolipop.jp/support/"
    
    SCRIPT_FILENAME
    "/home/users/2/mods.jp-alter-ego/web/unblink/index.php"
    
    REMOTE_PORT
    "50742"
    
    REDIRECT_URL
    "/index.php"
    
    GATEWAY_INTERFACE
    "CGI/1.1"
    
    SERVER_PROTOCOL
    "HTTP/1.1"
    
    REQUEST_METHOD
    "GET"
    
    QUERY_STRING
    ""
    
    REQUEST_URI
    "/news/tag:%E6%9D%91%E4%B8%8A%E7%A9%82%E4%B9%83%E4%BD%B3/page:9"
    
    SCRIPT_NAME
    "/index.php"
    
    ORIG_SCRIPT_FILENAME
    "/home/users/php-bin/mods.jp-alter-ego/unblink.jp/php7.4/php7.4.cgi"
    
    ORIG_PATH_INFO
    "/index.php"
    
    ORIG_PATH_TRANSLATED
    "/home/users/2/mods.jp-alter-ego/web/unblink/index.php"
    
    ORIG_SCRIPT_NAME
    "/lolipop-ext-bin/php7.4/php7.4.cgi"
    
    PHP_SELF
    "/index.php"
    
    REQUEST_TIME_FLOAT
    1711694735.2478
    
    REQUEST_TIME
    1711694735
    
    empty
    0. Whoops\Handler\PrettyPageHandler
    1. Whoops\Handler\CallbackHandler