XoopsCore icon indicating copy to clipboard operation
XoopsCore copied to clipboard

Installation issues for Bitcero fork

Open mambax7 opened this issue 10 years ago • 1 comments

  1. Please comment out these lines in /system/xoops_version.php: // 'caption' => __('Twitter', 'system') // 'caption' => __('Facebook', 'system')

as the installation brakes down generating a fatal error

  1. After fresh installation, I couldn't enter Admin, getting Smarty errors. It seems like in the following lines the "menulink" should be replaced with "link":

header-toolbar.tpl

line 27:

    <a href="<{link menu=$menu module='system'}>">

gui-sidebar.tpl

line 18:

   <a href="<{link menu=$menu module=$hydrogen.currentModule.dirname}>">

line 26:

   <a href="<{link menu=$submenu module=$hydrogen.currentModule.dirname}>">

line 53:

    <a href="<{link menu=$menu module=$module.dirname}>">

line 79:

    <a href="<{link menu=$menu module=$module.dirname}>">

mambax7 avatar Jul 07 '15 03:07 mambax7

First fresh installation:

PHP 5.5.15

Apache 2.0

MySQL 5.6.20

A problem has occurred on our server!

Page is currently unavailable

We are working on a fix Please come back soon ... Error : exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xoopscorebitcero.x7ed_system_session' doesn't exist' in LIB/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:91 Stack trace: #0 LIB/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php(91): PDOStatement->execute(NULL) #1 LIB/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(828): Doctrine/DBAL/Driver/PDOStatement->execute() #2 LIB/Xoops/Core/Database/Connection.php(228): Doctrine/DBAL/Connection->executeQuery('SELECT s.sessio...', Array, Array, NULL) #3 LIB/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php(206): Xoops/Core/Database/Connection->executeQuery('SELECT s.sessio...', Array, Array) #4 LIB/Xoops/Core/Session/Handler.php(88): Doctrine/DBAL/Query/QueryBuilder->execute() #5 [internal function]: Xoops/Core/Session/Handler->read('sq8c7k59svu1g1j...') #6 LIB/Xoops/Core/Session/Manager.php(101): session_start() #7 ROOT/include/common.php(179): Xoops/Core/Session/Manager->sessionStart() #8 ROOT/mainfile.php(79): include('D://UwAmp//www//Xo...') #9 ROOT/index.php(29): include('D://UwAmp//www//Xo...') #10 {main} Next exception 'Doctrine/DBAL/Driver/PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xoopscorebitcero.x7ed_system_session' doesn't exist' in LIB/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:93 Stack trace: #0 LIB/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(828): Doctrine/DBAL/Driver/PDOStatement->execute() #1 LIB/Xoops/Core/Database/Connection.php(228): Doctrine/DBAL/Connection->executeQuery('SELECT s.sessio...', Array, Array, NULL) #2 LIB/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php(206): Xoops/Core/Database/Connection->executeQuery('SELECT s.sessio...', Array, Array) #3 LIB/Xoops/Core/Session/Handler.php(88): Doctrine/DBAL/Query/QueryBuilder->execute() #4 [internal function]: Xoops/Core/Session/Handler->read('sq8c7k59svu1g1j...') #5 LIB/Xoops/Core/Session/Manager.php(101): session_start() #6 ROOT/include/common.php(179): Xoops/Core/Session/Manager->sessionStart() #7 ROOT/mainfile.php(79): include('D://UwAmp//www//Xo...') #8 ROOT/index.php(29): include('D://UwAmp//www//Xo...') #9 {main} Next exception 'Doctrine/DBAL/Exception/TableNotFoundException' with message 'An exception occurred while executing 'SELECT s.session_data FROM x7ed_system_session s WHERE (s.session_id = ?) AND (s.expires_at > ?)' with params ["sq8c7k59svu1g1jcdpkkop36l6", 1436265008]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xoopscorebitcero.x7ed_system_session' doesn't exist' in LIB/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53 Stack trace: #0 LIB/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php(116): Doctrine/DBAL/Driver/AbstractMySQLDriver->convertException('An exception oc...', Object(Doctrine/DBAL/Driver/PDOException)) #1 LIB/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(836): Doctrine/DBAL/DBALException::driverExceptionDuringQuery(Object(Doctrine/DBAL/Driver/PDOMySql/Driver), Object(Doctrine/DBAL/Driver/PDOException), 'SELECT s.sessio...', Array) #2 LIB/Xoops/Core/Database/Connection.php(228): Doctrine/DBAL/Connection->executeQuery('SELECT s.sessio...', Array, Array, NULL) #3 LIB/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php(206): Xoops/Core/Database/Connection->executeQuery('SELECT s.sessio...', Array, Array) #4 LIB/Xoops/Core/Session/Handler.php(88): Doctrine/DBAL/Query/QueryBuilder->execute() #5 [internal function]: Xoops/Core/Session/Handler->read('sq8c7k59svu1g1j...') #6 LIB/Xoops/Core/Session/Manager.php(101): session_start() #7 ROOT/include/common.php(179): Xoops/Core/Session/Manager->sessionStart() #8 ROOT/mainfile.php(79): include('D://UwAmp//www//Xo...') #9 ROOT/index.php(29): include('D://UwAmp//www//Xo...') #10 {main}

txmodxoops avatar Jul 07 '15 10:07 txmodxoops