<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Symphony – Forum</title>
    <link>http://www.getsymphony.com</link>
    <atom:link href="http://www.getsymphony.com/get-involved/feeds/forum/" rel="self" type="application/rss+xml"/>
    <description>Symphony Forum Discussions</description>
    <language>en</language>
    <generator>Symphony CMS</generator>
    <item>
      <title>Filtering with “later than” isn’t working in 2.3.2</title>
      <link>http://www.getsymphony.com/discuss/thread/100706/</link>
      <pubDate>Sun, 19 May 2013 13:23:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100706/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By thebestsophist&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I think I’m going crazy.&lt;/p&gt;

&lt;p&gt;I’m using 2.3.2 (master) on my dev environment (php 5.4.6, mysql 5.5.31) and testing/live (php 5.3.5, mysql 5.1.54, I know, old), and have found that filtering datasources by &lt;code&gt;later than {$x}&lt;/code&gt; and &lt;code&gt;equal to or later than {$x}&lt;/code&gt; isn’t working. I have sites using 2.3.1 that are working in both environments. &lt;code&gt;earlier than&lt;/code&gt; works perfectly.&lt;/p&gt;

&lt;p&gt;Anyone else seeing this problem? Should I revert to symphony 2.3.1 and cross my fingers that it magically starts working in 2.3.3?&lt;/p&gt;

&lt;p&gt;(I’ve tried with a brand new install with only the default extensions, so nothing else is causing my problems.)&lt;/p&gt;</description>
    </item>
    <item>
      <title>CSS editor on textarea fields</title>
      <link>http://www.getsymphony.com/discuss/thread/100675/</link>
      <pubDate>Sat, 18 May 2013 12:02:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100675/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By ovidiust&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Is there a way I could enable CSS syntax highlighting inside the textarea of a section?&lt;/p&gt;

&lt;p&gt;I know there is an extension that enables CodeMirror highlighting but it seems to work only with utilities and pages textarea in the backend.&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Upload filesize limit issues</title>
      <link>http://www.getsymphony.com/discuss/thread/100649/</link>
      <pubDate>Fri, 17 May 2013 20:55:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100649/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By ovidiust&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;For some reason I cannot upload large files. I have increased the maximum allowed upload size in the config file. I have also increased the local server allowed upload size. But still no success. Any ideas?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>symphony-page reffered variable</title>
      <link>http://www.getsymphony.com/discuss/thread/100646/</link>
      <pubDate>Fri, 17 May 2013 20:48:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100646/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By cotiunix&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;hy there&lt;/p&gt;

&lt;p&gt;i have one htaccess redirect of a symphony page,&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Redirect 301 /visit-me http://example.com
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;that goes to an external url &lt;/p&gt;

&lt;p&gt;when i'm landing on example.com via click
the url looks this way:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;http://www.example.com/?symphony-page=visit-me/
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;is it possible to change symphony-page variable to another one ? if yes, from where.
thank you :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Symposium 2013</title>
      <link>http://www.getsymphony.com/discuss/thread/100642/</link>
      <pubDate>Fri, 17 May 2013 18:35:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100642/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By stuartgpalmer&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Has anyone thought about a Symposium meet-up for 2013? I was sorry to miss the last event and would love to see a European venue this year.&lt;/p&gt;

&lt;p&gt;If something's going to happen, it would be good to block out some dates soon. Has anyone given this any thought?&lt;/p&gt;</description>
    </item>
    <item>
      <title>New to Symphony and stuck!</title>
      <link>http://www.getsymphony.com/discuss/thread/100625/</link>
      <pubDate>Fri, 17 May 2013 00:57:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100625/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By carlsalter&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I've been asked to help with a website for a UK charity that has run out of money to complete the job. Whilst most of the site is complete some important sections have not yet been created.  I've been unable to find a Symphony developer who'll work for peanuts so am now trying to complete the work with the help of a friend.&lt;/p&gt;

&lt;p&gt;The other chap is pretty good with PHP so we're trying to do as much as possible in Symphony and do the more complicated parts in PHP.&lt;/p&gt;

