Skip to main content
February 7, 2010
Question

Problem in Installation & Configuration of PHP with FlashMediaServer 3.5 (Window XP)

  • February 7, 2010
  • 1 reply
  • 2477 views

I downloaded FlashMediaServer 3.5 (Free Version for Window)
& installed on my Development Server (Window XP- SP2).


It is working perfectly well as far as swf / flv is concern.

But I am facing problem while Installing & Configuring PHP


If I install PHP (details is given bellow) sever is either not working or

runs continiouly.I wnated HELP regarding  INSTALLING PHP/MYSQL


Long back I have not installed Apache/PHP/MYSql Manually.

Currently I generally use XAMPP/WAMP/Apache2Triad for my

developement server

For your Reference  My ststem setting are as follows :


Os         :   Window XP- SP2


Path       :   C:\FlashMediaServer\Apache2.2\
                   C:\FlashMediaServer\webroot\
                   C:\FlashMediaServ\PHP\


http.conf  : LoadModule php5_module  "c:/FlashMediaServer/php/php5apache2_2.dll"
                 AddType application/x-httpd-php .php .phtml .inc
                 AddType application/x-httpd-php-source .phps
                 PHPIniDir "C:/FlashMediaServer/PHP"


A) I followed following link to install PHP

     

      http://www.thesitewizard.com/php/install-php-5-apache-windows.shtml

        How to Configure Apache for PHP 5
            a.  Running PHP 5 as an Apache Module

B) I downloaded php5apache2_2.dll from bellow link


   http://kromann.info/download.php?strFolder=php5_2-Release_TS&strIndex=PHP5_2
      "php5apache2_2.dll"



So any one has solved problem ?




    This topic has been closed for replies.

    1 reply

    February 7, 2010

    Hi jdz666,

    What happens if you put a file, let's call it "phpinfo.php" in your webroot directory with the simple content : <?php phpinfo; ?> ?

    François

    calmchessplayer
    Inspiring
    February 7, 2010

    ID php5apache2_2.dll in c:\flashmediaserv\PHP? move the PHP folder to c:\ I changed the below config to the way it should be

    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    Path       :   C:\FlashMediaServer\Apache2.2\
                       C:\FlashMediaServer\webroot\
                       C:\PHP\


    http.conf  : LoadModule php5_module  "c:/PHP/php5apache2_2.dll"
                     AddType application/x-httpd-php .php .phtml .inc
                     AddType application/x-httpd-php-source .phps
                     PHPIniDir "C:/PHP"

    February 10, 2010

    Thank  you  Mr.François & IFZen for your feedback.

    Ans.1

    "

    What happens if you put a file, let's call it "phpinfo.php" in your webroot

    directory with the simple content : <?php phpinfo; ?>   "

    When I have configured PHP with apache (httpd.conf)

    and type  following in my browser(Firefox)

    http://127.0.0.1/info.php

            or

    http://locahost/info.php

            or

    http://127.0.0.1

        or

    http://locahost/

    for all  four option ,It runs endlessly without giving any response or

    error in browser

    For your Ref :

    content of My info.php

    <?php phpinfo; ?>

    Only after comentting httpd.conf  (changing the settings) and)

    restarting the  FMS .flv or .swf content are

    seen

    ( #LoadModule php5_module "c:/FlashMediaServer/php/php5apache2_2.dll"

      #AddType application/x-httpd-php .php .phtml .inc

      #AddType application/x-httpd-php-source .phps

      #PHPIniDir "C:/PHP" )

    Ans.2

    "Is php5apache2_2.dll in c:\flashmediaserv\PHP?

    move the PHP folder to c:\ I changed the below

    config to the way it should be "

    Yes my php5apache2_2.dll is  in " c:\flashmediaserv\PHP "

    andeven though I was not hopefull, I have tried also

    PHPIniDir "C:/PHP

    but it didn't Worked.

    Thanks again for your feedback.

    I really need help because it is not showing any error message or any thing.

    I Think now onwards ADOBE should ship FMS with PHP/Perl/Python (installed & Configured)

    Because this are now defacto standards.