From: Aguirre-Junco Angel-R. <Ang...@ho...> - 2002-07-24 10:16:59
|
ESPANOL FRANCAIS ENGLISH ESPANOL Hola desde hace varios d=EDas he intentado instalar el programe en = Windows 2000 y XP y hab=EDa tenido suficiente problemas y despues de dejar = varias se=F1ales para saber el POR QUE DE LAS PAGINAS BLANCAS Solucion entonces: Desempaquetar phpESP 1.4 dentro de un repertorio deseado borrando 1.4 Con tu administrador de easyPHP (con un alias para phpESP) o tu HTTPdoc declarar una raiz de las paginas vistas en internet (imagenes e = index.php) Y en este repertorio publico copiar la carpeta de imagenes Despues abrir los archivos: phpESP.ini manage.php handler.php handler-prefix.php y con buscar y cambiar cambiar el Path = /usr/local/lib/php/contrib/phpESP/ por tu path por ejemplo c:/miscarpetas/phpESP/ el cambio se hace en 7 = paths (lo cual lo puedes hacer manualmente tambien). Luego grabas manage.php bajo el nombre index.php pero en tu carpeta = publica de p=E1ginas web. Ahora lo mas importante para que el programa al menos funcione colocar = en comentarios una parte de phpESP.ini: Despues de la declaracion de la lengua hay un if qye contiene un tipo = de archivos que no son reconocidos por Windows entonces coloca en = comentario (/* // ) desde=20 /*if(!ini_get('safe_mode') &&=20 hasta=20 */ define('_GETTEXT',TRUE); no olvidar de colocar en comentario el } ( //} ) quiere decir que hay una lectura de las funciones por defecto y no olvidar crear el path para la carpeta de imagenes ej /public/phpESP/images Listo crear la Base de datos con phpESP.sql y listo FUNCIONA si alguna duda una mejor option para hacer funcionar la multilengua = escribir a ang...@ho... hasta pronto FRANCAIS Salut j'ai pass=E9 quelques jours pour savoir comment installer phpESP = sous WINDOWS 2000 y XP et n'est pas avoir des PAGES BLANCHES=20 Solution ALORS: DeZipper phpESP 1.4 dans un repertoire a votre choix en effa=E7ant 1.4 Cr=E9er un fichier pour stocker la partie publique (HTTPdocs) et avec = ton administrateur de easyPHP fait une racine de phpESP (avec les alias) ou = dans te HTTPdocs d=E9clarer un repertoire ou on mettre les images et = index.php) Dans ce repertoire copier la repertoire des images Apr=E8s ouvrir les fichiers: phpESP.ini manage.php handler.php handler-prefix.php avec recherche-remplacer changer les paths /usr/local/lib/php/contrib/phpESP/ par ton path par exemple c:/mesrepertoires/phpESP/ il y a 7 path a changer vous pouvez tr=E8s = bien le faire manuellement (si vous voulez). Apr=E8s on enregistre manage.php sous le nom index.php mais dans ton = dossier public de pages web. Maintenant le plus important pour que le logiciel marche il faut mettre = en commentaires une partie de phpESP.ini: Apr=E8s la declaration de la langue il y a un if qui contient des = fichiers que ne sont pas reconnus par Windows alors il faut mettre en commentaire = (/* // ) d=E8s /*if(!ini_get('safe_mode') &&=20 jusqu'=E0 */ define('_GETTEXT',TRUE); ne pas oublier de mettre en ocmmentaire aussi le } final de cet if ( = //} ) =E7a veut dire qu'on laise compiler trois fonctions=20 et Ne pas oublier de mettre le path aussi de votre fichier d'images publiques par exemple /public/phpESP/images c'est tout, creez la Base de donn=E9es avec phpESP.sql y vo=EEl=E0 CA = MARCHE si quelqu'un a commentaire ou une meilleur solution pour pouvoir = proffiter de la fonctionnalite multilingue =E9crire =E0 = ang...@ho... A+ ENGLISH I dont speak english, but Hello, I was working on phpESPS istallation some days in order to run = phpESP on WINDOWS without blank pages. =20 Solution then: Open the files: phpESP.ini manage.php handler.php handler-prefix.php Change the paths /usr/local/lib/php/contrib/phpESP/ to = c:/myroot/phpESP/ there are 7 paths to change, you can change it manual or whith = replace. Afterwards save manage.php under the name index.php in your httpdocs. Now the most important for running phpESP under Windows we have to = comment a little part of phpESP.ini: Comments (/* // ) since /*if(!ini_get('safe_mode') &&=20 until */ define('_GETTEXT',TRUE); and the final } of this if ( //} ) that's all If somebody has any comment mail me to ang...@ho... Thanks |