php don't work ! :(

Discussion in 'Installation/Configuration' started by boombari, Oct 21, 2005.

  1. boombari

    boombari New Member

    hi,

    i have installed on perfect suse 9.3 ISPConfig 2.1.0 ...create one reseller, one user and one domain ...
    i'm trying to install maxdev or typo3 via FTP ...but all php pages doesn't display nothing ...how can i do ?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Have you checked the php checkboxes in the settings of this site?

    Save the following content as info.php file in the website and call it in a browser.

    <?php
    phpinfo();
    ?>


    Does the page show the version and configuration of your PHP?
     
  3. falko

    falko Super Moderator ISPConfig Developer

  4. boombari

    boombari New Member

    in attachment my phpinfo :(
     

    Attached Files:

  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats fine so far. PHP is running and configured properly. Are you shure you uploaded the files to the correct location?

    You must upload the into the "web" folder as Administrator user of this website. Please check on the shell if the files are uploaded to the correct location and belong to the correct user (admin of this website) and group (group of this website).
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Did you activate "PHP Safe Mode"? If so, disable it.
     
  7. kisong

    kisong New Member

    On my server, the hello_world.pl file does not load properly.

    There is a 403 Error - Forbidden error.

    How do I fix this?
     
  8. falko

    falko Super Moderator ISPConfig Developer

    Did you upload hello_world.pl to the cgi-bin directory and made a chmod 755 on it?
     
  9. kisong

    kisong New Member

    Now there is a 500 error. I did chmod 755 ...

     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    Have you uploaded it with linux linebreaks?
     
  11. kisong

    kisong New Member

    Got it ... I had changed the folder permissions (cgi-bin) to 755. Should I change it back to 775?

     
  12. falko

    falko Super Moderator ISPConfig Developer

    No, not if it's working like that. :)
     

Share This Page