TAO 3.3 is released. Check out the announcement here - https://forum.taotesting.com/discussion/593/tao-community-edition-3-3-released#latest
ServiceLocator not initialized error
in Developers
I am trying to generate a simple report and i need to execute some query.
I am getting an error ServiceLocator not initialized on
$this->getServiceManager()->get(self::SERVICE_ID);
What is this basically mean ?
do i have to add this in the installer and run taoUpdate to make a service work ?