ISPConfig Language support!

Discussion in 'Installation/Configuration' started by cybereatl, Feb 23, 2006.

  1. cybereatl

    cybereatl Member

    Hi there, when trying to install Joomla all items on spanish seems weird!!

    I was looking for language support on ISPConfig but I found nothing!!!

    I dump joomla files and went to site and everything looks odd!!!! so I remove files a copy them again, and unzip files on /home/www/www.asesoriasit.net/web and then from browser all look bad and words with ASCII symbols!!!

    What can be??
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Language support is not a question of the admin controlpanel, so it is not configured in ISPConfig. ISPConfig is able to serve HTML pages in every locale.

    Are the files still corrupt when you unzip the files on your windows workstation and copy them with FTP to your server?
     
  3. cybereatl

    cybereatl Member

    Thanks for reply

    What am having now installing Joomla is some issues with php on the installation script gives me this errors:

    What is in red is problem and means:
    configuration.php can be written, but file is not created yet, so we are ok so far with that file.

    Sesions Save Path /home/www/web10/phptmp/ unwritable

    PHP version >= 4.1.0 Si
    - Soporte compresilib Disponible
    - Soporte XML Disponible
    - Soporte MySQL Disponible
    configuration.php No puede ser escrito
    Todavpodr᳠continuar con la instalacia que la configuracie serᠭostrada al final, copiala, p駡la y s?.
    Ruta de guardado de sesiones /home/www/web10/phptmp/, No puede ser escrito

    I've tried changind permissiones to folder to /home/www/web10/phptmp/ to 7777 with no result. How do I correct this???

    Problem 2:

    Directiva Recomendado Actual
    Modo seguro: OFF: ON
    Mostrar errores: ON: OFF
    Subir archivos: ON: ON
    Comillas m᧩cas GPC: ON: OFF
    Ejecucie comillas m᧩cas: OFF: OFF
    Registro global: OFF: OFF
    Mem de salida: OFF: OFF
    Inicio automᴩco de sesi/td> OFF: OFF

    See attached files, settings is like must to be and joomlaerror is actual!!

    I need magic quotes on, so spanish content will display ok!!
    Any ideas??
     

    Attached Files:

    Last edited: Feb 23, 2006
  4. falko

    falko Super Moderator Howtoforge Staff

  5. cybereatl

    cybereatl Member

    More Questions

    Ok, now where would be the right place for php.ini in the system, so I can add it up missing lines.

    php_admin_flag register_globals on

    At the same time and testing ePresence Media for on demand video and requires helix universal server, and install a Mono application for that, but the on the installation guide there is a file ServerLin111.bin which sizes is 4.33MB and I placed in /var/www/html/epresence and then run ./ServerLin111.bin and comes out an error of that file might be corrupt.

    And also how do I Execute a mysql script using phpmyadmin???

    All this things will affect in some way ISPConfig settings??

    The last one, ISPConfig will work in a Intranet?? and how host will be named??
    i.e. http://mycompany or http://www.mycompany because if you use http://192.168.1.100 comes out "shared IP"

    Thanks for your time!!
     
  6. juampi

    juampi New Member

    Usually in /etc/php or /etc/phpX
    What's the question?
    You can execute sentences SQL into the phpmyadmin

    I don't know how work ePresence. But for my experience, ispconfig accept all. ;)

    Yes, is possible. You can use your DNS Server.
     
  7. falko

    falko Super Moderator Howtoforge Staff

    You can run a PHP file in your browser with the following content:
    PHP:
    <?php
    phpinfo
    ();
    ?>
    It will tell you where the php.ini is.

    You can put that in the Apache Directives field of the web site in ISPConfig; but then you don't have to change php.ini anymore.
     
  8. cybereatl

    cybereatl Member

    I need to install joomla but this folder is not writable /home/www/web1/phptmp/
    I tried chmod 777 /home/www/web1/phptmp/ but still remains as not writable.

    What can I do??? or how do I create a temporary folder to tell installer that I got a tmp writable folder

    Thanks
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    Try to disable php safemode. Joomla and Mambo do not support phpsfemode correctly.
     
  10. cybereatl

    cybereatl Member

    How you change this directives?? Where the file is located and how supouse to show for safe mode?? or only is for global options??

    Thanks
     
  11. falko

    falko Super Moderator Howtoforge Staff

    The Apache Directives field is in ISPConfig. Each web site has this field.

    You can find the php.ini file in the output of phpinfo();
     

Share This Page