<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comentarios en: ]Project-open[ on Debian ETCH</title>
	<atom:link href="http://ivanhq.net/project-open-on-debian-etch/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivanhq.net</link>
	<description>Unix, tecnología y algunas cosas sobre mí</description>
	<lastBuildDate>Wed, 18 Jan 2012 16:22:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Por: Thierry Forest</title>
		<link>http://ivanhq.net/project-open-on-debian-etch/comment-page-3/#comment-94785</link>
		<dc:creator>Thierry Forest</dc:creator>
		<pubDate>Thu, 24 Mar 2011 11:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://ivanhq.net/project-open-on-debian-etch/#comment-94785</guid>
		<description>Hi Ivan, 
Are you still here because the latest post from you is quite old ! 
Febrero 15th, 2010 at 23:13.
I contact you because i&#039;ve tried many install of Project Open and none of them work. 
The problems are : 
- Debian Etch it&#039;s now out of date (Squeeze is the current release)
- Postgresql 8.1 is not available anymore 
___
So It doesn&#039;t work for all these reasons. 
Do you have a repository where we can get those packages. 
Do you plan to publish a new install tutorial.
Sincerly.
Thierry Forest</description>
		<content:encoded><![CDATA[<p>Hi Ivan,<br />
Are you still here because the latest post from you is quite old !<br />
Febrero 15th, 2010 at 23:13.<br />
I contact you because i&#8217;ve tried many install of Project Open and none of them work.<br />
The problems are :<br />
- Debian Etch it&#8217;s now out of date (Squeeze is the current release)<br />
- Postgresql 8.1 is not available anymore<br />
___<br />
So It doesn&#8217;t work for all these reasons.<br />
Do you have a repository where we can get those packages.<br />
Do you plan to publish a new install tutorial.<br />
Sincerly.<br />
Thierry Forest</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: guddu Khan</title>
		<link>http://ivanhq.net/project-open-on-debian-etch/comment-page-3/#comment-94784</link>
		<dc:creator>guddu Khan</dc:creator>
		<pubDate>Thu, 24 Mar 2011 10:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://ivanhq.net/project-open-on-debian-etch/#comment-94784</guid>
		<description>Database operation &quot;select&quot; failed
(exception ERROR, &quot;ERROR:  function to_date(timestamp with time zone, unknown) does not exist
LINE 14:    , (to_date(start_date,&#039;YYYY-MM-DD HH24:MI:SS&#039;)  - to_date...
               ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
&quot;)
pqerror was: &quot;ERROR:  function to_date(timestamp with time zone, unknown) does not exist
LINE 14:    , (to_date(start_date,&#039;YYYY-MM-DD HH24:MI:SS&#039;)  - to_date...
               ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
&quot;
(Status of PQexec call: PGRES_FATAL_ERROR)
SQL: 
	select
		to_char(start_date, &#039;YYYY-MM-DD HH24:MI:SS&#039;) as ansi_start_date,
		to_char(end_date, &#039;YYYY-MM-DD HH24:MI:SS&#039;) as ansi_end_date,
		to_number(to_char(start_date,&#039;HH24&#039;),&#039;90&#039;) as start_hour,
		to_number(to_char(end_date,&#039;HH24&#039;),&#039;90&#039;) as end_hour,
		to_number(to_char(end_date,&#039;MI&#039;),&#039;90&#039;) as end_minutes,
		coalesce(e.name, a.name) as name,
		coalesce(e.status_summary, a.status_summary) as status_summary,
		e.event_id as item_id,
		cit.type as item_type,
		cals.calendar_id,
		cals.calendar_name
		 , (to_date(start_date,&#039;YYYY-MM-DD HH24:MI:SS&#039;)  - to_date(&#039;2011-03-20 00:00:00&#039;,         &#039;YYYY-MM-DD HH24:MI:SS&#039;)) as day_of_week
	from
		acs_activities a,
		acs_events e,
		timespans s,
		time_intervals t,
		calendars cals,
		cal_items ci left join
		cal_item_types cit on cit.item_type_id = ci.item_type_id
	where
		e.timespan_id = s.timespan_id
		and s.interval_id = t.interval_id
		and e.activity_id = a.activity_id
		and start_date between 
 to_date(&#039;2011-03-20 00:00:00&#039;, &#039;YYYY-MM-DD HH24:MI:SS&#039;) and to_date(&#039;2011-03-26 00:00:00&#039;, &#039;YYYY-MM-DD HH24:MI:SS&#039;)
  
		and ci.cal_item_id= e.event_id
		and cals.calendar_id = ci.on_which_calendar
		and acs_permission__permission_p (cals.calendar_id, &#039;624&#039;, &#039;read&#039;) = &#039;t&#039;
		and e.event_id = ci.cal_item_id
		
		
        and ((cals.package_id = &#039;21531&#039; and cals.private_p = &#039;f&#039;) 
             or (cals.private_p = &#039;t&#039; and cals.owner_id = &#039;624&#039;))
  
		 order by to_char(start_date, &#039;J&#039;), to_char(start_date,&#039;HH24:MI&#039;)
  

    while executing
&quot;ns_pg_bind select nsdb1 {
	select
		to_char(start_date, &#039;YYYY-MM-DD HH24:MI:SS&#039;) as ansi_start_date,
		to_char(end_date, &#039;YYYY-MM-DD HH24:MI:SS&#039;) as a...&quot;
    (&quot;uplevel&quot; body line 1)
    invoked from within
&quot;uplevel $ulevel [list ns_pg_bind $type $db $sql]&quot;
    (&quot;postgresql&quot; arm line 2)
    invoked from within
&quot;switch $driverkey {
                oracle {
                    return [uplevel $ulevel [list ns_ora $type $db $sql] $args]
                }
       ...&quot;
    invoked from within
&quot;db_exec select $db $full_statement_name $sql&quot;
    invoked from within
&quot;set selection [db_exec select $db $full_statement_name $sql]&quot;
    (&quot;uplevel&quot; body line 2)
    invoked from within
&quot;uplevel 1 $code_block &quot;
    invoked from within
&quot;db_with_handle -dbn $dbn db {
        set selection [db_exec select $db $full_statement_name $sql]

        set counter 0
        while { [db_getrow $...&quot;
    (procedure &quot;db_foreach&quot; line 36)
    invoked from within
&quot;db_foreach dbqd.calendar.www.views.select_items {} {

    # Replace $ (variable dollars) by harmless &quot;X&quot;
    regsub {\$} $name X name

    # Convert f...&quot;
    (&quot;uplevel&quot; body line 73)
    invoked from within
&quot;uplevel {
    	  if {[info exists url_stub_callback]} {
    # This parameter is only set if this file is called from .LRN.
    # This way I make sure ...&quot;
    (procedure &quot;code::tcl::/web/projop/packages/calendar/www/view-week-displ...&quot; line 2)
    invoked from within
&quot;code::tcl::$__adp_stub&quot;
    invoked from within
&quot;if { [file exists $__adp_stub.tcl] } {

      # ensure that data source preparation procedure exists and is up-to-date
      adp_init tcl $__adp_stub
...&quot;
    (&quot;uplevel&quot; body line 3)
    invoked from within
&quot;uplevel {

    if { [file exists $__adp_stub.tcl] } {

      # ensure that data source preparation procedure exists and is up-to-date
      adp_init t...&quot;
    (procedure &quot;adp_prepare&quot; line 2)
    invoked from within
&quot;adp_prepare &quot;
    (procedure &quot;template::adp_parse&quot; line 30)
    invoked from within
&quot;template::adp_parse /web/projop/packages/calendar/www/view-week-display {base_url /calendar/ date 2011-03-24 package_id 21531 show_calendar_name_p 0 r...&quot;
    (&quot;uplevel&quot; body line 1)
    invoked from within
&quot;uplevel [list template::adp_parse [template::util::url_to_file $template [ad_conn file]] $template_params]&quot;
    (procedure &quot;ad_parse_template&quot; line 15)
    invoked from within
&quot;ad_parse_template -params $params &quot;/packages/calendar/www/view-week-display&quot;&quot;
    (procedure &quot;im_calendar_home_component&quot; line 10)
    invoked from within
&quot;im_calendar_home_component&quot;
    (&quot;uplevel&quot; body line 1)
    invoked from within
&quot;uplevel 1 $component_tcl&quot;
    invoked from within
&quot;set component_html [uplevel 1 $component_tcl]&quot;
    (&quot;uplevel&quot; body line 8)
    invoked from within
&quot;uplevel 1 $code_block &quot;
    (&quot;1&quot; arm line 1)
    invoked from within
&quot;switch $errno {
                0 {
                    # TCL_OK
                }
                1 {
                    # TCL_ERROR
               ...&quot;
    (&quot;while&quot; body line 20)
    invoked from within
&quot;while { [db_getrow $db $selection] } {
            incr counter
            if { [info exists array_val] } {
                unset array_val
         ...&quot;
    (&quot;uplevel&quot; body line 5)
    invoked from within
&quot;uplevel 1 $code_block &quot;
    invoked from within
&quot;db_with_handle -dbn $dbn db {
        set selection [db_exec select $db $full_statement_name $sql]

        set counter 0
        while { [db_getrow $...&quot;
    (procedure &quot;db_foreach&quot; line 36)
    invoked from within
&quot;db_foreach get_plugins $plugin_sql {

	if {$any_perms_set_p &gt; 0 &amp;&amp; &quot;f&quot; == $perm} { continue }
	
	if {&quot;&quot; == $sort_order} { set sort_order $default_sort...&quot;
    (procedure &quot;im_component_bay&quot; line 71)
    invoked from within
&quot;im_component_bay left&quot;
    invoked from within
&quot;append __adp_output  [im_component_bay left] &quot;
    (&quot;uplevel&quot; body line 24)
    invoked from within
&quot;uplevel {
    	  set __adp_output &quot;&quot;

    set __adp_master [template::util::url_to_file &quot;[ad_parameter -package_id [ad_conn subsite_id] DefaultMaster ...&quot;
    (procedure &quot;template::code::adp::/web/projop/packages/intranet-core/www/...&quot; line 2)
    invoked from within
&quot;template::code::${template_extension}::$__adp_stub&quot;
    (procedure &quot;template::adp_parse&quot; line 68)
    invoked from within
&quot;template::adp_parse [file root [ad_conn file]] {}&quot;
    (procedure &quot;adp_parse_ad_conn_file&quot; line 5)
    invoked from within
&quot;$handler&quot;
    (&quot;uplevel&quot; body line 2)
    invoked from within
&quot;uplevel $code&quot;
    invoked from within
&quot;ad_try {
                $handler
            } ad_script_abort val {
                # do nothing
            }&quot;
    invoked from within
&quot;rp_serve_concrete_file [ad_conn file]&quot;
    (procedure &quot;rp_serve_abstract_file&quot; line 60)
    invoked from within
&quot;rp_serve_abstract_file &quot;$root/$path&quot;&quot;
    (&quot;uplevel&quot; body line 2)
    invoked from within
&quot;uplevel $code&quot;
    invoked from within
&quot;ad_try {
            rp_serve_abstract_file &quot;$root/$path&quot;
            set tcl_url2file([ad_conn url]) [ad_conn file]
            set tcl_url2path_info...&quot;</description>
		<content:encoded><![CDATA[<p>Database operation &#8220;select&#8221; failed<br />
(exception ERROR, &#8220;ERROR:  function to_date(timestamp with time zone, unknown) does not exist<br />
LINE 14:    , (to_date(start_date,&#8217;YYYY-MM-DD HH24:MI:SS&#8217;)  &#8211; to_date&#8230;<br />
               ^<br />
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.<br />
&#8220;)<br />
pqerror was: &#8220;ERROR:  function to_date(timestamp with time zone, unknown) does not exist<br />
LINE 14:    , (to_date(start_date,&#8217;YYYY-MM-DD HH24:MI:SS&#8217;)  &#8211; to_date&#8230;<br />
               ^<br />
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.<br />
&#8221;<br />
(Status of PQexec call: PGRES_FATAL_ERROR)<br />
SQL:<br />
	select<br />
		to_char(start_date, &#8216;YYYY-MM-DD HH24:MI:SS&#8217;) as ansi_start_date,<br />
		to_char(end_date, &#8216;YYYY-MM-DD HH24:MI:SS&#8217;) as ansi_end_date,<br />
		to_number(to_char(start_date,&#8217;HH24&#8242;),&#8217;90&#8242;) as start_hour,<br />
		to_number(to_char(end_date,&#8217;HH24&#8242;),&#8217;90&#8242;) as end_hour,<br />
		to_number(to_char(end_date,&#8217;MI&#8217;),&#8217;90&#8242;) as end_minutes,<br />
		coalesce(e.name, a.name) as name,<br />
		coalesce(e.status_summary, a.status_summary) as status_summary,<br />
		e.event_id as item_id,<br />
		cit.type as item_type,<br />
		cals.calendar_id,<br />
		cals.calendar_name<br />
		 , (to_date(start_date,&#8217;YYYY-MM-DD HH24:MI:SS&#8217;)  &#8211; to_date(&#8217;2011-03-20 00:00:00&#8242;,         &#8216;YYYY-MM-DD HH24:MI:SS&#8217;)) as day_of_week<br />
	from<br />
		acs_activities a,<br />
		acs_events e,<br />
		timespans s,<br />
		time_intervals t,<br />
		calendars cals,<br />
		cal_items ci left join<br />
		cal_item_types cit on cit.item_type_id = ci.item_type_id<br />
	where<br />
		e.timespan_id = s.timespan_id<br />
		and s.interval_id = t.interval_id<br />
		and e.activity_id = a.activity_id<br />
		and start_date between<br />
 to_date(&#8217;2011-03-20 00:00:00&#8242;, &#8216;YYYY-MM-DD HH24:MI:SS&#8217;) and to_date(&#8217;2011-03-26 00:00:00&#8242;, &#8216;YYYY-MM-DD HH24:MI:SS&#8217;)</p>
<p>		and ci.cal_item_id= e.event_id<br />
		and cals.calendar_id = ci.on_which_calendar<br />
		and acs_permission__permission_p (cals.calendar_id, &#8217;624&#8242;, &#8216;read&#8217;) = &#8216;t&#8217;<br />
		and e.event_id = ci.cal_item_id</p>
<p>        and ((cals.package_id = &#8217;21531&#8242; and cals.private_p = &#8216;f&#8217;)<br />
             or (cals.private_p = &#8216;t&#8217; and cals.owner_id = &#8217;624&#8242;))</p>
<p>		 order by to_char(start_date, &#8216;J&#8217;), to_char(start_date,&#8217;HH24:MI&#8217;)</p>
<p>    while executing<br />
&#8220;ns_pg_bind select nsdb1 {<br />
	select<br />
		to_char(start_date, &#8216;YYYY-MM-DD HH24:MI:SS&#8217;) as ansi_start_date,<br />
		to_char(end_date, &#8216;YYYY-MM-DD HH24:MI:SS&#8217;) as a&#8230;&#8221;<br />
    (&#8220;uplevel&#8221; body line 1)<br />
    invoked from within<br />
&#8220;uplevel $ulevel [list ns_pg_bind $type $db $sql]&#8221;<br />
    (&#8220;postgresql&#8221; arm line 2)<br />
    invoked from within<br />
&#8220;switch $driverkey {<br />
                oracle {<br />
                    return [uplevel $ulevel [list ns_ora $type $db $sql] $args]<br />
                }<br />
       &#8230;&#8221;<br />
    invoked from within<br />
&#8220;db_exec select $db $full_statement_name $sql&#8221;<br />
    invoked from within<br />
&#8220;set selection [db_exec select $db $full_statement_name $sql]&#8221;<br />
    (&#8220;uplevel&#8221; body line 2)<br />
    invoked from within<br />
&#8220;uplevel 1 $code_block &#8221;<br />
    invoked from within<br />
&#8220;db_with_handle -dbn $dbn db {<br />
        set selection [db_exec select $db $full_statement_name $sql]</p>
<p>        set counter 0<br />
        while { [db_getrow $..."<br />
    (procedure "db_foreach" line 36)<br />
    invoked from within<br />
"db_foreach dbqd.calendar.www.views.select_items {} {</p>
<p>    # Replace $ (variable dollars) by harmless "X"<br />
    regsub {\$} $name X name</p>
<p>    # Convert f..."<br />
    ("uplevel" body line 73)<br />
    invoked from within<br />
"uplevel {<br />
    	  if {[info exists url_stub_callback]} {<br />
    # This parameter is only set if this file is called from .LRN.<br />
    # This way I make sure &#8230;&#8221;<br />
    (procedure &#8220;code::tcl::/web/projop/packages/calendar/www/view-week-displ&#8230;&#8221; line 2)<br />
    invoked from within<br />
&#8220;code::tcl::$__adp_stub&#8221;<br />
    invoked from within<br />
&#8220;if { [file exists $__adp_stub.tcl] } {</p>
<p>      # ensure that data source preparation procedure exists and is up-to-date<br />
      adp_init tcl $__adp_stub<br />
&#8230;&#8221;<br />
    (&#8220;uplevel&#8221; body line 3)<br />
    invoked from within<br />
&#8220;uplevel {</p>
<p>    if { [file exists $__adp_stub.tcl] } {</p>
<p>      # ensure that data source preparation procedure exists and is up-to-date<br />
      adp_init t&#8230;&#8221;<br />
    (procedure &#8220;adp_prepare&#8221; line 2)<br />
    invoked from within<br />
&#8220;adp_prepare &#8221;<br />
    (procedure &#8220;template::adp_parse&#8221; line 30)<br />
    invoked from within<br />
&#8220;template::adp_parse /web/projop/packages/calendar/www/view-week-display {base_url /calendar/ date 2011-03-24 package_id 21531 show_calendar_name_p 0 r&#8230;&#8221;<br />
    (&#8220;uplevel&#8221; body line 1)<br />
    invoked from within<br />
&#8220;uplevel [list template::adp_parse [template::util::url_to_file $template [ad_conn file]] $template_params]&#8221;<br />
    (procedure &#8220;ad_parse_template&#8221; line 15)<br />
    invoked from within<br />
&#8220;ad_parse_template -params $params &#8220;/packages/calendar/www/view-week-display&#8221;"<br />
    (procedure &#8220;im_calendar_home_component&#8221; line 10)<br />
    invoked from within<br />
&#8220;im_calendar_home_component&#8221;<br />
    (&#8220;uplevel&#8221; body line 1)<br />
    invoked from within<br />
&#8220;uplevel 1 $component_tcl&#8221;<br />
    invoked from within<br />
&#8220;set component_html [uplevel 1 $component_tcl]&#8221;<br />
    (&#8220;uplevel&#8221; body line 8)<br />
    invoked from within<br />
&#8220;uplevel 1 $code_block &#8221;<br />
    (&#8220;1&#8243; arm line 1)<br />
    invoked from within<br />
&#8220;switch $errno {<br />
                0 {<br />
                    # TCL_OK<br />
                }<br />
                1 {<br />
                    # TCL_ERROR<br />
               &#8230;&#8221;<br />
    (&#8220;while&#8221; body line 20)<br />
    invoked from within<br />
&#8220;while { [db_getrow $db $selection] } {<br />
            incr counter<br />
            if { [info exists array_val] } {<br />
                unset array_val<br />
         &#8230;&#8221;<br />
    (&#8220;uplevel&#8221; body line 5)<br />
    invoked from within<br />
&#8220;uplevel 1 $code_block &#8221;<br />
    invoked from within<br />
&#8220;db_with_handle -dbn $dbn db {<br />
        set selection [db_exec select $db $full_statement_name $sql]</p>
<p>        set counter 0<br />
        while { [db_getrow $..."<br />
    (procedure "db_foreach" line 36)<br />
    invoked from within<br />
"db_foreach get_plugins $plugin_sql {</p>
<p>	if {$any_perms_set_p &gt; 0 &amp;&amp; "f" == $perm} { continue }</p>
<p>	if {"" == $sort_order} { set sort_order $default_sort..."<br />
    (procedure "im_component_bay" line 71)<br />
    invoked from within<br />
"im_component_bay left"<br />
    invoked from within<br />
"append __adp_output  [im_component_bay left] &#8221;<br />
    (&#8220;uplevel&#8221; body line 24)<br />
    invoked from within<br />
&#8220;uplevel {<br />
    	  set __adp_output &#8220;&#8221;</p>
<p>    set __adp_master [template::util::url_to_file "[ad_parameter -package_id [ad_conn subsite_id] DefaultMaster &#8230;&#8221;<br />
    (procedure &#8220;template::code::adp::/web/projop/packages/intranet-core/www/&#8230;&#8221; line 2)<br />
    invoked from within<br />
&#8220;template::code::${template_extension}::$__adp_stub&#8221;<br />
    (procedure &#8220;template::adp_parse&#8221; line 68)<br />
    invoked from within<br />
&#8220;template::adp_parse [file root [ad_conn file]] {}&#8221;<br />
    (procedure &#8220;adp_parse_ad_conn_file&#8221; line 5)<br />
    invoked from within<br />
&#8220;$handler&#8221;<br />
    (&#8220;uplevel&#8221; body line 2)<br />
    invoked from within<br />
&#8220;uplevel $code&#8221;<br />
    invoked from within<br />
&#8220;ad_try {<br />
                $handler<br />
            } ad_script_abort val {<br />
                # do nothing<br />
            }&#8221;<br />
    invoked from within<br />
&#8220;rp_serve_concrete_file [ad_conn file]&#8221;<br />
    (procedure &#8220;rp_serve_abstract_file&#8221; line 60)<br />
    invoked from within<br />
&#8220;rp_serve_abstract_file &#8220;$root/$path&#8221;"<br />
    (&#8220;uplevel&#8221; body line 2)<br />
    invoked from within<br />
&#8220;uplevel $code&#8221;<br />
    invoked from within<br />
&#8220;ad_try {<br />
            rp_serve_abstract_file &#8220;$root/$path&#8221;<br />
            set tcl_url2file([ad_conn url]) [ad_conn file]<br />
            set tcl_url2path_info&#8230;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Lorenz</title>
		<link>http://ivanhq.net/project-open-on-debian-etch/comment-page-3/#comment-93390</link>
		<dc:creator>Lorenz</dc:creator>
		<pubDate>Sun, 12 Dec 2010 10:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://ivanhq.net/project-open-on-debian-etch/#comment-93390</guid>
		<description>Hi Dann,
&quot;ERROR, “ERROR: function to_date(timestamp with time zone, unknown) does not exist&quot;
This is a problem of the version of Postgres you&#039;re using (http://www.mkyong.com/database/to_date-function-between-postgresql-82-and-83/)
Try using 8.1 as mentioned in instalation manual on debian or maybe 8.2 will work fine.
Kind Regards</description>
		<content:encoded><![CDATA[<p>Hi Dann,<br />
&#8220;ERROR, “ERROR: function to_date(timestamp with time zone, unknown) does not exist&#8221;<br />
This is a problem of the version of Postgres you&#8217;re using (<a href="http://www.mkyong.com/database/to_date-function-between-postgresql-82-and-83/" rel="nofollow">http://www.mkyong.com/database/to_date-function-between-postgresql-82-and-83/</a>)<br />
Try using 8.1 as mentioned in instalation manual on debian or maybe 8.2 will work fine.<br />
Kind Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Anónimo</title>
		<link>http://ivanhq.net/project-open-on-debian-etch/comment-page-2/#comment-93067</link>
		<dc:creator>Anónimo</dc:creator>
		<pubDate>Tue, 07 Dec 2010 07:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://ivanhq.net/project-open-on-debian-etch/#comment-93067</guid>
		<description>Hi ,
i ma  new to projectopen.
after installing i am experiencing following error:-
projop@ubuntu:/$ /usr/sbin/aolserver4-nsd -f -t /home/abhinav/web/projop/etc/config.tcl -u projop -g projop
[07/Dec/2010:12:29:25][2878.1256097536][-main-] Notice: nsd.tcl: starting to read config file...
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: nsd.tcl: finished reading config file.
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: nsmain: AOLserver/4.5.1 starting
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: nsmain: security info: uid=1001, euid=1001, gid=1002, egid=1002
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: nsmain: max files: FD_SETSIZE = 1024, rl_cur = 1024, rl_max = 1024
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Error: pidfile: failed to open pid file &#039;/usr/lib/aolserver4/log/nspid.projop&#039;: &#039;Permission denied&#039;
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: encoding: loaded: utf-8
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: fastpath[projop]: mapped GET /
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: fastpath[projop]: mapped HEAD /
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: fastpath[projop]: mapped POST /
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: adp[projop]: mapped GET /*.adp
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: adp[projop]: mapped HEAD /*.adp
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: adp[projop]: mapped POST /*.adp
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: modload: loading &#039;/usr/lib/aolserver4/bin/nssock.so&#039;
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: modload: loading &#039;/usr/lib/aolserver4/bin/nslog.so&#039;
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Warning: modload: could not load /usr/lib/aolserver4/bin/nslog.so: /usr/lib/aolserver4/bin/nslog.so: file too short
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Fatal: modload: failed to load module &#039;/usr/lib/aolserver4/bin/nslog.so&#039;



Kindly respond.</description>
		<content:encoded><![CDATA[<p>Hi ,<br />
i ma  new to projectopen.<br />
after installing i am experiencing following error:-<br />
projop@ubuntu:/$ /usr/sbin/aolserver4-nsd -f -t /home/abhinav/web/projop/etc/config.tcl -u projop -g projop<br />
[07/Dec/2010:12:29:25][2878.1256097536][-main-] Notice: nsd.tcl: starting to read config file&#8230;<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: nsd.tcl: finished reading config file.<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: nsmain: AOLserver/4.5.1 starting<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: nsmain: security info: uid=1001, euid=1001, gid=1002, egid=1002<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: nsmain: max files: FD_SETSIZE = 1024, rl_cur = 1024, rl_max = 1024<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Error: pidfile: failed to open pid file &#8216;/usr/lib/aolserver4/log/nspid.projop&#8217;: &#8216;Permission denied&#8217;<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: encoding: loaded: utf-8<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: fastpath[projop]: mapped GET /<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: fastpath[projop]: mapped HEAD /<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: fastpath[projop]: mapped POST /<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: adp[projop]: mapped GET /*.adp<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: adp[projop]: mapped HEAD /*.adp<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: adp[projop]: mapped POST /*.adp<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: modload: loading &#8216;/usr/lib/aolserver4/bin/nssock.so&#8217;<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Notice: modload: loading &#8216;/usr/lib/aolserver4/bin/nslog.so&#8217;<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Warning: modload: could not load /usr/lib/aolserver4/bin/nslog.so: /usr/lib/aolserver4/bin/nslog.so: file too short<br />
[07/Dec/2010:12:29:30][2878.1256097536][-main-] Fatal: modload: failed to load module &#8216;/usr/lib/aolserver4/bin/nslog.so&#8217;</p>
<p>Kindly respond.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: wayne</title>
		<link>http://ivanhq.net/project-open-on-debian-etch/comment-page-2/#comment-91058</link>
		<dc:creator>wayne</dc:creator>
		<pubDate>Tue, 26 Oct 2010 12:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://ivanhq.net/project-open-on-debian-etch/#comment-91058</guid>
		<description>I need some help getting this thing to work on lenny.
I followed this tut step by step, but it does not work.
Just &quot;Server Error - The requested URL cannot be accessed due to a system error on this server.&quot;

projop.log : 
10.0.0.62 - - [26/Oct/2010:13:41:44 +0200] &quot;GET / HTTP/1.1&quot; 500 538 &quot;&quot; &quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)&quot; &quot;ad_user_login=624%2c1288082965%2c0367B9B91+%7b967+0+B3F50C598071AAE1546029B90DC206965386A3D2%7d&quot;
10.0.0.62 - - [26/Oct/2010:13:49:24 +0200] &quot;GET / HTTP/1.1&quot; 500 538 &quot;&quot; &quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)&quot; &quot;ad_user_login=624%2c1288082965%2c0367B9B91+%7b967+0+B3F50C598071AAE1546029B90DC206965386A3D2%7d&quot;
10.0.0.62 - - [26/Oct/2010:13:54:15 +0200] &quot;GET / HTTP/1.1&quot; 500 538 &quot;&quot; &quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)&quot; &quot;ad_user_login=624%2c1288082965%2c0367B9B91+%7b967+0+B3F50C598071AAE1546029B90DC206965386A3D2%7d&quot;
10.0.0.62 - - [26/Oct/2010:13:55:38 +0200] &quot;GET / HTTP/1.1&quot; 500 538 &quot;&quot; &quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)&quot; &quot;ad_user_login=624%2c1288082965%2c0367B9B91+%7b967+0+B3F50C598071AAE1546029B90DC206965386A3D2%7d&quot;

error.log :
[26/Oct/2010:13:43:07][1975.3074558144][-main-] Notice: driver: stopped: nssock
[26/Oct/2010:13:43:07][1975.3059415952][-shutdown-] Notice: nslog: closing &#039;/web/projop/log/projop.log&#039;
[26/Oct/2010:13:43:07][1975.3074558144][-main-] Error: pidfile: failed to remove &#039;/usr/lib/aolserver4/log/nspid.projop&#039;: &#039;No such file or directory&#039;
[26/Oct/2010:13:43:07][1975.3074558144][-main-] Notice: nsmain: AOLserver/4.5.0 exiting

Both logs do not really give any information on this problem.

The server output sais : Tcl exception : invalid command name &quot;sec_session_timeout&quot; ...

Maybe somebody can help.
This tuorial is a bit out of date, because postgresql 8.1 is not available.
The repositories have been deleted, and postgres, google etc. do not have it.</description>
		<content:encoded><![CDATA[<p>I need some help getting this thing to work on lenny.<br />
I followed this tut step by step, but it does not work.<br />
Just &#8220;Server Error &#8211; The requested URL cannot be accessed due to a system error on this server.&#8221;</p>
<p>projop.log :<br />
10.0.0.62 &#8211; - [26/Oct/2010:13:41:44 +0200] &#8220;GET / HTTP/1.1&#8243; 500 538 &#8220;&#8221; &#8220;Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)&#8221; &#8220;ad_user_login=624%2c1288082965%2c0367B9B91+%7b967+0+B3F50C598071AAE1546029B90DC206965386A3D2%7d&#8221;<br />
10.0.0.62 &#8211; - [26/Oct/2010:13:49:24 +0200] &#8220;GET / HTTP/1.1&#8243; 500 538 &#8220;&#8221; &#8220;Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)&#8221; &#8220;ad_user_login=624%2c1288082965%2c0367B9B91+%7b967+0+B3F50C598071AAE1546029B90DC206965386A3D2%7d&#8221;<br />
10.0.0.62 &#8211; - [26/Oct/2010:13:54:15 +0200] &#8220;GET / HTTP/1.1&#8243; 500 538 &#8220;&#8221; &#8220;Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)&#8221; &#8220;ad_user_login=624%2c1288082965%2c0367B9B91+%7b967+0+B3F50C598071AAE1546029B90DC206965386A3D2%7d&#8221;<br />
10.0.0.62 &#8211; - [26/Oct/2010:13:55:38 +0200] &#8220;GET / HTTP/1.1&#8243; 500 538 &#8220;&#8221; &#8220;Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)&#8221; &#8220;ad_user_login=624%2c1288082965%2c0367B9B91+%7b967+0+B3F50C598071AAE1546029B90DC206965386A3D2%7d&#8221;</p>
<p>error.log :<br />
[26/Oct/2010:13:43:07][1975.3074558144][-main-] Notice: driver: stopped: nssock<br />
[26/Oct/2010:13:43:07][1975.3059415952][-shutdown-] Notice: nslog: closing &#8216;/web/projop/log/projop.log&#8217;<br />
[26/Oct/2010:13:43:07][1975.3074558144][-main-] Error: pidfile: failed to remove &#8216;/usr/lib/aolserver4/log/nspid.projop&#8217;: &#8216;No such file or directory&#8217;<br />
[26/Oct/2010:13:43:07][1975.3074558144][-main-] Notice: nsmain: AOLserver/4.5.0 exiting</p>
<p>Both logs do not really give any information on this problem.</p>
<p>The server output sais : Tcl exception : invalid command name &#8220;sec_session_timeout&#8221; &#8230;</p>
<p>Maybe somebody can help.<br />
This tuorial is a bit out of date, because postgresql 8.1 is not available.<br />
The repositories have been deleted, and postgres, google etc. do not have it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Melina K</title>
		<link>http://ivanhq.net/project-open-on-debian-etch/comment-page-2/#comment-85077</link>
		<dc:creator>Melina K</dc:creator>
		<pubDate>Tue, 03 Aug 2010 22:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://ivanhq.net/project-open-on-debian-etch/#comment-85077</guid>
		<description>Hi, 

thank you for the guide, which I followed and made things work (apart from the fact that my etch installation had the wrong repositories....) 

I have a problem: can&#039;t establish a connection to the server at 62.75.157.119:8000

I have updated the config file, the correct server, localhost etc... and I&#039;m running out of ideas..! 

any help is welcomed!!!!</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>thank you for the guide, which I followed and made things work (apart from the fact that my etch installation had the wrong repositories&#8230;.) </p>
<p>I have a problem: can&#8217;t establish a connection to the server at 62.75.157.119:8000</p>
<p>I have updated the config file, the correct server, localhost etc&#8230; and I&#8217;m running out of ideas..! </p>
<p>any help is welcomed!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: dann</title>
		<link>http://ivanhq.net/project-open-on-debian-etch/comment-page-2/#comment-84919</link>
		<dc:creator>dann</dc:creator>
		<pubDate>Mon, 12 Jul 2010 03:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://ivanhq.net/project-open-on-debian-etch/#comment-84919</guid>
		<description>@Gromit 


delete the database and create the database again...i encountered the same problem before...after created new database, it works!!!</description>
		<content:encoded><![CDATA[<p>@Gromit </p>
<p>delete the database and create the database again&#8230;i encountered the same problem before&#8230;after created new database, it works!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Gromit</title>
		<link>http://ivanhq.net/project-open-on-debian-etch/comment-page-2/#comment-83095</link>
		<dc:creator>Gromit</dc:creator>
		<pubDate>Mon, 14 Jun 2010 21:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://ivanhq.net/project-open-on-debian-etch/#comment-83095</guid>
		<description>Hola Ivan,

e instalado P-O en Ubuntu 10.04 LTS todo iba bien hasta que intenté hacer loggin con el usuario: sysadmin@tigerpond.com y contraseña: system, cuándo hago click en el botón de loggin me aparece el siguiente error:  	
wrong # args: should be &quot;AcsSc.auth_authentication.authenticate.local username username password password parameters parameters authority_id authority_id&quot;, el log de la aplicación indica el siguiente error: 
[14/Jun/2010:16:15:54][2673.18446744072864536336][-default:6-] Error: Error invoking CanRetrievePassword operation for authority_id 9:
wrong # args: should be &quot;AcsSc.auth_password.canretrievepassword.local parameters parameters&quot;
    while executing
&quot;AcsSc.auth_password.canretrievepassword.local {}&quot;
    (&quot;uplevel&quot; body line 1)
    invoked from within
&quot;uplevel $func_and_args&quot;
    (procedure &quot;apply&quot; line 3)
    invoked from within
&quot;apply $proc_name $arguments&quot;
    (procedure &quot;acs_sc_call&quot; line 6)
    invoked from within
&quot;acs_sc_call -error=$error_p $contract $operation $call_args $impl&quot;
    (procedure &quot;acs_sc::invoke&quot; line 17)
    invoked from within
&quot;acs_sc::invoke  -error  -contract &quot;auth_password&quot;  -impl_id $impl_id  -operation CanRetrievePassword  -call_args [list $parameters]&quot;
    (procedure &quot;auth::password::CanRetrievePassword&quot; line 11)
    invoked from within
&quot;auth::password::CanRetrievePassword  -authority_id $authority_id&quot;
    invoked from within
&quot;set result_p [auth::password::CanRetrievePassword  -authority_id $authority_id]&quot;
    (&quot;uplevel&quot; body line 2)
    invoked from within
&quot;uplevel $body

Gracias por tu ayuda!</description>
		<content:encoded><![CDATA[<p>Hola Ivan,</p>
<p>e instalado P-O en Ubuntu 10.04 LTS todo iba bien hasta que intenté hacer loggin con el usuario: <a href="mailto:sysadmin@tigerpond.com">sysadmin@tigerpond.com</a> y contraseña: system, cuándo hago click en el botón de loggin me aparece el siguiente error:<br />
wrong # args: should be &#8220;AcsSc.auth_authentication.authenticate.local username username password password parameters parameters authority_id authority_id&#8221;, el log de la aplicación indica el siguiente error:<br />
[14/Jun/2010:16:15:54][2673.18446744072864536336][-default:6-] Error: Error invoking CanRetrievePassword operation for authority_id 9:<br />
wrong # args: should be &#8220;AcsSc.auth_password.canretrievepassword.local parameters parameters&#8221;<br />
    while executing<br />
&#8220;AcsSc.auth_password.canretrievepassword.local {}&#8221;<br />
    (&#8220;uplevel&#8221; body line 1)<br />
    invoked from within<br />
&#8220;uplevel $func_and_args&#8221;<br />
    (procedure &#8220;apply&#8221; line 3)<br />
    invoked from within<br />
&#8220;apply $proc_name $arguments&#8221;<br />
    (procedure &#8220;acs_sc_call&#8221; line 6)<br />
    invoked from within<br />
&#8220;acs_sc_call -error=$error_p $contract $operation $call_args $impl&#8221;<br />
    (procedure &#8220;acs_sc::invoke&#8221; line 17)<br />
    invoked from within<br />
&#8220;acs_sc::invoke  -error  -contract &#8220;auth_password&#8221;  -impl_id $impl_id  -operation CanRetrievePassword  -call_args [list $parameters]&#8221;<br />
    (procedure &#8220;auth::password::CanRetrievePassword&#8221; line 11)<br />
    invoked from within<br />
&#8220;auth::password::CanRetrievePassword  -authority_id $authority_id&#8221;<br />
    invoked from within<br />
&#8220;set result_p [auth::password::CanRetrievePassword  -authority_id $authority_id]&#8221;<br />
    (&#8220;uplevel&#8221; body line 2)<br />
    invoked from within<br />
&#8220;uplevel $body</p>
<p>Gracias por tu ayuda!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: dann</title>
		<link>http://ivanhq.net/project-open-on-debian-etch/comment-page-2/#comment-79187</link>
		<dc:creator>dann</dc:creator>
		<pubDate>Sun, 23 May 2010 07:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://ivanhq.net/project-open-on-debian-etch/#comment-79187</guid>
		<description>Hye...I&#039;m new to Project-open..I already installed p-o on ubuntu 10.04 LTS...It works!!!however I encountered some problems. There are some buttons when i click it shows an error. For example, when i click the timesheet button, the errors are as below:

 Here is a detailed dump of what took place at the time of the error, which may assist a programmer in tracking down the problem:

    Database operation &quot;0or1row&quot; failed
    (exception ERROR, &quot;ERROR:  function to_date(timestamp with time zone, unknown) does not exist
    LINE 1: select to_date(date_trunc(&#039;month&#039;,add_months( $1 ,1)),&#039;YYYY-...
                   ^
    HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
    QUERY:  select to_date(date_trunc(&#039;month&#039;,add_months( $1 ,1)),&#039;YYYY-MM-DD&#039;) - 1
    CONTEXT:  PL/pgSQL function &quot;last_day&quot; line 6 at SQL statement
    &quot;)
    pqerror was: &quot;ERROR:  function to_date(timestamp with time zone, unknown) does not exist
    LINE 1: select to_date(date_trunc(&#039;month&#039;,add_months( $1 ,1)),&#039;YYYY-...
                   ^
    HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
    QUERY:  select to_date(date_trunc(&#039;month&#039;,add_months( $1 ,1)),&#039;YYYY-MM-DD&#039;) - 1
    CONTEXT:  PL/pgSQL function &quot;last_day&quot; line 6 at SQL statement
    &quot;
    (Status of PQexec call: PGRES_FATAL_ERROR)
    SQL: select to_char(trunc(to_date(&#039;2010-05-23&#039;, &#039;yyyy-mm-dd&#039;), &#039;Month&#039;), &#039;fmMonth&#039;) as month, 
        to_char(trunc(to_date(&#039;2010-05-23&#039;, &#039;yyyy-mm-dd&#039;), &#039;Month&#039;), &#039;YYYY&#039;) as year, 
        to_char(trunc(to_date(&#039;2010-05-23&#039;, &#039;yyyy-mm-dd&#039;), &#039;Month&#039;), &#039;J&#039;) as first_julian_date_of_month, 
        to_char(last_day(to_date(&#039;2010-05-23&#039;, &#039;yyyy-mm-dd&#039;)), &#039;DD&#039;) as num_days_in_month,
        to_char(trunc(to_date(&#039;2010-05-23&#039;, &#039;yyyy-mm-dd&#039;), &#039;Month&#039;), &#039;D&#039;) as first_day_of_month, 
        to_char(last_day(to_date(&#039;2010-05-23&#039;, &#039;yyyy-mm-dd&#039;)), &#039;DD&#039;) as last_day,
        trunc(add_months(to_date(&#039;2010-05-23&#039;, &#039;yyyy-mm-dd&#039;), 1),&#039;Day&#039;) as next_month,
        trunc(add_months(to_date(&#039;2010-05-23&#039;, &#039;yyyy-mm-dd&#039;), -1),&#039;Day&#039;) as prev_month,
        trunc(to_date(&#039;2010-05-23&#039;, &#039;yyyy-mm-dd&#039;), &#039;year&#039;) as beginning_of_year,
        to_char(last_day(add_months(to_date(&#039;2010-05-23&#039;, &#039;yyyy-mm-dd&#039;), -1)), &#039;DD&#039;) as days_in_last_month,
        to_char(add_months(to_date(&#039;2010-05-23&#039;, &#039;yyyy-mm-dd&#039;), 1), &#039;fmMonth&#039;) as next_month_name,
        to_char(add_months(to_date(&#039;2010-05-23&#039;, &#039;yyyy-mm-dd&#039;), -1), &#039;fmMonth&#039;) as prev_month_name
        from dual

        while executing
    &quot;ns_pg_bind 0or1row nsdb0 -bind d11 {select to_char(trunc(to_date(:the_date, &#039;yyyy-mm-dd&#039;), &#039;Month&#039;), &#039;fmMonth&#039;) as month, 
        to_char(trunc(to_date(:...&quot;
        (&quot;eval&quot; body line 1)
        invoked from within
    &quot;eval [list ns_pg_bind $type $db -bind $bind $sql]&quot;
        (&quot;postgresql&quot; arm line 2)
        invoked from within
    &quot;switch $driverkey {
                        oracle {
                            return [eval [list ns_ora $type $db -bind $bind $sql] $args]
                    ...&quot;
        invoked from within
    &quot;db_exec 0or1row $db $full_statement_name $sql&quot;
        invoked from within
    &quot;set selection [db_exec 0or1row $db $full_statement_name $sql]&quot;
        (&quot;uplevel&quot; body line 2)
        invoked from within
    &quot;uplevel 1 $code_block &quot;
        invoked from within
    &quot;db_with_handle -dbn $dbn db {
            set selection [db_exec 0or1row $db $full_statement_name $sql]
        }&quot;
        (procedure &quot;db_0or1row&quot; line 23)
        invoked from within
    &quot;db_0or1row calendar_get_information {select to_char(trunc(to_date(:the_date, &#039;yyyy-mm-dd&#039;), &#039;Month&#039;), &#039;fmMonth&#039;) as month, 
        to_char(trunc(to_date(...&quot;
        (&quot;uplevel&quot; body line 1)
        invoked from within
    &quot;uplevel db_0or1row $args&quot;
        (procedure &quot;db_1row&quot; line 2)
        invoked from within
    &quot;db_1row calendar_get_information $month_info_query -bind $bind_vars -column_set calendar_info_set&quot;
        (procedure &quot;calendar_get_info_from_db&quot; line 31)
        invoked from within
    &quot;calendar_get_info_from_db $date&quot;
        (&quot;uplevel&quot; body line 116)
        invoked from within
    &quot;uplevel {
        	  # /packages/intranet-timesheet2/www/hours/index.tcl
    #
    # Copyright (C) 1998-2004 various parties
    # The code is based on ArsDigita ACS ...&quot;
        (procedure &quot;code::tcl::/web/projop/packages/intranet-timesheet2/www/hour...&quot; line 2)
        invoked from within
    &quot;code::tcl::$__adp_stub&quot;
        invoked from within
    &quot;if { [file exists $__adp_stub.tcl] } {

          # ensure that data source preparation procedure exists and is up-to-date
          adp_init tcl $__adp_stub
    ...&quot;
        (&quot;uplevel&quot; body line 3)
        invoked from within
    &quot;uplevel {

        if { [file exists $__adp_stub.tcl] } {

          # ensure that data source preparation procedure exists and is up-to-date
          adp_init t...&quot;
        (procedure &quot;adp_prepare&quot; line 2)
        invoked from within
    &quot;adp_prepare &quot;
        (procedure &quot;template::adp_parse&quot; line 30)
        invoked from within
    &quot;template::adp_parse [file root [ad_conn file]] {}&quot;
        (procedure &quot;adp_parse_ad_conn_file&quot; line 5)
        invoked from within
    &quot;$handler&quot;
        (&quot;uplevel&quot; body line 2)
        invoked from within
    &quot;uplevel $code&quot;
        invoked from within
    &quot;ad_try {
                    $handler
                } ad_script_abort val {
                    # do nothing
                }&quot;
        invoked from within
    &quot;rp_serve_concrete_file [ad_conn file]&quot;
        (procedure &quot;rp_serve_abstract_file&quot; line 60)
        invoked from within
    &quot;rp_serve_abstract_file &quot;$root/$path&quot;&quot;
        (&quot;uplevel&quot; body line 2)
        invoked from within
    &quot;uplevel $code&quot;
        invoked from within
    &quot;ad_try {
                rp_serve_abstract_file &quot;$root/$path&quot;
                set tcl_url2file([ad_conn url]) [ad_conn file]
                set tcl_url2path_info...&quot;

*So i would like to if u guys ever encountered the same problem. I updated the latest p-o but it&#039;s the same. Thank you so much.</description>
		<content:encoded><![CDATA[<p>Hye&#8230;I&#8217;m new to Project-open..I already installed p-o on ubuntu 10.04 LTS&#8230;It works!!!however I encountered some problems. There are some buttons when i click it shows an error. For example, when i click the timesheet button, the errors are as below:</p>
<p> Here is a detailed dump of what took place at the time of the error, which may assist a programmer in tracking down the problem:</p>
<p>    Database operation &#8220;0or1row&#8221; failed<br />
    (exception ERROR, &#8220;ERROR:  function to_date(timestamp with time zone, unknown) does not exist<br />
    LINE 1: select to_date(date_trunc(&#8216;month&#8217;,add_months( $1 ,1)),&#8217;YYYY-&#8230;<br />
                   ^<br />
    HINT:  No function matches the given name and argument types. You might need to add explicit type casts.<br />
    QUERY:  select to_date(date_trunc(&#8216;month&#8217;,add_months( $1 ,1)),&#8217;YYYY-MM-DD&#8217;) &#8211; 1<br />
    CONTEXT:  PL/pgSQL function &#8220;last_day&#8221; line 6 at SQL statement<br />
    &#8220;)<br />
    pqerror was: &#8220;ERROR:  function to_date(timestamp with time zone, unknown) does not exist<br />
    LINE 1: select to_date(date_trunc(&#8216;month&#8217;,add_months( $1 ,1)),&#8217;YYYY-&#8230;<br />
                   ^<br />
    HINT:  No function matches the given name and argument types. You might need to add explicit type casts.<br />
    QUERY:  select to_date(date_trunc(&#8216;month&#8217;,add_months( $1 ,1)),&#8217;YYYY-MM-DD&#8217;) &#8211; 1<br />
    CONTEXT:  PL/pgSQL function &#8220;last_day&#8221; line 6 at SQL statement<br />
    &#8221;<br />
    (Status of PQexec call: PGRES_FATAL_ERROR)<br />
    SQL: select to_char(trunc(to_date(&#8217;2010-05-23&#8242;, &#8216;yyyy-mm-dd&#8217;), &#8216;Month&#8217;), &#8216;fmMonth&#8217;) as month,<br />
        to_char(trunc(to_date(&#8217;2010-05-23&#8242;, &#8216;yyyy-mm-dd&#8217;), &#8216;Month&#8217;), &#8216;YYYY&#8217;) as year,<br />
        to_char(trunc(to_date(&#8217;2010-05-23&#8242;, &#8216;yyyy-mm-dd&#8217;), &#8216;Month&#8217;), &#8216;J&#8217;) as first_julian_date_of_month,<br />
        to_char(last_day(to_date(&#8217;2010-05-23&#8242;, &#8216;yyyy-mm-dd&#8217;)), &#8216;DD&#8217;) as num_days_in_month,<br />
        to_char(trunc(to_date(&#8217;2010-05-23&#8242;, &#8216;yyyy-mm-dd&#8217;), &#8216;Month&#8217;), &#8216;D&#8217;) as first_day_of_month,<br />
        to_char(last_day(to_date(&#8217;2010-05-23&#8242;, &#8216;yyyy-mm-dd&#8217;)), &#8216;DD&#8217;) as last_day,<br />
        trunc(add_months(to_date(&#8217;2010-05-23&#8242;, &#8216;yyyy-mm-dd&#8217;), 1),&#8217;Day&#8217;) as next_month,<br />
        trunc(add_months(to_date(&#8217;2010-05-23&#8242;, &#8216;yyyy-mm-dd&#8217;), -1),&#8217;Day&#8217;) as prev_month,<br />
        trunc(to_date(&#8217;2010-05-23&#8242;, &#8216;yyyy-mm-dd&#8217;), &#8216;year&#8217;) as beginning_of_year,<br />
        to_char(last_day(add_months(to_date(&#8217;2010-05-23&#8242;, &#8216;yyyy-mm-dd&#8217;), -1)), &#8216;DD&#8217;) as days_in_last_month,<br />
        to_char(add_months(to_date(&#8217;2010-05-23&#8242;, &#8216;yyyy-mm-dd&#8217;), 1), &#8216;fmMonth&#8217;) as next_month_name,<br />
        to_char(add_months(to_date(&#8217;2010-05-23&#8242;, &#8216;yyyy-mm-dd&#8217;), -1), &#8216;fmMonth&#8217;) as prev_month_name<br />
        from dual</p>
<p>        while executing<br />
    &#8220;ns_pg_bind 0or1row nsdb0 -bind d11 {select to_char(trunc(to_date(:the_date, &#8216;yyyy-mm-dd&#8217;), &#8216;Month&#8217;), &#8216;fmMonth&#8217;) as month,<br />
        to_char(trunc(to_date(:&#8230;&#8221;<br />
        (&#8220;eval&#8221; body line 1)<br />
        invoked from within<br />
    &#8220;eval [list ns_pg_bind $type $db -bind $bind $sql]&#8221;<br />
        (&#8220;postgresql&#8221; arm line 2)<br />
        invoked from within<br />
    &#8220;switch $driverkey {<br />
                        oracle {<br />
                            return [eval [list ns_ora $type $db -bind $bind $sql] $args]<br />
                    &#8230;&#8221;<br />
        invoked from within<br />
    &#8220;db_exec 0or1row $db $full_statement_name $sql&#8221;<br />
        invoked from within<br />
    &#8220;set selection [db_exec 0or1row $db $full_statement_name $sql]&#8221;<br />
        (&#8220;uplevel&#8221; body line 2)<br />
        invoked from within<br />
    &#8220;uplevel 1 $code_block &#8221;<br />
        invoked from within<br />
    &#8220;db_with_handle -dbn $dbn db {<br />
            set selection [db_exec 0or1row $db $full_statement_name $sql]<br />
        }&#8221;<br />
        (procedure &#8220;db_0or1row&#8221; line 23)<br />
        invoked from within<br />
    &#8220;db_0or1row calendar_get_information {select to_char(trunc(to_date(:the_date, &#8216;yyyy-mm-dd&#8217;), &#8216;Month&#8217;), &#8216;fmMonth&#8217;) as month,<br />
        to_char(trunc(to_date(&#8230;&#8221;<br />
        (&#8220;uplevel&#8221; body line 1)<br />
        invoked from within<br />
    &#8220;uplevel db_0or1row $args&#8221;<br />
        (procedure &#8220;db_1row&#8221; line 2)<br />
        invoked from within<br />
    &#8220;db_1row calendar_get_information $month_info_query -bind $bind_vars -column_set calendar_info_set&#8221;<br />
        (procedure &#8220;calendar_get_info_from_db&#8221; line 31)<br />
        invoked from within<br />
    &#8220;calendar_get_info_from_db $date&#8221;<br />
        (&#8220;uplevel&#8221; body line 116)<br />
        invoked from within<br />
    &#8220;uplevel {<br />
        	  # /packages/intranet-timesheet2/www/hours/index.tcl<br />
    #<br />
    # Copyright (C) 1998-2004 various parties<br />
    # The code is based on ArsDigita ACS &#8230;&#8221;<br />
        (procedure &#8220;code::tcl::/web/projop/packages/intranet-timesheet2/www/hour&#8230;&#8221; line 2)<br />
        invoked from within<br />
    &#8220;code::tcl::$__adp_stub&#8221;<br />
        invoked from within<br />
    &#8220;if { [file exists $__adp_stub.tcl] } {</p>
<p>          # ensure that data source preparation procedure exists and is up-to-date<br />
          adp_init tcl $__adp_stub<br />
    &#8230;&#8221;<br />
        (&#8220;uplevel&#8221; body line 3)<br />
        invoked from within<br />
    &#8220;uplevel {</p>
<p>        if { [file exists $__adp_stub.tcl] } {</p>
<p>          # ensure that data source preparation procedure exists and is up-to-date<br />
          adp_init t&#8230;&#8221;<br />
        (procedure &#8220;adp_prepare&#8221; line 2)<br />
        invoked from within<br />
    &#8220;adp_prepare &#8221;<br />
        (procedure &#8220;template::adp_parse&#8221; line 30)<br />
        invoked from within<br />
    &#8220;template::adp_parse [file root [ad_conn file]] {}&#8221;<br />
        (procedure &#8220;adp_parse_ad_conn_file&#8221; line 5)<br />
        invoked from within<br />
    &#8220;$handler&#8221;<br />
        (&#8220;uplevel&#8221; body line 2)<br />
        invoked from within<br />
    &#8220;uplevel $code&#8221;<br />
        invoked from within<br />
    &#8220;ad_try {<br />
                    $handler<br />
                } ad_script_abort val {<br />
                    # do nothing<br />
                }&#8221;<br />
        invoked from within<br />
    &#8220;rp_serve_concrete_file [ad_conn file]&#8221;<br />
        (procedure &#8220;rp_serve_abstract_file&#8221; line 60)<br />
        invoked from within<br />
    &#8220;rp_serve_abstract_file &#8220;$root/$path&#8221;"<br />
        (&#8220;uplevel&#8221; body line 2)<br />
        invoked from within<br />
    &#8220;uplevel $code&#8221;<br />
        invoked from within<br />
    &#8220;ad_try {<br />
                rp_serve_abstract_file &#8220;$root/$path&#8221;<br />
                set tcl_url2file([ad_conn url]) [ad_conn file]<br />
                set tcl_url2path_info&#8230;&#8221;</p>
<p>*So i would like to if u guys ever encountered the same problem. I updated the latest p-o but it&#8217;s the same. Thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Klaus</title>
		<link>http://ivanhq.net/project-open-on-debian-etch/comment-page-2/#comment-60040</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Fri, 19 Mar 2010 10:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://ivanhq.net/project-open-on-debian-etch/#comment-60040</guid>
		<description>Dear Toro - Dear Vikont

please make sure your are using the most recent version of ]po[. There are dozens of installers out there, some with outdated versions of ]po[. 

Please update your install as described here:
http://www.project-open.org/documentation/tutorial_updates
and also study the manuals before configuring ]po[.  Do not delete categories, rather disable them.  

Next time please first consult the community forum: https://sourceforge.net/projects/project-open/forums/forum/295937 and see if somebody else run into the same problem as you did. Make a new post only if you can&#039;t find anything.  

Also consider contact us directly and we are happy to help! 

./klaus</description>
		<content:encoded><![CDATA[<p>Dear Toro &#8211; Dear Vikont</p>
<p>please make sure your are using the most recent version of ]po[. There are dozens of installers out there, some with outdated versions of ]po[. </p>
<p>Please update your install as described here:<br />
<a href="http://www.project-open.org/documentation/tutorial_updates" rel="nofollow">http://www.project-open.org/documentation/tutorial_updates</a><br />
and also study the manuals before configuring ]po[.  Do not delete categories, rather disable them.  </p>
<p>Next time please first consult the community forum: <a href="https://sourceforge.net/projects/project-open/forums/forum/295937" rel="nofollow">https://sourceforge.net/projects/project-open/forums/forum/295937</a> and see if somebody else run into the same problem as you did. Make a new post only if you can&#8217;t find anything.  </p>
<p>Also consider contact us directly and we are happy to help! </p>
<p>./klaus</p>
]]></content:encoded>
	</item>
</channel>
</rss>

