<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>SilverStripe Documentation Wiki - Latest Comments in General</title><link>http://silverstripe-doc.disqus.com/</link><description>Community for SilverStripe documentation</description><language>en</language><lastBuildDate>Fri, 04 Jul 2008 13:47:33 -0000</lastBuildDate><item><title>Re: recipes:forms [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=recipes:forms#comment-813576</link><description>this code is still giving out errors, here is what it is telling me &lt;br&gt;&lt;br&gt;FATAL ERROR: Bad class to singleton() - Registration&lt;br&gt;At line 85 in ********/hwn/sapphire/core/Core.php&lt;br&gt;&lt;br&gt;this is not an issue about not having php tags either, not really sure what to do</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PassePartouT</dc:creator><pubDate>Fri, 04 Jul 2008 13:47:33 -0000</pubDate></item><item><title>Re: recipes:forms [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=recipes:forms#comment-813471</link><description>Line 46   requiredArray[] = $customArray; need to be declared as a variable... e.g. Change it to "$requiredArray[] = $customArray;"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PassePartouT</dc:creator><pubDate>Fri, 04 Jul 2008 13:25:04 -0000</pubDate></item><item><title>Re: recipes:update_records_for_a_class_using_code | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=recipes:update_records_for_a_class_using_code#comment-812040</link><description>What's the use case for this recipe? It's a bit of a security flaw allowing DB writes from the URL.&lt;br&gt;&lt;br&gt;It would be easier to directly update the database using phpMyAdmin, and less of a security hazard.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean</dc:creator><pubDate>Fri, 04 Jul 2008 03:45:53 -0000</pubDate></item><item><title>Re: member_groupset | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=member_groupset#comment-807488</link><description>sorry i'm new to newsletter system.&lt;br&gt;i don't understand this.&lt;br&gt;aren't  $member-&amp;gt;Groups() the security groups of a user?&lt;br&gt;&lt;br&gt;Is this code above the 'real thing', howto extend the code for editing a member to give him&lt;br&gt;the ability to edit his newsletter-subscriptions.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zyko</dc:creator><pubDate>Thu, 03 Jul 2008 15:55:58 -0000</pubDate></item><item><title>Re: recipes:forms [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=recipes:forms#comment-807120</link><description>If I go into the CMS and try to "add registrations data object" I get this error... "Data-integrity is broken in TariffsDataObject"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PassePartouT</dc:creator><pubDate>Thu, 03 Jul 2008 15:13:32 -0000</pubDate></item><item><title>Re: recipes:forms [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=recipes:forms#comment-806959</link><description>I removed the following code&lt;br&gt;&lt;br&gt;	function extraJs() { &lt;br&gt;		$v = &lt;br&gt;		&amp;lt;&amp;lt;&amp;lt;JS&lt;br&gt;		/* ALL YOUR JAVASCRIPT TRICKS HERE */&lt;br&gt;	 &lt;br&gt;	JS;&lt;br&gt;		return $v;&lt;br&gt;	}&lt;br&gt;&lt;br&gt;and so far no errors, I will see if this is the solution i'm looking for</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PassePartouT</dc:creator><pubDate>Thu, 03 Jul 2008 14:52:47 -0000</pubDate></item><item><title>Re: recipes:forms [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=recipes:forms#comment-806756</link><description>This only fixed the building going ok, now I'm getting&lt;br&gt;&lt;br&gt;Error in Ajax evaluator on line 974: missing ; before statement&lt;br&gt;Parse error: syntax error, unexpected $end in *****/mysite/code/Registration.php on line 136</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PassePartouT</dc:creator><pubDate>Thu, 03 Jul 2008 14:28:26 -0000</pubDate></item><item><title>Re: recipes:forms [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=recipes:forms#comment-806702</link><description>This problem is because there are numerous functions being declared out of the class, the bracket on line 68 needs to be removed and put at the end of the code.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PassePartouT</dc:creator><pubDate>Thu, 03 Jul 2008 14:22:16 -0000</pubDate></item><item><title>Re: recipes:forms [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=recipes:forms#comment-806664</link><description>Under "Best Practices --&amp;gt; Updating DataObjects" the code, if taken verbatim gives you an error&lt;br&gt;&lt;br&gt;Parse error: syntax error, unexpected T_PRIVATE in *****/mysite/code/Registration.php on line 71</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PassePartouT</dc:creator><pubDate>Thu, 03 Jul 2008 14:17:01 -0000</pubDate></item><item><title>Re: recipes:forms [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=recipes:forms#comment-801153</link><description>this page could be a little more helpful/descriptive&lt;br&gt;&lt;br&gt;the author simply stopped telling us where the code snipits were coming from (aka where to put them), that kind of information is priceless&lt;br&gt;&lt;br&gt;maybe rework this a little and explain the code like the tutorials? (e.g. after each snipit of code, explain the code and code rationale)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PassePartouT</dc:creator><pubDate>Wed, 02 Jul 2008 20:29:34 -0000</pubDate></item><item><title>Re: multilingualcontent [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=multilingualcontent#comment-798471</link><description>"If you want to translate custom columns in your SiteTree-subclasses, you have to explicitly enable them for translation.&lt;br&gt;&lt;br&gt;Coming Soon"&lt;br&gt;&lt;br&gt;How do I do this?&lt;br&gt;&lt;br&gt;I tried with &lt;br&gt;&lt;br&gt;static $extensions = array(&lt;br&gt;			"Translatable('MyField')",&lt;br&gt;		);&lt;br&gt;&lt;br&gt;But this resulted in _a_lot_ of errors</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dio5</dc:creator><pubDate>Wed, 02 Jul 2008 16:01:17 -0000</pubDate></item><item><title>Re: server-requirements [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=server-requirements#comment-797920</link><description>In Firefox 3 on Ubuntu 8.0.4, I needed to clear the cache before the install would work. This bug is therefore incorrectly logged:&lt;br&gt;&lt;br&gt;&lt;a href="http://open.silverstripe.com/ticket/2196"&gt;http://open.silverstripe.com/ticket/2196&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luke Mackenzie</dc:creator><pubDate>Wed, 02 Jul 2008 15:07:15 -0000</pubDate></item><item><title>Re: interface-guidelines | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=interface-guidelines#comment-797571</link><description>link to discussion is broken</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PassePartouT</dc:creator><pubDate>Wed, 02 Jul 2008 14:21:26 -0000</pubDate></item><item><title>Re: tutorial:1-building-a-basic-site [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=tutorial:1-building-a-basic-site#comment-795562</link><description>Thanks for the feedback Alan, Djerberl :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sigurd Magnusson</dc:creator><pubDate>Wed, 02 Jul 2008 04:05:08 -0000</pubDate></item><item><title>Re: tutorial:1-building-a-basic-site [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=tutorial:1-building-a-basic-site#comment-795229</link><description>Hi - I'd agree with the comment by djeberl, SS has been deployed as the new website management system at the office I am doing some contract work for, and while I am used to some CMS's, this particular system is by far the best, really really useful. The system has been set up by a professional silverstripe person, and I'm now involved in the content management side of things, but it has triggered my interest greatly in looking into further learning about creating modules and things with the system - therefore I'm going to try out doing some installs and creation on my own, and this type of tutorial right here is in fact very very helpful the way it is at the moment - very clear and directly applicable to the reality of the setup, which - I must mention - a lot of tutorials involving CMS's are not at all clear about when it comes to the fundamentals of setup processes. And as a fellow Wellington-based IT developer, I congratulate you on your very fine work in this field by the way!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan</dc:creator><pubDate>Wed, 02 Jul 2008 02:55:38 -0000</pubDate></item><item><title>Re: common-problems [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=common-problems#comment-794930</link><description>What is the cause if this:        error:  DATABASE ERROR: Couldn't connect to MySQL database in C:\wamp\www\silverstripe-v2.2.2\sapphire\core\model\Database.php on line 431</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Golden</dc:creator><pubDate>Wed, 02 Jul 2008 02:01:24 -0000</pubDate></item><item><title>Re: tutorial:site-map | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=tutorial:site-map#comment-781785</link><description>Hi Nicolaas,&lt;br&gt;&lt;br&gt;I am having the same problem due to ampersands being in some of the pages. Can you post your code to help me out?&lt;br&gt;&lt;br&gt;Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick</dc:creator><pubDate>Mon, 30 Jun 2008 15:29:00 -0000</pubDate></item><item><title>Re: installation-on-webserver | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=installation-on-webserver#comment-775270</link><description>I have put this ticket up suggesting some improvements to the rewritetest.php system: &lt;a href="http://open.silverstripe.com/ticket/2608"&gt;http://open.silverstripe.com/ticket/2608&lt;/a&gt;&lt;br&gt;&lt;br&gt;Lukin - it would be helpful if you could add yourself to the CC field for the ticket, so that you can see if new versions of this feature work on your configuration.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sminnee</dc:creator><pubDate>Sun, 29 Jun 2008 22:04:19 -0000</pubDate></item><item><title>Re: installation-on-webserver | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=installation-on-webserver#comment-775266</link><description>Hi Jess,&lt;br&gt;&lt;br&gt;If you can set up a database login with CREATE DATABASE rights, then the installer will create the database for you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sminnee</dc:creator><pubDate>Sun, 29 Jun 2008 22:02:45 -0000</pubDate></item><item><title>Re: themes | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=themes#comment-772312</link><description>Each 'Module' has its own _config.php file. So the _config.php under auth_openid controls the config for that module. While it would work fine to have your config code in there I wouldn't recommend it :D&lt;br&gt;&lt;br&gt;You should keep your config options to a) mysite/_config.php or tutorial/_config.php depending on what option you selected at the install process.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will</dc:creator><pubDate>Sun, 29 Jun 2008 01:34:20 -0000</pubDate></item><item><title>Re: themes | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=themes#comment-770311</link><description>The file path is incorrect for _config.php on SilverStripe V_2.2.2 installed on a GoDaddy web Hosting account.&lt;br&gt;&lt;br&gt;it should be ./auth_openid/_config.php   ! Not  ./mysite/_config.php</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morgan_W</dc:creator><pubDate>Sat, 28 Jun 2008 17:33:31 -0000</pubDate></item><item><title>Re: tutorial:1-building-a-basic-site [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=tutorial:1-building-a-basic-site#comment-768501</link><description>Nay, nay, gentlemen. This is an EXCELLENT tutorial just as it is -- and it is so precisely because it works from scratch rather than hacking up a more completely themed site using blackcandy. Trust me on this one. &lt;br&gt;&lt;br&gt;The only thing I remember wrong is that the instruction to invoke "http://localhost:3000/db/build?flush=1" isn't correct, at least on my machine. I stumbled a bit until I realized I needed to invoke "http://localhost:8888/silverstripe-v2.2.2/db/build?flush=1". The use of the "?flush=1" argument could have been a little clearer as well.  All in all, however, this was an exceptionally clear and entirely useful tutorial. I especially liked the way the second level menu mirrored (and reinforced) concepts used in the first level.&lt;br&gt;&lt;br&gt;Please consider my comment carefully. I am a new user of SilverStripe, not an old hand like sminnee et alia. As such, I am probably more representative of the audience needing a tutorial. Yup, a from scratch approach is just what the doctor ordered for a yank like me, LOL! &lt;br&gt;&lt;br&gt;And thanks, guys. I've been looking for years without success for a truly useful CMS. SilverStripe fills the bill at last!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">djeberl</dc:creator><pubDate>Sat, 28 Jun 2008 07:13:20 -0000</pubDate></item><item><title>Re: common-problems [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=common-problems#comment-765844</link><description>I have 2 problems:&lt;br&gt;&lt;br&gt;N°1:&lt;br&gt;"Is the .htaccess file writeable?	User  '#####'  needs to be able to write to this file:&lt;br&gt;/....../......./...../...../.htaccess"&lt;br&gt;&lt;br&gt;N°2:&lt;br&gt;"mod_rewrite enabled	&lt;br&gt;I can't tell whether mod_rewrite is running. You may need to configure a rewriting rule yourself."&lt;br&gt;&lt;br&gt;I tried to finde where "$HTTP[’url’]" is, to insert the code above. Is it on install.php?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">maxou</dc:creator><pubDate>Fri, 27 Jun 2008 22:19:06 -0000</pubDate></item><item><title>Re: installation-on-webserver | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=installation-on-webserver#comment-764273</link><description>vista doesn't like the rewritetest.php&lt;br&gt;after installer tells you that he is gonna redirecting you to rewritetest just abort the installation&lt;br&gt;and open that link:&lt;br&gt;&lt;a href="http://localhost/YOUR_SILVERSTRIPE_DIR/home/successfullyinstalled?flush=1"&gt;http://localhost/YOUR_SILVERSTRIPE_DIR/home/suc...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lukin</dc:creator><pubDate>Fri, 27 Jun 2008 19:01:28 -0000</pubDate></item><item><title>Re: installation-on-webserver | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=installation-on-webserver#comment-764258</link><description>hi, think I found the problem,...&lt;br&gt;vista doesn't like the rewritetest.php &lt;br&gt;after installer tells you that he is gonna redirecting you to rewritetest just abort the installation&lt;br&gt;and open that link:&lt;br&gt;&lt;br&gt;&lt;a href="http://localhost/YOUR_SILVERSTRIPE_DIR/home/successfullyinstalled?flush=1"&gt;http://localhost/YOUR_SILVERSTRIPE_DIR/home/suc...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lukin</dc:creator><pubDate>Fri, 27 Jun 2008 19:00:14 -0000</pubDate></item></channel></rss>