Re: PutFile - Component was busy while disconnected by the server. FTW

2010-07-16 Thread RustyLogic
We get it all the time... its due to files being locked / accessed on
the webserver which the ftp is occurring.

On 16 July, 00:29, markus giesen markus.gie...@gmail.com wrote:
 The weird thing is, that it is not a permanent error.
 It shows up every now and then.

 On 15 Jul., 04:18, Rob Palmer robpalmer...@gmail.com wrote:

  Markus:

  That looks like the sort of error message we get with the wrong FTP
  setting (active vs. passive). Try changing that in the [Administer
  Publication - Project - Edit General Settings] zone.

  -Rob.

  On Jul 13, 1:03 am, markus giesen markus.gie...@gmail.com wrote:

   Hey folks,
   did anyone of you ever had this error message while publishing:

   ---
   Language variant: English
   Project variant: HTML_Public_Site

   Errors:
   PutFile: Failed to transfer /media/images/,
   Component was busy while disconnected by the server.
   ---

   Any ideas what this could be?

   Cheers,
   Markus

-- 
You received this message because you are subscribed to the Google Groups 
RedDot CMS Users group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.



Checking Filename of published file

2010-07-16 Thread Daniel
Hello all,

I want to use some PreExecute Code or RenderTag in a PageTemplate to
prevent a part of the template of being published, if the Filename of
the published file does not match a certain extension. I tried
different things to have this work, but every single try failed with
the same result.

I tried the following:
- Render Tags: Context:CurrentMasterPage.GetUrl().EndsWith(Str:php)
- Prexecute substr() combined with the
Context:CurrentMasterPage.GetUrl()
- Prexecute substr() combined with an info element Page: Published
file name

The point is that Context:CurrentMasterPage.GetUrl() or the info
element use to return the correct filename as long as I use it alone
or write it directly to the page via an echo for example. But if I use
the rendertag EndsWith-method, or the php substr (or any other), then
the URL or page name string gets changed in a string like this:
/*--IOHREFBEGIN linkguid=GUID pageguid=GUID projectvariantguid=GUID
languagevariantguid=GUID islink=1 type=1002 subtype=20*//*--IOHREFEND-
*/

If someone out there has an idea how I can solve this, or why RedDot
does behave like this, or how I can get around this behavior, I will
be more than happy.

Best regards,
Daniel

-- 
You received this message because you are subscribed to the Google Groups 
RedDot CMS Users group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.



Re: Checking Filename of published file

2010-07-16 Thread Tony Gayter
Have you used reflector to see if there is any hidden rql methods which
might help?

On 16 July 2010 13:30, Daniel daniel.h...@buerkert.com wrote:

 Hello all,

 I want to use some PreExecute Code or RenderTag in a PageTemplate to
 prevent a part of the template of being published, if the Filename of
 the published file does not match a certain extension. I tried
 different things to have this work, but every single try failed with
 the same result.

 I tried the following:
 - Render Tags: Context:CurrentMasterPage.GetUrl().EndsWith(Str:php)
 - Prexecute substr() combined with the
 Context:CurrentMasterPage.GetUrl()
 - Prexecute substr() combined with an info element Page: Published
 file name

 The point is that Context:CurrentMasterPage.GetUrl() or the info
 element use to return the correct filename as long as I use it alone
 or write it directly to the page via an echo for example. But if I use
 the rendertag EndsWith-method, or the php substr (or any other), then
 the URL or page name string gets changed in a string like this:
 /*--IOHREFBEGIN linkguid=GUID pageguid=GUID projectvariantguid=GUID
 languagevariantguid=GUID islink=1 type=1002 subtype=20*//*--IOHREFEND-
 */

 If someone out there has an idea how I can solve this, or why RedDot
 does behave like this, or how I can get around this behavior, I will
 be more than happy.

 Best regards,
 Daniel

 --
 You received this message because you are subscribed to the Google Groups
 RedDot CMS Users group.
 To post to this group, send email to reddot-cms-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 reddot-cms-users+unsubscr...@googlegroups.comreddot-cms-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/reddot-cms-users?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
RedDot CMS Users group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.



Re: Checking Filename of published file

2010-07-16 Thread Daniel
Sorry, Tony, I am not experienced using RQL. Can you give me a hint?

On Jul 16, 2:33 pm, Tony Gayter tonygay...@googlemail.com wrote:
 Have you used reflector to see if there is any hidden rql methods which
 might help?

 On 16 July 2010 13:30, Daniel daniel.h...@buerkert.com wrote:

  Hello all,

  I want to use some PreExecute Code or RenderTag in a PageTemplate to
  prevent a part of the template of being published, if the Filename of
  the published file does not match a certain extension. I tried
  different things to have this work, but every single try failed with
  the same result.

  I tried the following:
  - Render Tags: Context:CurrentMasterPage.GetUrl().EndsWith(Str:php)
  - Prexecute substr() combined with the
  Context:CurrentMasterPage.GetUrl()
  - Prexecute substr() combined with an info element Page: Published
  file name

  The point is that Context:CurrentMasterPage.GetUrl() or the info
  element use to return the correct filename as long as I use it alone
  or write it directly to the page via an echo for example. But if I use
  the rendertag EndsWith-method, or the php substr (or any other), then
  the URL or page name string gets changed in a string like this:
  /*--IOHREFBEGIN linkguid=GUID pageguid=GUID projectvariantguid=GUID
  languagevariantguid=GUID islink=1 type=1002 subtype=20*//*--IOHREFEND-
  */

  If someone out there has an idea how I can solve this, or why RedDot
  does behave like this, or how I can get around this behavior, I will
  be more than happy.

  Best regards,
  Daniel

  --
  You received this message because you are subscribed to the Google Groups
  RedDot CMS Users group.
  To post to this group, send email to reddot-cms-us...@googlegroups.com.
  To unsubscribe from this group, send email to
  reddot-cms-users+unsubscr...@googlegroups.comreddot-cms-users%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/reddot-cms-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
RedDot CMS Users group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.



Re: Checking Filename of published file

2010-07-16 Thread reddotrich
Hi Daniel,

Sounds similar to the issue we had with image placeholders, we would
just get the GUID out, as we were doing it all in pre-execute, turns
out it was too early in the page lifecycle to grab the information, so
we switched to an attribute placeholder to get the file name of the
image, not the same issue I know, but might help explain why you are
getting these results.

Rich.

On Jul 16, 1:40 pm, Daniel daniel.h...@buerkert.com wrote:
 Sorry, Tony, I am not experienced using RQL. Can you give me a hint?

 On Jul 16, 2:33 pm, Tony Gayter tonygay...@googlemail.com wrote:



  Have you used reflector to see if there is any hidden rql methods which
  might help?

  On 16 July 2010 13:30, Daniel daniel.h...@buerkert.com wrote:

   Hello all,

   I want to use some PreExecute Code or RenderTag in a PageTemplate to
   prevent a part of the template of being published, if the Filename of
   the published file does not match a certain extension. I tried
   different things to have this work, but every single try failed with
   the same result.

   I tried the following:
   - Render Tags: Context:CurrentMasterPage.GetUrl().EndsWith(Str:php)
   - Prexecute substr() combined with the
   Context:CurrentMasterPage.GetUrl()
   - Prexecute substr() combined with an info element Page: Published
   file name

   The point is that Context:CurrentMasterPage.GetUrl() or the info
   element use to return the correct filename as long as I use it alone
   or write it directly to the page via an echo for example. But if I use
   the rendertag EndsWith-method, or the php substr (or any other), then
   the URL or page name string gets changed in a string like this:
   /*--IOHREFBEGIN linkguid=GUID pageguid=GUID projectvariantguid=GUID
   languagevariantguid=GUID islink=1 type=1002 subtype=20*//*--IOHREFEND-
   */

   If someone out there has an idea how I can solve this, or why RedDot
   does behave like this, or how I can get around this behavior, I will
   be more than happy.

   Best regards,
   Daniel

   --
   You received this message because you are subscribed to the Google Groups
   RedDot CMS Users group.
   To post to this group, send email to reddot-cms-us...@googlegroups.com.
   To unsubscribe from this group, send email to
   reddot-cms-users+unsubscr...@googlegroups.comreddot-cms-users%2bunsubscrib...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/reddot-cms-users?hl=en.- Hide quoted text -

 - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups 
