Whoops \ Exception \ ErrorException (E_ERROR)
Uncaught JDatabaseExceptionExecuting: Table '#__rsseo_error_links' is marked as crashed and should be repaired in /var/www/html/ablepersonnel/public_html/libraries/joomla/database/driver/mysqli.php:668 Stack trace: #0 /var/www/html/ablepersonnel/public_html/libraries/joomla/database/driver.php(1740): JDatabaseDriverMysqli->execute() #1 /var/www/html/ablepersonnel/public_html/administrator/components/com_rsseo/helpers/rsseo.php(443): JDatabaseDriver->loadResult() #2 /var/www/html/ablepersonnel/public_html/plugins/system/rsseo/rsseo.php(1346): rsseoHelper::saveURL(1194) #3 [internal function]: plgSystemRsseo::handleError(Object(JDatabaseExceptionExecuting)) #4 /var/www/html/ablepersonnel/public_html/libraries/gantry5/src/classes/Gantry/Component/Whoops/SystemFacade.php(145): call_user_func_array(Array, Array) #5 [internal function]: Gantry\Component\Whoops\SystemFacade->handleException(Object(JDatabaseExceptionExecuting)) #6 {main} thrown Whoops\Exception\ErrorException thrown with message "Uncaught JDatabaseExceptionExecuting: Table '#__rsseo_error_links' is marked as crashed and should be repaired in /var/www/html/ablepersonnel/public_html/libraries/joomla/database/driver/mysqli.php:668 Stack trace: #0 /var/www/html/ablepersonnel/public_html/libraries/joomla/database/driver.php(1740): JDatabaseDriverMysqli->execute() #1 /var/www/html/ablepersonnel/public_html/administrator/components/com_rsseo/helpers/rsseo.php(443): JDatabaseDriver->loadResult() #2 /var/www/html/ablepersonnel/public_html/plugins/system/rsseo/rsseo.php(1346): rsseoHelper::saveURL(1194) #3 [internal function]: plgSystemRsseo::handleError(Object(JDatabaseExceptionExecuting)) #4 /var/www/html/ablepersonnel/public_html/libraries/gantry5/src/classes/Gantry/Component/Whoops/SystemFacade.php(145): call_user_func_array(Array, Array) #5 [internal function]: Gantry\Component\Whoops\SystemFacade->handleException(Object(JDatabaseExceptionExecuting)) #6 {main} thrown" Stacktrace: #3 Whoops\Exception\ErrorException in /var/www/html/ablepersonnel/public_html/libraries/joomla/database/driver/mysqli.php:668 #2 Whoops\Run:handleError in /var/www/html/ablepersonnel/public_html/libraries/gantry5/vendor/filp/whoops/src/Whoops/Run.php:486 #1 Whoops\Run:handleShutdown in /var/www/html/ablepersonnel/public_html/libraries/gantry5/src/classes/Gantry/Component/Whoops/SystemFacade.php:160 #0 Gantry\Component\Whoops\SystemFacade:handleShutdown in [internal]:0
Stack frames (4)
3
Whoops\Exception\ErrorException
/var/www/html/ablepersonnel/public_html/libraries/joomla/database/driver/mysqli.php668
2
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php486
1
Whoops\Run handleShutdown
/src/classes/Gantry/Component/Whoops/SystemFacade.php160
0
Gantry\Component\Whoops\SystemFacade handleShutdown
[internal]0
                catch (RuntimeException $e)
                {
                    // Get the error number and message.
                    $this->errorNum = $this->getErrorNumber();
                    $this->errorMsg = $this->getErrorMessage();
 
                    JLog::add(JText::sprintf('JLIB_DATABASE_QUERY_FAILED', $this->errorNum, $this->errorMsg), JLog::ERROR, 'database-error');
 
                    throw new JDatabaseExceptionExecuting($query, $this->errorMsg, $this->errorNum, $e);
                }
 
                // Since we were able to reconnect, run the query again.
                return $this->execute();
            }
            // The server was not disconnected.
            else
            {
                JLog::add(JText::sprintf('JLIB_DATABASE_QUERY_FAILED', $this->errorNum, $this->errorMsg), JLog::ERROR, 'database-error');
 
                throw new JDatabaseExceptionExecuting($query, $this->errorMsg, $this->errorNum);
            }
        }
 
        return $this->cursor;
    }
 
    /**
     * Renames a table in the database.
     *
     * @param   string  $oldTable  The name of the table to be renamed
     * @param   string  $newTable  The new name for the table.
     * @param   string  $backup    Not used by MySQL.
     * @param   string  $prefix    Not used by MySQL.
     *
     * @return  JDatabaseDriverMysqli  Returns this object to support chaining.
     *
     * @since   3.0.1
     * @throws  RuntimeException
     */
    public function renameTable($oldTable, $newTable, $backup = null, $prefix = null)
     *
     * @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 Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
     *
     * @param callable|HandlerInterface $handler
     *
     * @return HandlerInterface
        }
 
        // Propagate error to the next handler.
        if ($this->platformExceptionHandler) {
            call_user_func_array($this->platformExceptionHandler, [&$exception]);
        }
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     */
    public function handleShutdown()
    {
        $handler = $this->whoopsShutdownHandler;
 
        $error = $this->getLastError();
 
        // Ignore core warnings and errors.
        if ($error && !($error['type'] & (E_CORE_WARNING | E_CORE_ERROR))) {
            $handler();
        }
    }
}
 

