Plugin and php.ini

Discussion in 'Installation/Configuration' started by warrior, Mar 1, 2007.

  1. warrior

    warrior New Member

    I can se plugin whit this name

    isp_web_faktura.plugin.php
    and some more but howe can I get this to work so I can setup this ???



    And I must put in some info to my php.ini file but have ispconfig otherer file for this ????

    and where is that file
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You don't have to enable any modules in ISPConfig, they're enabled by default.

    What do you want to do with your php.ini?
     
  3. warrior

    warrior New Member

    I must put this to my php.ini extension=ixed.5.1.lin
    but I cant se where in my ini file
     
  4. martinfst

    martinfst Member Moderator

    Put a little php script in your web root with this contents.
    Code:
    <?php
    phpinfo();
    ?> 
    Execute it with your browser and you'll see which php.ini is used by your webserver.
     
  5. warrior

    warrior New Member

    On whitch file dus ispconfig load extension
    bequse I cant finde enny modules in the php.ini file ???????
     
  6. martinfst

    martinfst Member Moderator

    Did you find the correct php.ini file?
     
  7. warrior

    warrior New Member

    I only finde the orginal file php.ini in etc/php.ini
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    locate php.ini
     
  9. warrior

    warrior New Member

  10. martinfst

    martinfst Member Moderator

    You can put it anywhere you want, but most people place custom stuff at the end. Why don't you try and experiment a little bit more yourself?
     

Share This Page