Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Problem i can't solve
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Leandro Gomes da Silva  
View profile  
 More options Nov 16 2012, 8:55 am
From: Leandro Gomes da Silva <leandrog...@gmail.com>
Date: Fri, 16 Nov 2012 05:55:53 -0800 (PST)
Local: Fri, Nov 16 2012 8:55 am
Subject: Problem i can't solve

Hello everyone! First of all, sorry for my english :)

Here's the problm: I'm trying to execute this file called
test_class_UserAdmin.php, but it insists to return for me this warning:

*Warning*: require(Doctrine\Common\Cache\ArrayCache.php): failed to open
stream: No such file or directory in *(...)\Doctrine\Common\ClassLoader.php*on line
*163*

*Fatal error*: require(): Failed opening required
'Doctrine\Common\Cache\ArrayCache.php' (include_path='.;C:\srv\PHP5\PEAR')
in *(...)**\Doctrine\Common\ClassLoader.php* on line *163*

I have already checked this file ArrayCache.php and it's ok, it is located
exactly on his spot.

Here's my file test_class_UserAdmin.php (Simple CRUD only):

And my cli-config.php

> <?php

> require_once "bootstrap.php";

> $helperSet = new \Symfony\Component\Console\Helper\HelperSet(array(
>      'em' => new
> \Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper($entityManager) ));

> ?>

And finally, my bootstrap.php

I hope someone could help me :)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Isaac Henrique  
View profile  
 More options Nov 16 2012, 9:10 am
From: Isaac Henrique <isaac.musa...@gmail.com>
Date: Fri, 16 Nov 2012 11:10:09 -0300
Local: Fri, Nov 16 2012 9:10 am
Subject: Re: [doctrine-user] Problem i can't solve

Seu bootstrap está faltando configurações!

http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/refe...

2012/11/16 Leandro Gomes da Silva <leandrog...@gmail.com>

--
________________________________
       Isaac Henrique Barbosa Nunes
  Analista e Desenvolvedor de Sistema

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leandro Gomes da Silva  
View profile  
 More options Nov 16 2012, 9:53 am
From: Leandro Gomes da Silva <leandrog...@gmail.com>
Date: Fri, 16 Nov 2012 06:53:50 -0800 (PST)
Local: Fri, Nov 16 2012 9:53 am
Subject: Re: Problem i can't solve

Vou clonar o repositório Git do doctrine e testar aqui, depois posto o
resultado.

Em sexta-feira, 16 de novembro de 2012 11h55min53s UTC-2, Leandro Gomes da
Silva escreveu:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Isaac Henrique  
View profile  
 More options Nov 16 2012, 9:57 am
From: Isaac Henrique <isaac.musa...@gmail.com>
Date: Fri, 16 Nov 2012 11:57:31 -0300
Local: Fri, Nov 16 2012 9:57 am
Subject: Re: [doctrine-user] Re: Problem i can't solve

Ok, Entrar no groupo doctrine-br.

2012/11/16 Leandro Gomes da Silva <leandrog...@gmail.com>

--
________________________________
       Isaac Henrique Barbosa Nunes
  Analista e Desenvolvedor de Sistema

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leandro Gomes da Silva  
View profile  
 More options Nov 16 2012, 10:02 am
From: Leandro Gomes da Silva <leandrog...@gmail.com>
Date: Fri, 16 Nov 2012 07:02:54 -0800 (PST)
Local: Fri, Nov 16 2012 10:02 am
Subject: Re: Problem i can't solve

Estou aguardando aceite. Agora me gerou o seguinte erro:

*Notice*: Undefined variable: entityManager in *
C:\srv\htdocs\estagioweb\branches\leandro\estagioweb\php\test_class_UserAdm in.php
* on line *36

*Eu configurei o bootstrap.php assim:*

*

Em sexta-feira, 16 de novembro de 2012 11h55min53s UTC-2, Leandro Gomes da
Silva escreveu:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Isaac Henrique  
View profile  
 More options Nov 18 2012, 4:16 pm
From: Isaac Henrique <isaac.musa...@gmail.com>
Date: Sun, 18 Nov 2012 18:16:01 -0300
Local: Sun, Nov 18 2012 4:16 pm
Subject: Re: [doctrine-user] Re: Problem i can't solve

Posta o objeto entities/class_UserAdmin.php aqui para eu ver!

2012/11/16 Leandro Gomes da Silva <leandrog...@gmail.com>

--
________________________________
       Isaac Henrique Barbosa Nunes
  Analista e Desenvolvedor de Sistema

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leandro Gomes da Silva  
View profile  
 More options Nov 18 2012, 4:18 pm
From: Leandro Gomes da Silva <leandrog...@gmail.com>
Date: Sun, 18 Nov 2012 13:18:06 -0800 (PST)
Local: Sun, Nov 18 2012 4:18 pm
Subject: Re: Problem i can't solve

Não estou me recordando do que eu fiz, mas resolvi dois problemas de uma
vez! kkkkk... Precisava ter o CRUD rodando dentro da pasta tests, e não
conseguia. Agora funciona normalmente... Se eu não me engano, era só
questão de path.

Em sexta-feira, 16 de novembro de 2012 11h55min53s UTC-2, Leandro Gomes da
Silva escreveu:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »