CMPTV MAIN CONTENT DISPLAY LIVE TV

MAIN Feed – Fade Preview (Sample Data)
Loading…
? WALLET NOTICE; Unauthorized transaction of 1.5 BTC. Cancel? > https://graph.org/COLLECT-BTC-07-23?2kzcc ? has not added any videos yet.

GIVE BACK GIFT CARDS MISSION

Where local fundraisers become marketing armies, share discounts for donations. Local partners share discounts to raise donations. Funds raised stay local, helping communities thrive. Join the movement to keep it local and give back—empowering fundraisers to promote local gift cards, we help keep money local and ensure that the funds raised stay right in the community.

Check our community GET COMMUNITY CONNECTED. we would love to empower you to get your own community connected.

Table 'n36ic_session' is marked as crashed and should be repaired (500 Whoops, looks like something went wrong.)

mysqli_sql_exception ExecutionFailureException

HTTP 500 Whoops, looks like something went wrong.

Table 'n36ic_session' is marked as crashed and should be repaired

Exceptions 2

Joomla\Database\Exception\ ExecutionFailureException

  1.                 throw new ExecutionFailureException($this->query$this->statement->error$this->statement->errno);
  2.             }
  3.         }
  4.         catch (\Throwable $e)
  5.         {
  6.             throw new ExecutionFailureException($this->query$e->getMessage(), $e->getCode(), $e);
  7.         }
  8.         if ($this->columnNames === null)
  9.         {
  10.             $meta $this->statement->result_metadata();
  1.             $this->statement->bindParam($key$obj->value$obj->dataType);
  2.         }
  3.         try
  4.         {
  5.             $this->executed $this->statement->execute();
  6.             // If there is a monitor registered, let it know we have finished this query
  7.             if ($this->monitor)
  8.             {
  9.                 $this->monitor->stopQuery();
  1.                 ->delete($this->db->quoteName('#__session'))
  2.                 ->where($this->db->quoteName('time') . ' < ?')
  3.                 ->bind(1$this->gcLifetimeParameterType::INTEGER);
  4.             // Remove expired sessions from the database.
  5.             $this->db->setQuery($query)->execute();
  6.             $this->gcCalled   false;
  7.             $this->gcLifetime null;
  8.         }
DatabaseHandler->close()
  1.      * @see     session_write_close()
  2.      * @since   2.0.0
  3.      */
  4.     public function close(): void
  5.     {
  6.         session_write_close();
  7.         $this->closed  true;
  8.         $this->started false;
  9.     }
  1.     public function close(): void
  2.     {
  3.         // Before storing data to the session, we serialize and encode the Registry
  4.         $_SESSION['joomla'] = base64_encode(serialize(clone $this->data));
  5.         parent::close();
  6.     }
  7.     /**
  8.      * Get data from the session store
  9.      *
  1.      * @see     session_write_close()
  2.      * @since   1.0
  3.      */
  4.     public function close()
  5.     {
  6.         $this->store->close();
  7.         $this->setState(SessionState::CLOSED);
  8.     }
  9.     /**
  10.      * Perform session data garbage collection
  1.             if ($this->params->get('queries'1)) {
  2.                 // Remember session form token for possible future usage.
  3.                 $formToken Session::getFormToken();
  4.                 // Close session to collect possible session-related queries.
  5.                 $this->getApplication()->getSession()->close();
  6.                 // Call $db->disconnect() here to trigger the onAfterDisconnect() method here in this class!
  7.                 $this->getDatabase()->disconnect();
  8.                 $this->debugBar->addCollector(new QueryCollector($this->params$this->queryMonitor$this->sqlShowProfileEach$this->explains));
  9.             }
  1.                 if ($event->isStopped())
  2.                 {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
  1.         // Send the application response.
  2.         $this->respond();
  3.         // Trigger the onAfterRespond event.
  4.         $this->getDispatcher()->dispatch('onAfterRespond');
  5.     }
  6.     /**
  7.      * Check if the user is required to reset their password.
  8.      *
CMSApplication->execute() in /home/communitymarketp/public_html/includes/app.php (line 61)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/communitymarketp/public_html/includes/app.php') in /home/communitymarketp/public_html/index.php (line 32)
  1.  * define() is used rather than "const" to not error for PHP 5.2 and lower
  2.  */
  3. define('_JEXEC'1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once dirname(__FILE__) . '/includes/app.php';

mysqli_sql_exception

Table 'n36ic_session' is marked as crashed and should be repaired

  1.             }
  2.         }
  3.         try
  4.         {
  5.             if (!$this->statement->execute())
  6.             {
  7.                 throw new ExecutionFailureException($this->query$this->statement->error$this->statement->errno);
  8.             }
  9.         }
  10.         catch (\Throwable $e)
  1.             }
  2.         }
  3.         try
  4.         {
  5.             if (!$this->statement->execute())
  6.             {
  7.                 throw new ExecutionFailureException($this->query$this->statement->error$this->statement->errno);
  8.             }
  9.         }
  10.         catch (\Throwable $e)
  1.             $this->statement->bindParam($key$obj->value$obj->dataType);
  2.         }
  3.         try
  4.         {
  5.             $this->executed $this->statement->execute();
  6.             // If there is a monitor registered, let it know we have finished this query
  7.             if ($this->monitor)
  8.             {
  9.                 $this->monitor->stopQuery();
  1.                 ->delete($this->db->quoteName('#__session'))
  2.                 ->where($this->db->quoteName('time') . ' < ?')
  3.                 ->bind(1$this->gcLifetimeParameterType::INTEGER);
  4.             // Remove expired sessions from the database.
  5.             $this->db->setQuery($query)->execute();
  6.             $this->gcCalled   false;
  7.             $this->gcLifetime null;
  8.         }
DatabaseHandler->close()
  1.      * @see     session_write_close()
  2.      * @since   2.0.0
  3.      */
  4.     public function close(): void
  5.     {
  6.         session_write_close();
  7.         $this->closed  true;
  8.         $this->started false;
  9.     }
  1.     public function close(): void
  2.     {
  3.         // Before storing data to the session, we serialize and encode the Registry
  4.         $_SESSION['joomla'] = base64_encode(serialize(clone $this->data));
  5.         parent::close();
  6.     }
  7.     /**
  8.      * Get data from the session store
  9.      *
  1.      * @see     session_write_close()
  2.      * @since   1.0
  3.      */
  4.     public function close()
  5.     {
  6.         $this->store->close();
  7.         $this->setState(SessionState::CLOSED);
  8.     }
  9.     /**
  10.      * Perform session data garbage collection
  1.             if ($this->params->get('queries'1)) {
  2.                 // Remember session form token for possible future usage.
  3.                 $formToken Session::getFormToken();
  4.                 // Close session to collect possible session-related queries.
  5.                 $this->getApplication()->getSession()->close();
  6.                 // Call $db->disconnect() here to trigger the onAfterDisconnect() method here in this class!
  7.                 $this->getDatabase()->disconnect();
  8.                 $this->debugBar->addCollector(new QueryCollector($this->params$this->queryMonitor$this->sqlShowProfileEach$this->explains));
  9.             }
  1.                 if ($event->isStopped())
  2.                 {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
  1.         // Send the application response.
  2.         $this->respond();
  3.         // Trigger the onAfterRespond event.
  4.         $this->getDispatcher()->dispatch('onAfterRespond');
  5.     }
  6.     /**
  7.      * Check if the user is required to reset their password.
  8.      *
CMSApplication->execute() in /home/communitymarketp/public_html/includes/app.php (line 61)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/communitymarketp/public_html/includes/app.php') in /home/communitymarketp/public_html/index.php (line 32)
  1.  * define() is used rather than "const" to not error for PHP 5.2 and lower
  2.  */
  3. define('_JEXEC'1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once dirname(__FILE__) . '/includes/app.php';

Stack Traces 2

[2/2] ExecutionFailureException
Joomla\Database\Exception\ExecutionFailureException:
Table 'n36ic_session' is marked as crashed and should be repaired

  at /home/communitymarketp/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:442
  at Joomla\Database\Mysqli\MysqliStatement->execute()
     (/home/communitymarketp/public_html/libraries/vendor/joomla/database/src/DatabaseDriver.php:687)
  at Joomla\Database\DatabaseDriver->execute()
     (/home/communitymarketp/public_html/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:80)
  at Joomla\Session\Handler\DatabaseHandler->close()
  at session_write_close()
     (/home/communitymarketp/public_html/libraries/vendor/joomla/session/src/Storage/NativeStorage.php:114)
  at Joomla\Session\Storage\NativeStorage->close()
     (/home/communitymarketp/public_html/libraries/src/Session/Storage/JoomlaStorage.php:136)
  at Joomla\CMS\Session\Storage\JoomlaStorage->close()
     (/home/communitymarketp/public_html/libraries/vendor/joomla/session/src/Session.php:580)
  at Joomla\Session\Session->close()
     (/home/communitymarketp/public_html/plugins/system/debug/src/Extension/Debug.php:311)
  at Joomla\Plugin\System\Debug\Extension\Debug->onAfterRespond()
     (/home/communitymarketp/public_html/libraries/vendor/joomla/event/src/Dispatcher.php:486)
  at Joomla\Event\Dispatcher->dispatch()
     (/home/communitymarketp/public_html/libraries/src/Application/CMSApplication.php:332)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/communitymarketp/public_html/includes/app.php:61)
  at require_once('/home/communitymarketp/public_html/includes/app.php')
     (/home/communitymarketp/public_html/index.php:32)                
[1/2] mysqli_sql_exception
mysqli_sql_exception:
Table 'n36ic_session' is marked as crashed and should be repaired

  at /home/communitymarketp/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:435
  at mysqli_stmt->execute()
     (/home/communitymarketp/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:435)
  at Joomla\Database\Mysqli\MysqliStatement->execute()
     (/home/communitymarketp/public_html/libraries/vendor/joomla/database/src/DatabaseDriver.php:687)
  at Joomla\Database\DatabaseDriver->execute()
     (/home/communitymarketp/public_html/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:80)
  at Joomla\Session\Handler\DatabaseHandler->close()
  at session_write_close()
     (/home/communitymarketp/public_html/libraries/vendor/joomla/session/src/Storage/NativeStorage.php:114)
  at Joomla\Session\Storage\NativeStorage->close()
     (/home/communitymarketp/public_html/libraries/src/Session/Storage/JoomlaStorage.php:136)
  at Joomla\CMS\Session\Storage\JoomlaStorage->close()
     (/home/communitymarketp/public_html/libraries/vendor/joomla/session/src/Session.php:580)
  at Joomla\Session\Session->close()
     (/home/communitymarketp/public_html/plugins/system/debug/src/Extension/Debug.php:311)
  at Joomla\Plugin\System\Debug\Extension\Debug->onAfterRespond()
     (/home/communitymarketp/public_html/libraries/vendor/joomla/event/src/Dispatcher.php:486)
  at Joomla\Event\Dispatcher->dispatch()
     (/home/communitymarketp/public_html/libraries/src/Application/CMSApplication.php:332)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/communitymarketp/public_html/includes/app.php:61)
  at require_once('/home/communitymarketp/public_html/includes/app.php')
     (/home/communitymarketp/public_html/index.php:32)