<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: 0.7.1 - Fatal error: Call to a member function getTimestamp() on a non-object</title>
  <link>http://www.activecollab.com/forums/topic/1660/</link>
  <description>Recent posts on topic: 0.7.1 - Fatal error: Call to a member function getTimestamp() on a non-object</description>
  <dc:language>en-us</dc:language>
  <pubDate>Thu, 04 Dec 2008 04:17:23 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/8260/#post8260</link>
    <guid>http://www.activecollab.com/forums/post/8260/#post8260</guid>
    <title>Post #7 by simon.love</title>
    <dc:creator>simon.love</dc:creator>
    <description><![CDATA[<p>Hi All,<br />
<br />
I too had the same error, but decided it wasn't worth playing any more with the database and decided to plug in a mini-workaround in the code to allow me to play with activecollab.<br />
<br />
After I installed it and manually entered the company details as per one of the other posts (i'm sure you all know which one), I went into the code and changed the function to return true and commented out the gettimestamp call.<br />
<br />
Everything works and the system seems to function correctly.  The only change I saw was that the list of todo's when you look at the dashboard has the company name change action striked out.<br />
<br />
The file is activecollab\application\models\companies\Company.class.php and the function I changed was at line 205.<br />
<br />
    function isInfoUpdated() {<br />
      // return $this-&gt;getCreatedOn()-&gt;getTimestamp() &lt; $this-&gt;getUpdatedOn()-&gt;getTimestamp();<br />
      return true;<br />
    } // isInfoUpdated<br />
<br />
Hope it helps until a install works seamlessly.<br />
<br />
As I didn't look to see what other impacts there are, I wouldn't use this for real clients!<br />
<br />
Hope it allows a few more people to play with this cool tool.<br />
<br />
Simon<br />
www.simonlove.net</p>]]></description>
    <pubDate>Tue, 24 Jul 2007 09:34:11 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/8229/#post8229</link>
    <guid>http://www.activecollab.com/forums/post/8229/#post8229</guid>
    <title>Post #6 by mayur</title>
    <dc:creator>mayur</dc:creator>
    <description><![CDATA[<p>I get the exact same problem as the first post.  I have checked the tables and it is still broken.  Here is what I see:<br />
<br />
Welcome to your newly created account<br />
welcome to your new account. From now on it will always be available on http://localhost/activecollab (you can bookmark this link). You can get started in a minute following these easy steps:<br />
<br />
Fatal error: Call to a member function getTimestamp() on a non-object in W:\www\activecollab\application\models\companies\Company.class.php on line 251</p>]]></description>
    <pubDate>Fri, 20 Jul 2007 07:50:12 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/8180/#post8180</link>
    <guid>http://www.activecollab.com/forums/post/8180/#post8180</guid>
    <title>Post #5 by olivier.marian</title>
    <dc:creator>olivier.marian</dc:creator>
    <description><![CDATA[<p>I reinstalled, and after the added manually info of compnay and user, I modified the created_on value and modified_on , both datestamps were at 0000-00-00 and  now it works (I had also to check the 14 days checkbox on login)<br />
<br />
hope this helps.<br />
<br />
now I am playing with the app.<br />
<br />
best regards,<br />
Olivier.</p>]]></description>
    <pubDate>Tue, 10 Jul 2007 11:05:47 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/8176/#post8176</link>
    <guid>http://www.activecollab.com/forums/post/8176/#post8176</guid>
    <title>Post #4 by olivier.marian</title>
    <dc:creator>olivier.marian</dc:creator>
    <description><![CDATA[<p>Same problem, same history of problems... <br />
I modified created_on values that where set at 0000-00-00, and logged in again, but now I have this problem:<br />
<br />
Fatal error: Call to a member function advance() on a non-object in <br />
W:\www\activecollab\application\models\CompanyWebsite.class.php on line 121<br />
<br />
<br />
man this gets hard to install... like a game going from a step to anothe one to find answers in the Forum..<br />
<br />
any advice?<br />
Olivier</p>]]></description>
    <pubDate>Mon, 09 Jul 2007 22:45:38 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/7907/#post7907</link>
    <guid>http://www.activecollab.com/forums/post/7907/#post7907</guid>
    <title>Post #3 by Fernando Matias</title>
    <dc:creator>Fernando Matias</dc:creator>
    <description><![CDATA[<p>Dear Friends, I have the same problem and I think hat I complete all fiels at companies tables.<br />
<br />
imtrobin you have solved your problem?<br />
<br />
Thanks!</p>]]></description>
    <pubDate>Sat, 09 Jun 2007 18:37:27 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/7890/#post7890</link>
    <guid>http://www.activecollab.com/forums/post/7890/#post7890</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Make sure that created_on value in users and companies tables are set. They cannot be NULL!<br />
<br />
Thanks for pointing out this issue. I've updated FAQ entry...</p>]]></description>
    <pubDate>Wed, 06 Jun 2007 12:39:30 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/7889/#post7889</link>
    <guid>http://www.activecollab.com/forums/post/7889/#post7889</guid>
    <title>Post #1 by imtrobin</title>
    <dc:creator>imtrobin</dc:creator>
    <description><![CDATA[<p>Hi, I'm installing 0.7.1. on UniformServer 3.4 as described<br />
<br />
http://www.activecollab.com/blog/23/activecollab-on-your-computer-or-usb-revisited/<br />
<br />
After installing, I got a blank screen upon starting, which I fixed by creating the user and table as described<br />
<br />
http://www.activecollab.com/forums/topic/1654/<br />
<br />
Now, I login in at I get this error<br />
<br />
<br />
Welcome to your newly created account<br />
robin, welcome to your new account. From now on it will always be available on http://localhost/activecollab (you can bookmark this link). You can get started in a minute following these easy steps:<br />
<br />
Fatal error: Call to a member function getTimestamp() on a non-object in W:\www\activeCollab\application\models\companies\Company.class.php on line 251<br />
</p>]]></description>
    <pubDate>Wed, 06 Jun 2007 12:30:52 UTC</pubDate>
  </item>
</channel>
</rss>