problems after moving site
Permalink
Hi,
I moved my site from localhost to server and did everything like told in this tutorial:
-->http://www.concrete5.org/documentation/installation/moving_a_site/...
and now it shows me error like this:
-->http://www.artursvitols.netne.net/...
I exported database from phpMyAdmin to SQL format, then created a new database on server in which I imported this database.
in site.php I wrote new databases parameters.
thanks in advance!
Best regards
Arturs Vitols
I moved my site from localhost to server and did everything like told in this tutorial:
-->http://www.concrete5.org/documentation/installation/moving_a_site/...
and now it shows me error like this:
-->http://www.artursvitols.netne.net/...
I exported database from phpMyAdmin to SQL format, then created a new database on server in which I imported this database.
in site.php I wrote new databases parameters.
thanks in advance!
Best regards
Arturs Vitols
I checked now and its back on...
I copied the Error message:
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1146: Table 'a1105382_inara.Config' doesn't exist] in EXECUTE("select cfValue from Config where cfKey = 'ENABLE_CACHE'") ' in /home/a1105382/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/a1105382/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw('mysql', 'EXECUTE', 1146, 'Table 'a1105382...', 'select cfValue ...', false, Object(ADODB_mysql)) #1 /home/a1105382/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(993): ADOConnection->_Execute('select cfValue ...') #2 /home/a1105382/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1605): ADOConnection->Execute('select cfValue ...', Array) #3 /home/a1105382/public_html/concrete/libraries/database.php(73): ADOConnection->GetRow('select cfValue ...', Array) #4 [internal function]: Database->__call(Array, Array) #5 /home/a1105382/public_html/concrete/models/config.php(67): Database->GetRow('GetRow', Array) in /home/a1105382/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
I copied the Error message:
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1146: Table 'a1105382_inara.Config' doesn't exist] in EXECUTE("select cfValue from Config where cfKey = 'ENABLE_CACHE'") ' in /home/a1105382/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/a1105382/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw('mysql', 'EXECUTE', 1146, 'Table 'a1105382...', 'select cfValue ...', false, Object(ADODB_mysql)) #1 /home/a1105382/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(993): ADOConnection->_Execute('select cfValue ...') #2 /home/a1105382/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1605): ADOConnection->Execute('select cfValue ...', Array) #3 /home/a1105382/public_html/concrete/libraries/database.php(73): ADOConnection->GetRow('select cfValue ...', Array) #4 [internal function]: Database->__call(Array, Array) #5 /home/a1105382/public_html/concrete/models/config.php(67): Database->GetRow('GetRow', Array) in /home/a1105382/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
If you need any additional information, please do not hesitate to ask..
Best regards
Arturs
Best regards
Arturs
thanks,
I found the problem, the problem is I moved form windows to Linux server, and all tables need to be renamed, because of case sensitivity...
why this problem aren`t solved jet if its so common...?
I found the problem, the problem is I moved form windows to Linux server, and all tables need to be renamed, because of case sensitivity...
why this problem aren`t solved jet if its so common...?
Jason