Results 1 to 2 of 2
  1. #1

    Plesk panel > php problem

    hi . we have in apache and php our localhost in our pc with windows.and our codes that we wright runs functionally in it.but when it doesnt work/run in our dedication.our apache and php runs automatically in opening.

  2. #2
    Plesk has setup a lot of weird things in the httpd.conf for each domain.

    If you are using include files, make sure that you either
    (1) alter php.ini
    where it says:-
    include_path =

    to include the path where your scripts are or do it within the config file.

    (2) Plesk has turned off all error reporting, so you won't know what is going wrong with your script. You can turn that back on either in php.ini or in the <virtualhost> directive for that domain name.

    The variables is something like
    display_errors =

    Hope this would give you some ideas.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •