I just installed TH current release and I'm having the same issues that are mentioned elsewhere with a bunch of warning messages coming up (though if you can see past them the system still seems to work)
So I was just wondering what the current news on TH2 was and if it's worth waiting for it before trying to fiddle round to get the system working for us.
Also do you have any plans to port the system to Joomla 1.5? I know you state there has been no testing done with it elsewhere but hopefully you'll update at some point?
Thanks for taking the time to read this.
Cameron
The administrator has disabled public write access.
Cameron
Fresh Boarder
Re:TaskHopper 2 Update? - 2008/06/27 04:58
Following up my own post, bad form I know. But I solved the problem of the notices.
You need to add
Code:
// added to mask notices
error_reporting(E_ERROR | E_WARNING | E_PARSE);
to the com_thopperlanguageenglish.php file and the administratorcomponentscom_thopperadmin.config.inc.php file.
This won't stop the warnings occurring but it will stop them displaying.
Maybe the developers could turn on PHP error reporting on their server so they could see the notices and clean them up, but it doesn't really matter because with the notices hidden Task Hopper performs as expected.
Thanks guys!
The administrator has disabled public write access.