Login or Register

RSS IconRecent posts in this topic

avatar
imtrobin on Jun 6. 2007. 7:30 am
Hi, I'm installing 0.7.1. on UniformServer 3.4 as described

http://www.activecollab.com/blog/23/activecollab-on-your-computer-or-usb-revisited/

After installing, I got a blank screen upon starting, which I fixed by creating the user and table as described

http://www.activecollab.com/forums/topic/1654/

Now, I login in at I get this error


Welcome to your newly created account
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:

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
avatar Staff
Ilija Studen on Jun 6. 2007. 7:39 am
Make sure that created_on value in users and companies tables are set. They cannot be NULL!

Thanks for pointing out this issue. I've updated FAQ entry...
activeCollab Team Member
avatar
Fernando Matias on Jun 9. 2007. 1:37 pm
Dear Friends, I have the same problem and I think hat I complete all fiels at companies tables.

imtrobin you have solved your problem?

Thanks!
avatar
olivier.marian on Jul 9. 2007. 5:45 pm
Same problem, same history of problems...
I modified created_on values that where set at 0000-00-00, and logged in again, but now I have this problem:

Fatal error: Call to a member function advance() on a non-object in
W:\www\activecollab\application\models\CompanyWebsite.class.php on line 121


man this gets hard to install... like a game going from a step to anothe one to find answers in the Forum..

any advice?
Olivier
avatar
olivier.marian on Jul 10. 2007. 6:05 am
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)

hope this helps.

now I am playing with the app.

best regards,
Olivier.
avatar
mayur on Jul 20. 2007. 2:50 am
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:

Welcome to your newly created account
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:

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
avatar
simon.love on Jul 24. 2007. 4:34 am
Hi All,

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.

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.

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.

The file is activecollab\application\models\companies\Company.class.php and the function I changed was at line 205.

function isInfoUpdated() {
// return $this->getCreatedOn()->getTimestamp() < $this->getUpdatedOn()->getTimestamp();
return true;
} // isInfoUpdated

Hope it helps until a install works seamlessly.

As I didn't look to see what other impacts there are, I wouldn't use this for real clients!

Hope it allows a few more people to play with this cool tool.

Simon
www.simonlove.net
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic