Results 1 to 2 of 2

Thread: I cannot fidn my php binary and image magic on my windows server

  1. #1
    afrogeek
    Guest

    Unhappy I cannot fidn my php binary and image magic on my windows server

    Hello, I just installed image magik, but my install of dolphin does not seem to detect it. I have the same issue with my php-binary, which also seems to be un-detectable. How can I trouble shoot this issue or better yet, solve the problem?

    My dedicated host said that apache is installed. how can I confirm this on my windows server?

    Thanks

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Hi,

    Windows is really not recommended for hosting a live site - but reasonable for local development on your desktop.

    If you want to find the php binary, you can do a couple of things.

    1) Login to Windows (using remote deskop) and do a search for php.exe
    or
    2) make a phpinfo.php info file, run in your web browser, and check the value for extension_dir = this should give you a hint to the php directory.

    Create as phpinfo.php and place in Apache root (http) and call from web browser.
    Code:
    <php?
    phpinfo();
    ?>
    Remember, in the Dolphin install, if php is in "c:\php" you would put in "c:\php\php" as the php path.

    ImageMagic - much the same - do a seach from remote desktop for "mogrify.*".

    Or, ask your hosting company where these files are.

    If you were using linux, it would be very easy - just SSH and run
    which php
    which mogrify
    which convert
    which composite

    Smoge
    Last edited by Smoge; 02-20-2007 at 01:09 AM.
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Can someone please help me with binary
    By harryapples in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 09-19-2006, 08:45 AM
  2. install script does not find my php, sox or any binary paths
    By chainsmoker in forum Bugs Dolphin 5.1
    Replies: 0
    Last Post: 05-26-2006, 08:51 AM

Bookmarks

Posting Permissions

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