<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Проблемы с самого начала :(</title>
		<link>https://www.cotonti.com</link>
		<description>Останні повідомлення в темі</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 04 May 2026 06:02:58 -0000</pubDate>

		<item>
			<title>FogM</title>
			<description><![CDATA[<strong>2Trustmaster,</strong> спасибо за помощь, все сработало.]]></description>
			<pubDate>Нд, 13 Вер 2009 05:51:40 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3307&d=0#post17052]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Первая ошибка - это просчёт в Seditio/Cotonti. Будем лечить его следующим SQL-запросом в phpMyAdmin:<br />
<div class="highlight"><pre class="mysql">ALTER TABLE sed_cache MODIFY `c_name` varchar(64) collate utf8_unicode_ci NOT NULL default '';</pre></div>
<br />
Вторая ошибка связана скорее с некорректной обработкой параметра DEFAULT в MySQL, но её мы тоже вылечим, заменив в файле <em>system/core/users/users.register.inc.php</em> в 116 строке<br />
<div class="highlight"><pre class="php">$ruserbirthdate = '';</pre></div>
на<br />
<div class="highlight"><pre class="php">$ruserbirthdate = '0000-00-00';</pre></div>
То же самое нужно проделать со строкой 496 в <em>system/core/users/users.profile.inc.php</em> и 153 в <em>system/core/users/users.edit.inc.php</em>.<br />
<br />
А в версии 0.6.3 мы эти исправления включим сразу.]]></description>
			<pubDate>Сб, 12 Вер 2009 23:42:29 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3307&d=0#post17048]]></link>
		</item>
		<item>
			<title>FogM</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=17028#17028">#</a> <strong>Trustmaster :</strong>
Главный вопрос: производится установка &quot;с нуля&quot; или перевод существующего сайта с Seditio на Cotonti?<br />
</blockquote>
Установка с нуля. Режим отладки включил.<br />
<br />
<div style="margin:4px 0px 4px 0px"><input type="button" value="По первой ошибке получил следующее:" onclick="if(this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; }" /><div style="display:none" class="spoiler"><pre>#0  sed_diefatal(SQL error : Data too long for column 'c_name' at row 1) called at [C:\www\usr\Apache2\htdocs\cotonti\system\database.mysql.php:219]
#1  sed_sql_query(REPLACE INTO sed_cache (c_name, c_value, c_expire, c_auto) VALUES ('sed_bbcode_containers', 's:129:\&quot;code|b|i|u|s|center|left|right|justify|pre|email|quote|color|img|url|more|size|h|list|ol|li|table|tr|th|td|thumb|pfs|spoiler|hide\&quot;;', '1252753740', '1')) called at [C:\www\usr\Apache2\htdocs\cotonti\system\functions.php:1982]
#2  sed_cache_store(sed_bbcode_containers, code|b|i|u|s|center|left|right|justify|pre|email|quote|color|img|url|more|size|h|list|ol|li|table|tr|th|td|thumb|pfs|spoiler|hide, 3550) called at [C:\www\usr\Apache2\htdocs\cotonti\system\functions.php:413]
#3  sed_bbcode_load() called at [C:\www\usr\Apache2\htdocs\cotonti\system\common.php:574]
#4  require_once(C:\www\usr\Apache2\htdocs\cotonti\system\common.php) called at [C:\www\usr\Apache2\htdocs\cotonti\index.php:19]</pre></div></div>
<br />
<div style="margin:4px 0px 4px 0px"><input type="button" value="По второй ошибке" onclick="if(this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; }" /><div style="display:none" class="spoiler">
<pre>#0  sed_diefatal(SQL error : Incorrect date value: '' for column 'user_birthdate' at row 1) called at [C:\www\usr\Apache2\htdocs\cotonti\system\database.mysql.php:219]
#1  sed_sql_query(INSERT into sed_users
			(user_name,
			user_password,
			user_maingrp,
			user_country,
			user_location,
			user_timezone,
			user_occupation,
			user_text,
			user_email,
			user_hideemail,
			user_pmnotify,
			user_skin,
			user_theme,
			user_lang,
			user_regdate,
			user_logcount,
			user_lostpass,
			user_gender,
			user_birthdate,
			user_icq,
			user_irc,
			user_msn,
			user_website,
		user_extra1, user_extra2, user_extra3, user_extra4, user_extra5, user_extra6, user_extra7, user_extra8, user_extra9, 
			user_lastip)
			VALUES
			('fogm',
			'81dc9bdb52d04dc20036dbd8313ed055',
			5,
			'ua',
			'',
			'0',
			'',
			'',
			'fogm@mail.ru',
			1,
			0,
			'sed-light',
			'sed-light',
			'ru',
			1252750407,
			0,
			'8e8f3bea1115395c70a57a1d1f018091',
			'',
			'',
			'',
			'',
			'',
			'',
		'', '', '', '', '', '', '', '', '', 
			'127.0.0.1')) called at [C:\www\usr\Apache2\htdocs\cotonti\system\core\users\users.register.inc.php:191]
#2  require_once(C:\www\usr\Apache2\htdocs\cotonti\system\core\users\users.register.inc.php) called at [C:\www\usr\Apache2\htdocs\cotonti\users.php:29]</pre></div></div>]]></description>
			<pubDate>Сб, 12 Вер 2009 19:11:09 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3307&d=0#post17041]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Главный вопрос: производится установка &quot;с нуля&quot; или перевод существующего сайта с Seditio на Cotonti? У меня встречалась такая проблема в последнем случае.<br />
<br />
Для выяснения причин ошибки рекомендуется в файле <em>datas/config.php</em> включить режим отладки:<br />
<div class="highlight"><pre class="php">define('SED_DEBUG', TRUE);</pre></div>]]></description>
			<pubDate>Сб, 12 Вер 2009 15:08:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3307&d=0#post17028]]></link>
		</item>
		<item>
			<title>Elgan</title>
			<description><![CDATA[from what i can see, this will happen if the user saves the profile and birthday is set as nothing... &quot;-&quot; &quot;-&quot; &quot;-&quot;..<br />
<br />
the error should occur.. maybe it needs looking into. maybe missed the patch bit.]]></description>
			<pubDate>Сб, 12 Вер 2009 07:32:17 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3307&d=0#post17021]]></link>
		</item>
		<item>
			<title>FogM</title>
			<description><![CDATA[Доброго времени суток!<br />
Скачал и поставил версию 0.6.2, все сделал по инструкции: базу создал и импортнул, файл config-sample.php отредактировал и переименовал. Зашел на стартовую страницу, получил сообщение <pre class="code">Fatal error : SQL error : Data too long for column 'c_name' at row 1</pre>. Обновил страницу, увидел стартовую Котонти. Пробую зарегать первого юзера, тобишь админа, но после нажатия на сабмит получаю сообщение <pre class="code">Fatal error : SQL error : Incorrect date value: '' for column 'user_birthdate' at row 1</pre>. Из текста ошибки сделал вывод, что проблема в поле user_birthdate, но ведь никакой информации в это поле и не должно было поступать  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/confused.gif" alt=":/" />
Котонти устанавливал на сервер Apach с PHP и MySQL, собраными вручную, никаких Денверов и т.п. не юзаю последнее время. Проблем до сих пор, связанных с сервером не было. Все необходимые PHP-расширения подключены.<br />
з.ы.: также пробовал Котонти на Zend Core, проблемы те же.]]></description>
			<pubDate>Сб, 12 Вер 2009 05:16:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3307&d=0#post17014]]></link>
		</item>
	</channel>
</rss>