This forum is no longer active. Please post your questions to our new community site
Instalar Auth y MDB2
|
|
Hola, he actualizado lapp de la versión 1.1.2 a la 1.1.4 y no consiguo instalar los módulos Auth y MDB2. Que puede estar pasando ?¿? Muchas gracias |
|
|
How you are installing them? Are you executed the “pear” command from the use_lampstack console. It is problable that you are installing in your own machine. Try the following:
Cheeers. |
|
|
Hi, I have tried to use the “use_lampstack” console to install auth and mdb2 and the results are the same: modules installed correctly but nothing is created in /opt/…/lib/php/ directory. |
|
|
Hi, I have tried to install “auth” and I get this result:
And this is the result if I try to find “auth” related files:
I hope it helps. |
|
|
As you can see, in /php/lib/php/ directory neither exist “Auth.php” and “MDB2.php” files nor “Auth” and “MBD2” directories. The result when I install “auth” and “MDB2” modules in 1.2.0 version is: install ok. As temporary solution, I have tried to copy this files and directories manually from 1.1.2 version to 1.2.0 version of LAPP and our application works without problem (we can authenticate and we can access to DB) Thanks |
|
|
Hi, It is strange, we will look into this issue. Thanks for reporting it. Cheers, Beltran |
|
|
Hola, buscando en foros he encontrado esto: Hi everybody, Concretamente en: http://www.pear-forum.org/topic2301.html Por si puede servir de ayuda, lo he probado, se instalan los módulos correctamente y funciona. |
|
|
En realidad, cuando lo instalo con pear (pear install auth…) no hay ningún problema y al listar los módulos, aparecen como instalados, pero en el directorio …/lib/php/ no aparecen las clases .php ni los directorios correspondientes y cuando ejecuto la aplicación me da un error en el que dice que no encuentra el archivo Auth.php. |