&lt;p&gt;First steps were to try and call PHP from within XSL.  We've tried Andrew Shooner's extension, starting with his 'Hello World' example.  The extension was uploaded and enable, associated page and XSL created but we only get errors...&lt;/p&gt;

&lt;p&gt;eg ;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;XSLTProcessor::importStylesheet():
    compilation error: file efm://functions line 7 element param
    element param only allowed within a template, variable or param
    compilation error: file efm://functions line 8 element copy-of
    element copy-of only allowed within a template, variable or param
    compilation error: file efm://functions line 10 element param
    element param only allowed within a template, variable or param
    compilation error: file efm://functions line 11 element copy-of
    element copy-of only allowed within a template, variable or param
    compilation error: file efm://functions line 7 element function
    Failed to register function {http://example.com}hello
    compilation error: file efm://functions line 10 element function
    Failed to register function {http://example.com}hellonode
XSLTProcessor::transformToXml():
    No stylesheet associated to this object
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Next came the example from Carson Sasser
http://tech.carsonsasser.com/article/how-to-register-and-use-custom-php-functions-inside-xsl&lt;/p&gt;

&lt;p&gt;Unfortunately, his example also fails to run on our system with the following error (when I only include the unix time function)&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;XSLTProcessor::transformToXml():
    Not allowed to call handler 'time()'
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;We are now running out of time so unless we can find a way to persuade Symphony to run custom PHP we'll have to re-do the site using another platform or even hand code it.&lt;/p&gt;

&lt;p&gt;I'd imagine that the examples should work without any other changes to Symphony or have I got that wrong?  Could our platform perhaps be causing our problems?&lt;/p&gt;

&lt;p&gt;Sorry for the essay!&lt;/p&gt;

&lt;p&gt;Thanks in advance, &lt;/p&gt;

&lt;p&gt;Carl&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to format this date?</title>
      <link>http://www.getsymphony.com/discuss/thread/100611/</link>
      <pubDate>Thu, 16 May 2013 21:09:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100611/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By Tintin81&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have a datasource that gives me this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt; &amp;lt;booking&amp;gt;
     &amp;lt;item handle="2013-06-13-19-30-00"&amp;gt;2013-06-13 19:30:00&amp;lt;/item&amp;gt;
 &amp;lt;/booking&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Is there a way to convert this into something like this?&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;13.06.2013, 19:30:00&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The standard &lt;code&gt;datetime&lt;/code&gt; utility which I've be using so far won't work here.&lt;/p&gt;

&lt;p&gt;Thanks for any help.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Discussion Forum Links don't reflect the getsymphony.com url</title>
      <link>http://www.getsymphony.com/discuss/thread/100588/</link>
      <pubDate>Thu, 16 May 2013 02:02:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100588/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By wjnielsen&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;From what I can tell, http://getsymphony.com is no longer resolving and http://getsymphony.com is being used. &lt;/p&gt;

&lt;p&gt;All the links which cross-reference other discussion posts on the site have not been updated to the getsymphony.com url and don't function.&lt;/p&gt;

&lt;p&gt;Would it be possible to do a REPLACE on the database and update these links for us blokes who use the discussion forum a lot?&lt;/p&gt;

&lt;p&gt;Thanks my friends.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Symphony error caused by deleted field.</title>
      <link>http://www.getsymphony.com/discuss/thread/100582/</link>
      <pubDate>Wed, 15 May 2013 23:34:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100582/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By acreek&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Hey All, &lt;/p&gt;

&lt;p&gt;I had a field that had an id of 50. I deleted the field from the section and now when I try and save something from that section I get this error. &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Symphony Fatal Error: Error creating field object with id 50, for filtering in data source "". Check this field exists.
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I've been messing with symphony for the last couple of days to try and fix the error but to no avail. Any thoughts? Thanks. &lt;/p&gt;</description>
    </item>
    <item>
      <title>Simple Forms Question: How to save Checkbox values in Event for Contact Form</title>
      <link>http://www.getsymphony.com/discuss/thread/100565/</link>
      <pubDate>Wed, 15 May 2013 08:11:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100565/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By lbradford&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I have a form with a few checkboxes and am having trouble getting these values to save, while the rest of the text input fields work fine.&lt;/p&gt;

&lt;p&gt;Here's the truncated version of the form code:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;form action="" method="post"&amp;gt;

&amp;lt;label&amp;gt;Individual&amp;lt;/label&amp;gt;
&amp;lt;input type="checkbox" name="fields[individual]" value="{events/save-volunteer-form/post-values/individual}"/&amp;gt;

&amp;lt;input id="submit" type="submit" name="action[save-volunteer-form]" value="Send" class="box button" /&amp;gt;&amp;lt;/form&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Is there something particular I need to add when saving input from checkboxes?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Symphony causes subdomain redirect loops</title>
      <link>http://www.getsymphony.com/discuss/thread/100544/</link>
      <pubDate>Tue, 14 May 2013 18:17:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100544/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By Ecko&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I have a Symphony install on my root directory. I created a subdomain in cPanel to store static files, ex; &lt;code&gt;images.example.com&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;When I try to access the subdomain (that contains static files), I get a infinite redirect loop error &lt;code&gt;Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.&lt;/code&gt;.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;http://img.example.com/img/index.php/?symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/index.php/&amp;amp;symphony-page=img/img/403.shtml/
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;All I want is to be able access any arbitrary subdomain without interference from Symphony.&lt;/p&gt;

&lt;p&gt;How do I solve this? My .htaccess skills are lacking.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CRM/ERP</title>
      <link>http://www.getsymphony.com/discuss/thread/100528/</link>
      <pubDate>Tue, 14 May 2013 03:51:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100528/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By Manaus&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Hello,&lt;br /&gt;
a client of mine, for whom I am developing a website on Symphony, asked today if it would be possible to develop on the website a dealer-only area, where to write down orders for products, and so on. 
Every dealer has his personal customers, and there's of course a superadmin supervising all what is going on. 
Do you have suggestions or extensions I should look up? &lt;/p&gt;

&lt;p&gt;Thanks  &lt;/p&gt;</description>
    </item>
    <item>
      <title>Jit: recreate cache</title>
      <link>http://www.getsymphony.com/discuss/thread/100514/</link>
      <pubDate>Mon, 13 May 2013 21:20:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100514/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By Manaus&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Hello,&lt;br /&gt;
I just changed a detail (width) in the image manipulation recipes, but the page is still loading the previous size. How can I fix this?&lt;br /&gt;
Thanks!&lt;/p&gt;</description>
    </item>
    <item>
      <title>XML Importer: Images</title>
      <link>http://www.getsymphony.com/discuss/thread/100516/</link>
      <pubDate>Mon, 13 May 2013 21:20:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100516/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By Nils&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I'd like to import images using XML Importer. The files are uploaded manually, so I just need the importer to create the connections between my entries and the physical files.&lt;/p&gt;

&lt;p&gt;My problems are quite basic:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Which data needs to be passed to the upload field so the import works (the path – relative or absolute – doesn't seem to work)?&lt;/li&gt;
&lt;li&gt;Is it possible to make the importer skip non-existant files?&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;This extension is a beast (I know) and a lot of information around is seems to be outdated (yeah) and the forum search really isn't a help (well). Anyhow, anyone around with an idea or a pointer into the right direction?&lt;/p&gt;

&lt;p&gt;I'm using Symphony 2.3.3beta2 and XML Importer 2.0 (&lt;code&gt;integration&lt;/code&gt; branch).&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to get the sum of a number of values?</title>
      <link>http://www.getsymphony.com/discuss/thread/100494/</link>
      <pubDate>Mon, 13 May 2013 02:16:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100494/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By Tintin81&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I am currently building a reporting tool for an event booking website:&lt;/p&gt;

&lt;ol&gt;&lt;li&gt;&lt;p&gt;If I have a number of entries with different values, is there a way to get the &lt;strong&gt;sum&lt;/strong&gt; of those values using XSLT?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If some entries &lt;em&gt;share&lt;/em&gt; the same value (e.g. in the &lt;em&gt;How did you hear about us?&lt;/em&gt; field), how can I generate a count for those values so I get something like this:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Google: 7&lt;/li&gt;
&lt;li&gt;Yahoo: 3&lt;/li&gt;
&lt;li&gt;Bing: 1&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;If anybody could help me out here or point me in the right direction, that would be very much appreciated!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Symphony Extension Missing Error</title>
      <link>http://www.getsymphony.com/discuss/thread/100484/</link>
      <pubDate>Sun, 12 May 2013 05:54:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100484/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By colinbrogan&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;So, I have a local and production deployment of the same symphony ensemble. The local site was developed first and has no errors. I copied that db onto production. On the backend I kept getting extension errors and couldn't reach anything. I cleared the sym&lt;em&gt;extensions and sym&lt;/em&gt;extensions_delegates table, and I can make it to most places on the backend, except for sections that use the disabled plugins and the extensions page itself, which gives me the following error:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Symphony Extension Missing Error

Could not find extension apipage at location /home/colbro13/CBrogan/extensions/apipage/extension.driver.php.

You can try uninstalling the extension to continue, or you might want to ask on the forums
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Is there some other simple way of resetting the extensions and re-installing them?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Trouble with dynamic datasource chained with multiple output parameters</title>
      <link>http://www.getsymphony.com/discuss/thread/100464/</link>
      <pubDate>Sat, 11 May 2013 21:08:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100464/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By vincentd&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have two datasources attached to a page, first one standard that output a parameter, second one dynamic called with the parameter. It works well when the parameter is only one value, but it doesn't work when i have multiple values.&lt;/p&gt;

&lt;p&gt;Do I have to create a custom dynamic datasource to multiply the results for each parameter? Any idea where i can find examples for that kind of datasource?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Switching/converting fields of existing section</title>
      <link>http://www.getsymphony.com/discuss/thread/100451/</link>
      <pubDate>Sat, 11 May 2013 11:06:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100451/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By Pat&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Is there anyway to convert a field in a section to different field?&lt;/p&gt;

&lt;p&gt;Specifically, I'm looking to change a Section Box Link to &lt;a href="http://symphonyextensions.com/extensions/referencelink/"&gt;Reference Link&lt;/a&gt;. But a general process for doing so would be helpful (e.g. changing a Text Input into Text Box)&lt;/p&gt;</description>
    </item>
    <item>
      <title>[SOLVED] Sudden error with 'lib/core/class.session.php'</title>
      <link>http://www.getsymphony.com/discuss/thread/100446/</link>
      <pubDate>Sat, 11 May 2013 07:09:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100446/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By ctruett&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;After reinstalling my web server, I am now getting this weird error:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Warning: require_once(development/symphony/lib/core/class.cacheable.php): failed to open stream: No such file or directory in /home/chris/Projects/slancaster/ridershill.com/development/symphony/lib/core/class.session.php on line 18

Fatal error: require_once(): Failed opening required 'development/symphony/lib/core/class.cacheable.php' (include_path='.:/opt/lampp/lib/php') in development/symphony/lib/core/class.session.php on line 18
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Have any of you encountered this, and do you have any suggestions for fixing it?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Chris Truett&lt;/p&gt;

&lt;p&gt;EDIT: nevermind, I figured it out!&lt;/p&gt;</description>
    </item>
    <item>
      <title>500 error on importcvs </title>
      <link>http://www.getsymphony.com/discuss/thread/100419/</link>
      <pubDate>Sat, 11 May 2013 03:54:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/discuss/thread/100419/</guid>
      <description>&lt;p&gt;&lt;strong&gt;By roelof&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Hello, &lt;/p&gt;

&lt;p&gt;I installed importcvs on this way.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;cvc co git://github.com/kanduvisla/importcsv.git
git branch 2.2.5 
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The last one I did because I need it by version 2.2.5. 
I enabled the plugin but when I choose the plugin in the system menu I see a 500 error message.&lt;/p&gt;

&lt;p&gt;Can anyone help me figure out what went wrong here ?&lt;/p&gt;

&lt;p&gt;Roelof&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
