<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.php.seagull.general">
    <title>gmane.comp.php.seagull.general</title>
    <link>http://blog.gmane.org/gmane.comp.php.seagull.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9264"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9263"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9257"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9254"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9249"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9248"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9242"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9240"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9236"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9235"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9232"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9226"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9223"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9222"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9216"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9208"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9206"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9205"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9198"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.seagull.general/9197"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9264">
    <title>SGL CMS - error on foreign key constraint</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9264</link>
    <description>
Hey devs,

I worked with the SGL CMS module today more intensely. Great piece of
software once you figure out how to use it.

I run into a problem when I try to update data using the following
syntax:

$class = new stdClass();
$class-&gt;id = $id;
$class-&gt;attributes = $obj;
$class-&gt;is_current = true;
$class-&gt;language_id = 'en';
$class-&gt;status = SGL_CMS_STATUS_APPROVED;
$oContext = new SGL_Context($class);
$oContent = new SGL_Content($oContext-&gt;process());
$oContent-&gt;save($newVersion = false);

I get the following error:

MESSAGE: DB Error: constraint violation
TYPE: PEAR
DEBUG INFO: REPLACE INTO attribute_data (content_id, version,
language_id, attribute_id, value) VALUES ( 105, 2, 'en', 17, 'FOO' )
[nativecode=1452 ** Cannot add or update a child row: a foreign key
constraint fails (`bar/attribute_data`, CONSTRAINT
`attribute_data_ibfk_1` FOREIGN KEY (`content_id`, `version`,
`language_id`) REFERENCES `content` (`content_id`, `version`,
`language_id`) ON DELETE CASCADE ON)]
CODE: -3

As I understand it I do t</description>
    <dc:creator>Fabio Bacigalupo</dc:creator>
    <dc:date>2008-11-30T21:48:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9263">
    <title>"Welcome Back" message with remember-me</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9263</link>
    <description>
I'd like to show a "welcome back" message when someone first arrives
at my site at the start of a new session. Does anyone have a
recomendation about the way to do this.

I'm not sure where to put the check to see if they are loading the
first page of the session as they may arrive via the home page.

thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>ed209</dc:creator>
    <dc:date>2008-11-26T21:30:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9257">
    <title>Where to place Cookie/Javascript-enabled check?</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9257</link>
    <description>
Hello list,

where is the best place in a SGL application's code to
check if Javascript and Cookies are enabled.

In my concrete case:
1. I would like to notify the user to enable
Javascript (if not enabled ;-).

2. I want to require cookies for login and not allow
the session id to be propagated through the url.

Maybe someone had the same requirements before.
Do you know some sample code?

Thanks,
Cyril 

PS: Sorry for asking this again, but there is
certainly  a good way to do this with SGL ;-)




      


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>cyril alias lyric</dc:creator>
    <dc:date>2008-11-23T23:04:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9254">
    <title>css media types</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9254</link>
    <description>
There's been some past discussion of specifying css media types with
SGL_Output, but I have found a CSS workaround that has worked in every
browser I've tried so far.

Include the css file in your module's manager as usual, but in the css
file, encapsulate all the CSS in a media directive:

&lt; at &gt;media screen,projection {
 h1 {
   color: blue;
 }
}
&lt; at &gt;media print {
h1 {
   color: black;
}

}

This produces the desired result without having to include the
"media=print" directive in the &lt;link&gt; tag. I'm using this to the
extent of showing 2 totally different views when printing vs. viewing
in browser, for printable forms.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group</description>
    <dc:creator>Clay Hinson</dc:creator>
    <dc:date>2008-11-19T19:55:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9249">
    <title>makeUrl: send action value from php file</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9249</link>
    <description>
Hello friends,

I have two functions for listing the data (both show different data),

both are calling same template,

each listing method call two diffrent delete actions


From list action i send name of delete action

PHP code-
function _cmd_list() : --
====================================
        $cmd = "qconf -ss";
        //$result = BaseMgr::get_sge_command($cmd);
        $ahost_arr = BaseMgr::run_shell_command($cmd);

        $i=1;
        foreach($ahost_arr as $key=&gt;$value)
        {
            $current_ahost[$i] = $value;
            $i++;
        }

        $output-&gt;adminHosts = $current_ahost;
        $output-&gt;del_Action = "shDelete";


=====================================


Html code -

=====================================

&lt;tr class="{switchRowClass()}" flexy:foreach="adminHosts,key,value" &gt;
        &lt;td&gt;{key}&lt;/td&gt;
        &lt;td&gt;{value}&lt;/td&gt;
        &lt;td&gt;
           &lt;a href={makeUrl
(#del_Action#,#hostconf#,#portal#,adminHosts,#delHost|$value#)}"&gt;
              Delete
           &lt;/a&gt;
        &lt;</description>
    <dc:creator>prabhat</dc:creator>
    <dc:date>2008-11-12T13:31:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9248">
    <title>schemaspy</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9248</link>
    <description>hey AJ
That schemaspy project is amazing - let's have a diagram party, when I send
in the Inclued stuff we'll have diagrams galore :-)

cheers

Demian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---

</description>
    <dc:creator>Demian Turner</dc:creator>
    <dc:date>2008-11-12T09:03:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9242">
    <title>formateDate does no output</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9242</link>
    <description>
Hello,

I tried the example of
http://trac.seagullproject.org/wiki/Howto/Internationalisation#Locale

$locale =&amp; SGL_Locale::singleton();

echo
$locale-&gt;formatCurrency(2000,I18Nv2_CURRENCY_LOCAL);
echo $locale-&gt;formatDate(time());

'formatCurrency' works, 
but 'formateDate' does no output.

localeCategory is set to 'LC_ALL' in conf-file.
I looked deeply into the code (also PEAR's ;-), but I
could not find the reason.

Please, help me if you can.

Thanks,
Cyril




      


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>cyril alias lyric</dc:creator>
    <dc:date>2008-11-11T00:39:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9240">
    <title>Seagull 1.0 - Initial Default Page Display - Sequence Diagram</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9240</link>
    <description>
I tired to create sequence diagram for the process of the initial
display of the default module, i.e. http://www.acme.com/index.php where
default module and manager are set to default / default

see http://www.interactpoint.net/seagull/seagull1.0_sequence.png

a. is the diagram correct?
b. is it useful to anyone else?

Created using BOUML (http://bouml.free.fr/)

- Michael K. Alber
ONE2Market LLC
- Michael Alber
InterAct Digital Media

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---

</description>
    <dc:creator>Michael K. Alber</dc:creator>
    <dc:date>2008-11-10T20:28:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9236">
    <title>Problems with trunk</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9236</link>
    <description>
Hey,

I cannot check out trunk (http://trac.seagullproject.org/browser/
trunk) anymore since the last major change.

Using the subversion commandline tool (vers. 1.5.2) I get a "svn: XML
data was not well-formed" but no files.

Is anyone else experiencing this as well? Has anyone advice how to fix
this on my side?

Thank you,
Fabio.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Fabio Bacigalupo</dc:creator>
    <dc:date>2008-11-09T10:42:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9235">
    <title>How to generate trans_id's?</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9235</link>
    <description>
Hello again,

how are the trans_id's from the section table
generated?
Some of them have 'Null'-values. 
So how can I get a correct trans_id so that I can
associate a translation with it.

Thanks,
Cyril




      


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>cyril alias lyric</dc:creator>
    <dc:date>2008-11-08T17:31:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9232">
    <title>Add Missing Translations?</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9232</link>
    <description>
Hello,

what does the "Add Missing Translations" configuration
option mean?

Thanks,
Cyril


      

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>cyril alias lyric</dc:creator>
    <dc:date>2008-11-07T15:21:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9226">
    <title>Captcha and Sessions?</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9226</link>
    <description>
I've been trying to get either Kcaptcha - http://www.captcha.ru/en/kcaptcha/
or SecurImgae Captcha - http://www.phpcaptcha.org/ to work with
Seagull, and have not been successful yet. Both are included in the
same way, for example: &lt;img id="captcha" src="/securimage/
securimage_show.php" alt="CAPTCHA Image" /&gt; ... that part works fine,
but both add the captcha value to a session variable to be checked
later to see if the user entered the proper value. In both cases the
session value is set, but does not seem to exist after the form is
submitted.

Has anyone else used either of these? If so, did you have issues with
the session value?

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at </description>
    <dc:creator>Michael</dc:creator>
    <dc:date>2008-10-31T16:25:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9223">
    <title>Urgent- Seagull development and php</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9223</link>
    <description>
Hey guys,

I'm currently involved in a project with seagull but it seems to take
more work than expected and we run out of time.
I would be really grateful if you could answer my question:

To support our seagull developper, is it possible to hire someone who
does not know seagull but only php to do the preliminary work? The
seagull developper could fit the code into seagull afterwards, is that
possible?
Or asked differently: How much of the php programming in seagull is
interconnected with the seagull framework and therefore requires
seagull knowhow?

Kathy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~----</description>
    <dc:creator>katarina.lehmann&lt; at &gt;googlemail.com</dc:creator>
    <dc:date>2008-10-29T13:30:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9222">
    <title>FWD: Re: Pager for Seagull Framework</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9222</link>
    <description>

--- Lorenzo Alberton &lt;l.alberton&lt; at &gt;quipo.it&gt; schrieb:

http://www.alberton.info/pear_pager_tutorial_database_results.html
________________________________________________________________________



      

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>cyril alias lyric</dc:creator>
    <dc:date>2008-10-28T11:08:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9216">
    <title>Cache-Problem</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9216</link>
    <description>
Hello to all,

I use Media2-Module only for Members. So after clicking on the navigation-link 
to this Module the login-screen appears. Navigation is set to
Module: Media2
Manager Media2Mgr
Action: none

But sometimes I got a error-message like this:

The requested URL /index.php/user/login/redir/
aHR0cDovL25ldS52ZXJtZXNzdW5nc2J1ZXJvLXBvZXRpbmdlci5kZS9pbmRleC5waHAvbWVkaWEyL21l
ZGlhMi8/UE9FVF9DTVNfU0VTU0lEPXFhMTF1OGduMzQ0bjdqbDRrMThnZnYyOXEwJi8x/ was not 
found on 
this server.

So I have to reload the page. After that every thing works fine.

Is this a config-problem?

Greetings from germany


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl</description>
    <dc:creator>Michael Schmidt</dc:creator>
    <dc:date>2008-10-27T11:23:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9208">
    <title>good server deals</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9208</link>
    <description>
Does anyone know any decent dedicated server deals?  Most of the  
Seagull related sites have been running on xlhost.com for the past  
year or 2 but I find they're getting really crap, would like to switch  
away from them asap.

The package we have is more or less this one:

http://xlhost.com/moreinfo.php?service=15

but the reliability is terrible, and tech support half-baked.

Googling randomly around I spotted these guys but suspect better deals  
are available.

http://gogax.com/servers/pentium.html

The cms demo is running on a french provider that offers a great deal:

http://www.dedibox.fr/dedibox-xl/serveur_dedibox_xl.html

but it's only available to french residents so not an option.

Any suggestions?

cheers
--
Demian Turner, founder
Seagull Systems, http://seagullsystems.com

Check out some sites built with the Seagull framework:
http://kindo.com/
http://www.babyfy.com/
http://www.artflock.com/
http://www.podcast.de/








--~--~---------~--~----~------------~-------~--~----~
You received thi</description>
    <dc:creator>Demian Turner</dc:creator>
    <dc:date>2008-10-24T09:49:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9206">
    <title>update on the state of SGL development</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9206</link>
    <description>
Hi guys

I've closed off the tickets in the 0.6-bugfix branch, this is  
basically ready to release, please update your repos, give it a run  
through and let me know.  Releasing 0.6.6 is necessary for the next  
CMS release which has a lot of improvements.

Thanks for all those who submitted patches (most were applied) and  
reported bugs (most were fixed).

After this I'd like to fast track the 0.6-bugfix branch for a 1.0  
release, there is no point in the code being denoted as unstable by a  
&lt;1.0 version number.  Can folks take a look at tickets in 0.9.1 and  
decide what's important for a 1.0 release and send in feedback/patches  
so we can get it out soon.

The code in trunk is targeted for a 2.0 release, there has been some  
good progress and it's not far from being releasable as a devel  
version.  The difference in version numbers between 1.x and 2.x is  
ideal for avoiding conflicts between code that runs on php4, and the  
php5-only trunk codebase.

Also the distinction in class naming will mak</description>
    <dc:creator>Demian Turner</dc:creator>
    <dc:date>2008-10-21T22:49:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9205">
    <title>important: update for the clean URL .htaccess example</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9205</link>
    <description>
Hi guys

If you're using Horde_Routes (which you should be) please update  
your .htaccess file or httpd.conf directive for removing the  
"index.php" from the URL.

Here is an improved example you can copy:

http://trac.seagullproject.org/browser/branches/0.6-bugfix/etc/htaccess-cleanUrl.dist

The problem with the previous version is it would cause Apache to make  
a Seagull request for any 404 in a page request.  So if you had 20  
images that were not found in a single PHP page request, you would get  
an additional 20 Seagull requests.  Not good!

This happens out of the box when you list all module with the checkbox  
checked.  There are close to 30 modules now, and only a handful of  
them have the "disabled" graphic supplied.

The improved .htaccess file handles files, symlinks, directories and  
missing resources fine.

http://trac.seagullproject.org/wiki/TroubleShooting/RemovingIndex.php   
has also been updated.

cheers
--
Demian Turner, founder
Seagull Systems, http://seagullsystems.com

Check ou</description>
    <dc:creator>Demian Turner</dc:creator>
    <dc:date>2008-10-21T18:31:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9198">
    <title>Horde_Routes + cool url + 0.6.6</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9198</link>
    <description>
Hi all

Has anyone managed to get Horde_Routes working with frontScriptName =
false on 0.6.6? I'm getting "Undefined index: moduleName" on lines
170,174 and 178 of Url2.php.

Cheers
Matt
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Matt Lindesay</dc:creator>
    <dc:date>2008-10-19T14:38:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9197">
    <title>[Doris] New features released: my account, improved history, group count</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9197</link>
    <description>
We rolled out a new Doris release this morning, the main new features  
you will notice are:

• A new ‘my account’ screen where you can update your language  
preferences and change  your name and password
• Improvements to the history tab: you can now toggle between the  
last week’s todos, or just those tasks completed today, and you can  
reinstate (mark as undone) previously completed tasks.  Please note  
that once a task is deleted from your history you cannot restore it  
again.
•  We also added a group count, so for each task group you have, you  
can see the total number of tasks, even when the group is collapsed

http://beta.dorisapp.com

cheers
--
Demian Turner, founder
Seagull Systems, http://seagullsystems.com

Check out some sites built with the Seagull framework:
http://kindo.com/
http://www.babyfy.com/
http://www.artflock.com/
http://www.podcast.de/








--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google </description>
    <dc:creator>Demian Turner</dc:creator>
    <dc:date>2008-10-16T10:07:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.seagull.general/9194">
    <title>Seagull 2.0 Error: revision 4161</title>
    <link>http://comments.gmane.org/gmane.comp.php.seagull.general/9194</link>
    <description>
Exception: File does not exist or is not readable:
HTML/Template/Flexy/Compiler/Flexy/FLEXY.php
in /home/malber/AppDev/IADM/development/thrid-party/seagull_dev/trunk/lib/SGL2/File.php on line 67

Flexy.php exists but FLEXY.php does not

Exception Object

(
    [message:protected] =&gt; File does not exist or is not readable: HTML/Template/Flexy/Compiler/Flexy/FLEXY.php
    [string:private] =&gt; 
    [code:protected] =&gt; 0
    [file:protected] =&gt; /home/malber/AppDev/IADM/development/thrid-party/seagull_dev/trunk/lib/SGL2/File.php
    [line:protected] =&gt; 67
    [trace:private] =&gt; Array
        (
            [0] =&gt; Array
                (
                    [file] =&gt; /home/malber/AppDev/IADM/development/thrid-party/seagull_dev/trunk/lib/SGL2.php
                    [line] =&gt; 89
                    [function] =&gt; load
                    [class] =&gt; SGL2_File
                    [type] =&gt; ::
                    [args] =&gt; Array
                        (
                            [0] =&gt; HTML/Template/Flexy/Compiler/Fl</description>
    <dc:creator>Michael K. Alber</dc:creator>
    <dc:date>2008-10-13T17:18:23</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.php.seagull.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.php.seagull.general</link>
  </textinput>
</rdf:RDF>
