miqueiasrafael 1 Denunciar post Postado Novembro 12, 2014 Olá galera, estou com o seguinte dificuldade em migrar um sistema em php 4 para o php5 utilizando o Zend framework 2. Gostaria de contar com a ajuda de todos e resolver esse problema! class IndexController extends AbstractActionController{public function indexAction(){$this->dbAdapter = $this->getServiceLocator()->get('Zend\Db\Adapter\Adapter');$canal = $this->dbAdapter->query('SELECT * FROM categoria ORDER BY id ASC', Adapter::QUERY_MODE_EXECUTE);return new ViewModel(array('categoria' => $canal));// Post = Tipo do post$PostUser = $this->dbAdapter->query('new_post.* FROM new_post, arquivos WHERE (new_post.post!="2" OR new_post.post!="3" OR new_post.post!="4") AND new_post.privado="no" AND arquivos.linha=new_post.id AND arquivos.tipo="images" AND arquivos.capa="1" AND arquivos.modulo="1178"', Adapter::QUERY_MODE_EXECUTE);if (lerUrl() == NULL && $_SESSION['usuario'] == '') {//$this->dbAdapter = $this->getServiceLocator()->get('Zend\Db\Adapter\Adapter');$b = 'false';return new ViewModel(array('PostUser' => $PostUser));}} Retornou o seguinte na tela Ocorreu um erro An error occurred during execution; please try again later.Informação adicional:Zend\ServiceManager\Exception\ServiceNotFoundException .../vendor/zendframework/zendframework/library/Zend/ServiceManager/ServiceManager.php:529 Mensagem: Zend\View\HelperPluginManager::get was unable to fetch or create an instance for PostUser Como posso resolver? Desde já obrigado a todos! alguém pode ajudar???? Compartilhar este post Link para o post Compartilhar em outros sites