RedDot CMS Users group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.



Re: Pages which are Copy and connect page in clipboard are not displayed in navigation manager tree

2010-07-16 Thread Timo Zimmermann
The best way I found for me is to disconnect the pages from the list
and reconnect them.

-- 
You received this message because you are subscribed to the Google Groups 
RedDot CMS Users group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.



Re: Outputting values of an Info placeholder from within a render spot

2010-07-16 Thread mbyisra...@gmail.com
Richard ... in the end, way to complicated and not worth the measly
return in functionality for all that work. Any other ideas? At this
point, I have decided to do it through LiveServer until / unless I can
come up with a CMS solution.

- mbyisrael2

-- 
You received this message because you are subscribed to the Google Groups 
RedDot CMS Users group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.



Testing Page Metadata in a Target Dynament

2010-07-16 Thread mbyisra...@gmail.com
Hi everyone,

I have a target dynament which tests the value of the content
attribute publishedDate against a request parameter:

rde-dm:target group=HTM include-mode=content-info
rde-dm:constraint
content.publishedDate ge
[#request:dateOfLastQuery#1970-01-01#]
/rde-dm:constraint
/rde-dm:target

publishedDate is imported from the CMS using the import dynament on
a placeholder of type Info:Page:Date/Time of Publication.

All is fine and dandy (i.e. it does seem to work), but I would rather
test on the published date which is native to LiveServer rather than
the one imported from the CMS, for consistency and to reduce the
complexity of the templates in the CMS.

What I have tried to do is to replace the third line of code from
above with:

content.rde-fields.lastEditTime ge [#request:dateOfLastQuery#0#]

According to the LiveServer documentation
(rdls_40_dynaments_en_US_letter.pdf, page 400 [Preset Attributes for
source='content']), content.rde-fields.lastEditTime is supposed to
return the last modified time of the page as recorded in the page's
metadata, but this does not work, and when run, the target dynament
returns 0 hits.

I should point out that I am running LiveServer Build 3.5.1.2 SP1.

* Is it possible that this functionality was not available in LS v3?
* Is it possible that the a constraint within a target dynament cannot
access page metadata?

Any insights would be greatly appreciated.

Thanks,
mbyisrael2

-- 
You received this message because you are subscribed to the Google Groups 
RedDot CMS Users group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.



Re: Removing Content from Search

2010-07-16 Thread Tiffany
Hmmmthat strategy might help. It will be a lot of work to signal
out the pages, and the process isn't flawless, but it's certainly
better than no solution.

Thank you.

On Jul 16, 11:43 am, Timo Zimmermann zimmermann.t...@googlemail.com
wrote:
 the user may only find pages which they may read.

-- 
You received this message because you are subscribed to the Google Groups 
RedDot CMS Users group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.



Re: Removing Content from Search

2010-07-16 Thread Chuck
Tiffany, what about using the rde-dm:query searchable=false/
true.../rde-dm:query element?  I copied the following straight
from the LS Dynaments manual:

In additional Query DynaMents, you can use the special parameter
searchable=[true|false] to prevent particular content areas from
being indexed by the
search engine. In this way, for example, you can keep navigation bars
and headers from
being part of the search.

From the description, it sounds like exactly what you're looking for.
I'm really surprised that support didn't give you this info.  I hope
this helps!

-Chuck

On Jul 16, 1:26 pm, Tiffany tiffany6...@gmail.com wrote:
 Hmmmthat strategy might help. It will be a lot of work to signal
 out the pages, and the process isn't flawless, but it's certainly
 better than no solution.

 Thank you.

 On Jul 16, 11:43 am, Timo Zimmermann zimmermann.t...@googlemail.com
 wrote:



  the user may only find pages which they may read.- Hide quoted text -

 - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups 
RedDot CMS Users group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.