Environment & details:

Key Value
view item
empty
empty
empty
Key Value
VMCHECK NOCHECK
joomla TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTcxMTYzMTY3NjtzOjQ6Imxhc3QiO2k6MTcxMTYzMTY3NjtzOjM6Im5vdyI7aToxNzExNjMxNjc2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjQ0LjE5Ny4xMTQuOTIiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9
Key Value
USER ablepersonnel
HOME /var/www/html/ablepersonnel
PATH_TRANSLATED redirect:/index.php/what-do-you
PATH_INFO /jobseekers/what-do-you
SCRIPT_NAME /index.php
REQUEST_URI /index.php/jobseekers/what-do-you
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REMOTE_PORT 17370
SCRIPT_FILENAME /var/www/html/ablepersonnel/public_html/index.php
SERVER_ADMIN [email protected]
CONTEXT_DOCUMENT_ROOT /var/www/html/ablepersonnel/public_html
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT /var/www/html/ablepersonnel/public_html
REMOTE_ADDR 172.70.38.59
SERVER_PORT 443
SERVER_ADDR 103.6.212.32
SERVER_NAME ablepersonnel.co.nz
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
PATH /usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin
HTTP_X_HTTPS 1
HTTP_CF_IPCOUNTRY US
HTTP_CDN_LOOP cloudflare
HTTP_CF_CONNECTING_IP 44.197.114.92
HTTP_REFERER http://ablepersonnel.co.nz/index.php/jobseekers/what-do-you
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_CF_VISITOR {"scheme":"https"}
HTTP_X_FORWARDED_PROTO https
HTTP_CF_RAY 86b7e2558cd3395b-IAD
HTTP_X_FORWARDED_FOR 44.197.114.92
HTTP_ACCEPT_ENCODING gzip, br
HTTP_CONNECTION Keep-Alive
HTTP_HOST ablepersonnel.co.nz
proxy-nokeepalive 1
SSL_TLS_SNI ablepersonnel.co.nz
HTTPS on
HTTP_AUTHORIZATION
SCRIPT_URI https://ablepersonnel.co.nz/index.php/jobseekers/what-do-you
SCRIPT_URL /index.php/jobseekers/what-do-you
UNIQUE_ID ZgVtPNs7ls8sDafvZGWAvQAAADQ
FCGI_ROLE RESPONDER
PHP_SELF /index.php/jobseekers/what-do-you
REQUEST_TIME_FLOAT 1711631676.3299
REQUEST_TIME 1711631676
argv Array ( )
argc 0
empty
0. Whoops\Handler\PrettyPageHandler