<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : [error] Deleting Ratings for Siena</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 12 Apr 2026 09:07:54 -0000</pubDate>

		<item>
			<title>pieter</title>
			<description><![CDATA[<p>
	Admin part is solved, but the part for users to delete it, still gives the ajax error.</p>
]]></description>
			<pubDate>Sun, 01 May 2011 16:26:25 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6333&d=0#post29581]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	You're right, the links are wrong in that part. I've fixed them in r2063.</p>
]]></description>
			<pubDate>Sun, 01 May 2011 15:20:21 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6333&d=0#post29576]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[<p>
	I can't delete any star ratings.</p>
<p>
	If I allow this for users, I get: <span style="color:#ff0000;"><strong>AJAX Error: [Object object]</strong></span></p>
<p>
	If I do it via admin: admin.php?m=other&amp;p=ratings<br />
	I get a link like: admin.php?m=ratings&amp;a=delete&amp;id=499&amp;d=1&amp;x=...<br />
	Error: <strong><span style="color:#ff0000;">An error occured, maybe a wrong URL? </span></strong><strong><span style="color:#ff0000;">Redirecting...</span></strong></p>
<p>
	My site is a site coming from LDU over Seditio and Genoa to Siena.</p>
<p>
	How to solve?</p>
<p>
	 </p>
<p>
	My SQL parts for rating after export:</p>
<p>
	 </p>
<div>
	<pre class="brush:sql;">
CREATE TABLE IF NOT EXISTS `sed_rated` (
  `rated_id` int(11) unsigned NOT NULL auto_increment,
  `rated_code` varchar(255) character set utf8 collate utf8_unicode_ci NOT NULL default '',
  `rated_userid` int(11) default NULL,
  `rated_value` tinyint(1) unsigned NOT NULL default '0',
  `rated_area` varchar(64) character set utf8 collate utf8_unicode_ci NOT NULL default '',
  PRIMARY KEY  (`rated_id`),
  KEY `rated_code` (`rated_code`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=20 ;



CREATE TABLE IF NOT EXISTS `sed_ratings` (
  `rating_id` int(11) NOT NULL auto_increment,
  `rating_code` varchar(255) character set utf8 collate utf8_unicode_ci NOT NULL default '',
  `rating_state` tinyint(2) NOT NULL default '0',
  `rating_average` decimal(5,2) NOT NULL default '0.00',
  `rating_creationdate` int(11) NOT NULL default '0',
  `rating_text` varchar(128) NOT NULL default '',
  `rating_area` varchar(64) character set utf8 collate utf8_unicode_ci NOT NULL default '',
  PRIMARY KEY  (`rating_id`),
  KEY `rating_code` (`rating_code`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=21 ;</pre>
</div>
<p>
	 </p>
]]></description>
			<pubDate>Sun, 01 May 2011 07:58:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6333&d=0#post29570]]></link>
		</item>
	</channel>
</rss>