Welcome, Guest
  • Author Topic: AMFPHP Error 404 - Linux Installation help needed  (Read 2125 times)

    aceadar

    • Server what's that
    • *
    • Posts: 2
      • View Profile
      • Email
    having problem on the remote server (Apache/Linux). that I hoped you might have some help on.

    My installation is
    serverRoot /flashservices/

    Just like most examples

    Initial loading of the browser works fine. But when I try to use the services, like the simple Hello World example I keep geting the following error.
    ==========
    Object not found!
    Object not found!

    The requested URL was not found on this server.

    If you entered the URL manually please check your
    spelling and try again.

    If you think this is a server error, please contact
    the webmaster.

    Error 404

    ==============

    Not sure what I'm doing wrong. Havent changed any of the configuration files on the remote server.

    Errors only come up when I try to test services. The load fine.

    http://www.fontanaroastery.co.za/flashservices/browser/
    :'(

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Re: AMFPHP Error 404 - Linux Installation help needed
    « Reply #1 on: 10/27/06, 01:01 »
    this sounds like a misstyped url - nothing realy bad;)

    Be aware that most life servers running unix or linux.

    Both os know the difference of capital letters :D

    Just make sure you use the url as it is written on the server.
    happy flashing
    8)
    Ronald

    aceadar

    • Server what's that
    • *
    • Posts: 2
      • View Profile
      • Email
    Re: AMFPHP Error 404 - Linux Installation help needed
    « Reply #2 on: 10/27/06, 08:04 »
     include $_SERVER['DOCUMENT_ROOT'] . "/flashservices/amf-core/app/Gateway.php";

    $gateway->setBaseClassPath(realpath("./services"). "/");


    these are my settings still doesnt work