Forums / Cotonti / Support / Install issue

SQL error 42000:

VitDuc
#1 2013-11-17 21:28

Pls, could anybody help me. After successful instalation proces this message shows me. 

Great thanks V. 

Fatal error

2013-11-17 21:21

SQL error 42000: Syntax error or access violation: 1103 Incorrect table name ''

#0 cot_diefatal(SQL error 42000: Syntax error or access violation: 1103 Incorrect table name '') called at [D:\xampp\htdocs\www\cotonti\system\database.php:568]

#1 CotDB->query(SELECT c_name, c_value FROM `` WHERE c_auto=1 AND c_realm IN('system','cot','')) called at [D:\xampp\htdocs\www\cotonti\system\cache.php:759]

#2 MySQL_cache->get_all(Array ([0] => system,[1] => cot,[2] => )) called at [D:\xampp\htdocs\www\cotonti\system\cache.php:1221]

#3 Cache->init() called at [D:\xampp\htdocs\www\cotonti\system\common.php:126]

#4 require_once(D:\xampp\htdocs\www\cotonti\system\common.php) called at [D:\xampp\htdocs\www\cotonti\index.php:37]

Twiebie
#2 2013-11-17 21:53

Seems like something has gone wrong in version 0.9.15.

Try to temporarily add this to the bottom of /datas/config.php until it gets fixed.

$db_auth           = $db_x.'auth';
$db_cache          = $db_x.'cache';
$db_cache_bindings = $db_x.'cache_bindings';
$db_core           = $db_x.'core';
$db_config         = $db_x.'config';
$db_groups         = $db_x.'groups';
$db_groups_users   = $db_x.'groups_users';
$db_logger         = $db_x.'logger';
$db_online         = $db_x.'online';
$db_extra_fields   = $db_x.'extra_fields';
$db_plugins        = $db_x.'plugins';
$db_structure      = $db_x.'structure';
$db_updates        = $db_x.'updates';
$db_users          = $db_x.'users';

 

This post was edited by Twiebie (2013-11-17 21:59, 10 years ago)
VitDuc
#3 2013-11-17 22:15

Great thanks, 

everything works right way. 

Once more great thanks for promt and helpful reply.

Vita

Xerora
#4 2013-11-17 22:50

This will be fixed in the main package shortly. Thanks for the report!

Twiebie
#5 2013-11-18 00:19
#38486 Xerora:

This will be fixed in the main package shortly. Thanks for the report!

Thanks for the fix Xerora!

https://github.com/Cotonti/Cotonti/issues/1279

Trustmaster
#6 2013-11-18 07:49

The 0.9.15 package has been updated. Please redownload and try again! Xerora, thanks for the fix!

May the Source be with you!
VitDuc
#7 2013-11-18 18:25

I have performed new installation with updated version. It works perfect. 

As I newbie in this system. Could you ask about handling with pictures. Is it neccessary some plugin. I am looking for a way how to uploud picture of my avatar or some pictures for new contributions but I can't find it. 

Sorry for wrong thread. 

Added 14 minutes later:

Sorry for my stupid question. I've found id. 

.. (personal file space)

This post was edited by VitDuc (2013-11-18 18:39, 10 years ago)
dedushka
#8 2013-11-18 23:54

У меня одного после обновления до 0.9.15 новые пользователи стали получать пустые письма?

Trustmaster
#9 2013-11-19 08:03

dedushka, check Administration / Configuration / Titles and Metas / "Email title" config, it should be something like this:

{MAIL_BODY}

{SITE_TITLE} - {SITE_URL}
{SITE_DESCRIPTION}

 

May the Source be with you!
dedushka
#10 2013-11-19 08:17

thank you very much