0.7.1 - Fatal error: Call to a member function getTimestamp() on a non-object
Page: 1
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
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
Fernando Matias
on Jun 9. 2007. 6: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!
imtrobin you have solved your problem?
Thanks!
olivier.marian
on Jul 9. 2007. 10: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
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
olivier.marian
on Jul 10. 2007. 11: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.
hope this helps.
now I am playing with the app.
best regards,
Olivier.
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
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
simon.love
on Jul 24. 2007. 9: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
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.



