<?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>Comments on: dotProject 2.0.4/2.1.2/2.1.3 on shared hosting</title> <atom:link href="https://bogdan.org.ua/2007/01/22/dotproject-204-on-godaddy-shared-hosting.html/feed" rel="self" type="application/rss+xml" /><link>https://bogdan.org.ua/2007/01/22/dotproject-204-on-godaddy-shared-hosting.html</link> <description>Tiny bits of bioinformatics, [web-]programming etc</description> <lastBuildDate>Mon, 01 Jan 2024 17:12:20 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>https://wordpress.org/?v=3.8.27</generator> <item><title>By: fsmullin</title><link>https://bogdan.org.ua/2007/01/22/dotproject-204-on-godaddy-shared-hosting.html#comment-99364</link> <dc:creator><![CDATA[fsmullin]]></dc:creator> <pubDate>Thu, 19 Feb 2009 16:45:57 +0000</pubDate> <guid
isPermaLink="false">http://www.bogdan.org.ua/2007/01/22/dotproject-on-godaddycom-shared-hosting.html#comment-99364</guid> <description><![CDATA[Thanks for taking a look at this.  I was working with a blank database and then had to turn my attention to other things for a while.  I will integrate your solution.]]></description> <content:encoded><![CDATA[<p>Thanks for taking a look at this.  I was working with a blank database and then had to turn my attention to other things for a while.  I will integrate your solution.</p> ]]></content:encoded> </item> <item><title>By: Bogdan</title><link>https://bogdan.org.ua/2007/01/22/dotproject-204-on-godaddy-shared-hosting.html#comment-97975</link> <dc:creator><![CDATA[Bogdan]]></dc:creator> <pubDate>Sun, 01 Feb 2009 12:59:26 +0000</pubDate> <guid
isPermaLink="false">http://www.bogdan.org.ua/2007/01/22/dotproject-on-godaddycom-shared-hosting.html#comment-97975</guid> <description><![CDATA[Mike,
you can send me the patch to really_anything at bogdan.org.ua (this is a catch-all address; attachment shouldn&#039;t be larger than 1 MiB).
I will add your submission to the post.
Thank you.]]></description> <content:encoded><![CDATA[<p>Mike,</p><p>you can send me the patch to really_anything at bogdan.org.ua (this is a catch-all address; attachment shouldn&#8217;t be larger than 1 MiB).</p><p>I will add your submission to the post.</p><p>Thank you.</p> ]]></content:encoded> </item> <item><title>By: Mike Dawson</title><link>https://bogdan.org.ua/2007/01/22/dotproject-204-on-godaddy-shared-hosting.html#comment-97949</link> <dc:creator><![CDATA[Mike Dawson]]></dc:creator> <pubDate>Sun, 01 Feb 2009 06:33:42 +0000</pubDate> <guid
isPermaLink="false">http://www.bogdan.org.ua/2007/01/22/dotproject-on-godaddycom-shared-hosting.html#comment-97949</guid> <description><![CDATA[Hi,
This worked perfectly - I have made a .tar.gz and I can make a .patch file to post here if anyone wants to save them a little time...]]></description> <content:encoded><![CDATA[<p>Hi,</p><p>This worked perfectly &#8211; I have made a .tar.gz and I can make a .patch file to post here if anyone wants to save them a little time&#8230;</p> ]]></content:encoded> </item> <item><title>By: Bogdan</title><link>https://bogdan.org.ua/2007/01/22/dotproject-204-on-godaddy-shared-hosting.html#comment-97649</link> <dc:creator><![CDATA[Bogdan]]></dc:creator> <pubDate>Wed, 28 Jan 2009 22:06:07 +0000</pubDate> <guid
isPermaLink="false">http://www.bogdan.org.ua/2007/01/22/dotproject-on-godaddycom-shared-hosting.html#comment-97649</guid> <description><![CDATA[I guess my solution (with no replace of line 103 in index_table.php) works because of the change I&#039;ve introduced into query_class.php, namely:
//$q = &#039;CREATE TEMPORARY TABLE &#039; . $this-&gt;_table_prefix . $this-&gt;create_table;
$q = &#039;INSERT INTO &#039; . $this-&gt;_table_prefix . $this-&gt;create_table;
I only wonder why the addTable() doesn&#039;t work for me.]]></description> <content:encoded><![CDATA[<p>I guess my solution (with no replace of line 103 in index_table.php) works because of the change I&#8217;ve introduced into query_class.php, namely:</p><p>//$q = &#8216;CREATE TEMPORARY TABLE &#8216; . $this->_table_prefix . $this->create_table;<br
/> $q = &#8216;INSERT INTO &#8216; . $this->_table_prefix . $this->create_table;</p><p>I only wonder why the addTable() doesn&#8217;t work for me.</p> ]]></content:encoded> </item> <item><title>By: Bogdan</title><link>https://bogdan.org.ua/2007/01/22/dotproject-204-on-godaddy-shared-hosting.html#comment-97647</link> <dc:creator><![CDATA[Bogdan]]></dc:creator> <pubDate>Wed, 28 Jan 2009 21:40:29 +0000</pubDate> <guid
isPermaLink="false">http://www.bogdan.org.ua/2007/01/22/dotproject-on-godaddycom-shared-hosting.html#comment-97647</guid> <description><![CDATA[fsmullin,
your solution works not exactly as expected.
Following your directions exactly as written, I ended with a &quot;No Result(s)&quot; message instead of the list of files.
However, if I do not change line 103 from $r-&gt;createTemp(&#039;files_count_max&#039;) to $r-&gt;addTable(&#039;files_count_max&#039;) - the list of files is shown, and there are no errors generated (but the files_count_max table seems to stay empty).
If I just comment line 103 out, then I have that &quot;No Result(s)&quot; message again instead of files listing.
Do I understand it right that addTable() method is supposed to work on existing tables?
I guess that my solution for other tables (i.e. editing the exact files_count_max temporary creation query to just populate the existing table) might also work here perfectly - have to try that.]]></description> <content:encoded><![CDATA[<p>fsmullin,</p><p>your solution works not exactly as expected.</p><p>Following your directions exactly as written, I ended with a &#8220;No Result(s)&#8221; message instead of the list of files.<br
/> However, if I do not change line 103 from $r->createTemp(&#8216;files_count_max&#8217;) to $r->addTable(&#8216;files_count_max&#8217;) &#8211; the list of files is shown, and there are no errors generated (but the files_count_max table seems to stay empty).<br
/> If I just comment line 103 out, then I have that &#8220;No Result(s)&#8221; message again instead of files listing.</p><p>Do I understand it right that addTable() method is supposed to work on existing tables?</p><p>I guess that my solution for other tables (i.e. editing the exact files_count_max temporary creation query to just populate the existing table) might also work here perfectly &#8211; have to try that.</p> ]]></content:encoded> </item> <item><title>By: Bogdan</title><link>https://bogdan.org.ua/2007/01/22/dotproject-204-on-godaddy-shared-hosting.html#comment-97645</link> <dc:creator><![CDATA[Bogdan]]></dc:creator> <pubDate>Wed, 28 Jan 2009 21:20:11 +0000</pubDate> <guid
isPermaLink="false">http://www.bogdan.org.ua/2007/01/22/dotproject-on-godaddycom-shared-hosting.html#comment-97645</guid> <description><![CDATA[Thank you for sharing!
I&#039;m rarely navigating to the Files tab, but when I tried I did get loads of error messages originating from index_table.php.
I am trying your solution now. If it works for me, I&#039;ll add it to the post text.]]></description> <content:encoded><![CDATA[<p>Thank you for sharing!</p><p>I&#8217;m rarely navigating to the Files tab, but when I tried I did get loads of error messages originating from index_table.php.</p><p>I am trying your solution now. If it works for me, I&#8217;ll add it to the post text.</p> ]]></content:encoded> </item> <item><title>By: fsmullin</title><link>https://bogdan.org.ua/2007/01/22/dotproject-204-on-godaddy-shared-hosting.html#comment-97643</link> <dc:creator><![CDATA[fsmullin]]></dc:creator> <pubDate>Wed, 28 Jan 2009 21:09:37 +0000</pubDate> <guid
isPermaLink="false">http://www.bogdan.org.ua/2007/01/22/dotproject-on-godaddycom-shared-hosting.html#comment-97643</guid> <description><![CDATA[Thanks for your information!
I thought I would share that 2.1.2 that the index_table.php file in modules &gt; files needs to be modified as well to fix the &#039;files_count_max&#039; cannot be found error when you click the FILES menu item.
Create the following table:
CREATE TABLE `files_count_max` (
`file_versions` INT(11) default 0,
`file_lastversion` float default &#039;0&#039;,
`file_version_id` INT(11) default 0,
`file_project` INT(11) default 0
) TYPE=MyISAM;
Change line 103 of index_table.php from:
$r-&gt;createTemp(&#039;files_count_max&#039;);
to:
$r-&gt;addTable(&#039;files_count_max&#039;);
comment out lines 222 and 223
//$r-&gt;dropTemp(&#039;files_count_max&#039;);
//$r-&gt;exec();
Insert the following line in their place:
$sql = &quot;TRUNCATE TABLE files_count_max&quot;; db_exec($sql);
That should fix the file error.]]></description> <content:encoded><![CDATA[<p>Thanks for your information!</p><p>I thought I would share that 2.1.2 that the index_table.php file in modules &gt; files needs to be modified as well to fix the &#8216;files_count_max&#8217; cannot be found error when you click the FILES menu item.</p><p>Create the following table:</p><p>CREATE TABLE `files_count_max` (<br
/> `file_versions` INT(11) default 0,<br
/> `file_lastversion` float default &#8217;0&#8242;,<br
/> `file_version_id` INT(11) default 0,<br
/> `file_project` INT(11) default 0<br
/> ) TYPE=MyISAM;</p><p>Change line 103 of index_table.php from:</p><p>$r-&gt;createTemp(&#8216;files_count_max&#8217;);</p><p>to:</p><p>$r-&gt;addTable(&#8216;files_count_max&#8217;);</p><p>comment out lines 222 and 223</p><p>//$r-&gt;dropTemp(&#8216;files_count_max&#8217;);<br
/> //$r-&gt;exec();</p><p>Insert the following line in their place:</p><p>$sql = &#8220;TRUNCATE TABLE files_count_max&#8221;; db_exec($sql);</p><p>That should fix the file error.</p> ]]></content:encoded> </item> <item><title>By: Syed</title><link>https://bogdan.org.ua/2007/01/22/dotproject-204-on-godaddy-shared-hosting.html#comment-12045</link> <dc:creator><![CDATA[Syed]]></dc:creator> <pubDate>Thu, 21 Jun 2007 02:52:45 +0000</pubDate> <guid
isPermaLink="false">http://www.bogdan.org.ua/2007/01/22/dotproject-on-godaddycom-shared-hosting.html#comment-12045</guid> <description><![CDATA[Thanks for this info. It really helped and saved me a lot of time.]]></description> <content:encoded><![CDATA[<p>Thanks for this info. It really helped and saved me a lot of time.</p> ]]></content:encoded> </item> <item><title>By: chronos</title><link>https://bogdan.org.ua/2007/01/22/dotproject-204-on-godaddy-shared-hosting.html#comment-5217</link> <dc:creator><![CDATA[chronos]]></dc:creator> <pubDate>Sat, 05 May 2007 07:39:29 +0000</pubDate> <guid
isPermaLink="false">http://www.bogdan.org.ua/2007/01/22/dotproject-on-godaddycom-shared-hosting.html#comment-5217</guid> <description><![CDATA[I&#039;m glad it helped!
Since I applied the described solution, there were no other related error messages or problems, so it should work just fine.]]></description> <content:encoded><![CDATA[<p>I&#8217;m glad it helped!<br
/> Since I applied the described solution, there were no other related error messages or problems, so it should work just fine.</p> ]]></content:encoded> </item> <item><title>By: vilvendhan</title><link>https://bogdan.org.ua/2007/01/22/dotproject-204-on-godaddy-shared-hosting.html#comment-5207</link> <dc:creator><![CDATA[vilvendhan]]></dc:creator> <pubDate>Sat, 05 May 2007 07:03:23 +0000</pubDate> <guid
isPermaLink="false">http://www.bogdan.org.ua/2007/01/22/dotproject-on-godaddycom-shared-hosting.html#comment-5207</guid> <description><![CDATA[Thanks for your help.
It is working now.]]></description> <content:encoded><![CDATA[<p>Thanks for your help.<br
/> It is working now.</p> ]]></content:encoded> </item> </channel> </rss>