Welcome, Guest
  • Author Topic: AMFPHP 1.9, cant update MethodTable...  (Read 3811 times)

    mirzahat

    • Jr. Programmer
    • **
    • Posts: 88
      • View Profile
      • Email
    AMFPHP 1.9, cant update MethodTable...
    « on: 02/26/08, 03:00 »
    Hi,
    I have created a php class with few methods:

    http://aveolearning.com/player/browser/

    I can see the methods and its ok, but, when I edit the class and add new methods and upload it, I don't see any updates in the methods in the browser, why?

    regards,
    mirza

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Re: AMFPHP 1.9, cant update MethodTable...
    « Reply #1 on: 02/26/08, 03:47 »
    if you have the methods table, just remove it - it will be created automaticly.
    happy flashing
    8)
    Ronald

    mirzahat

    • Jr. Programmer
    • **
    • Posts: 88
      • View Profile
      • Email
    Re: AMFPHP 1.9, cant update MethodTable...
    « Reply #2 on: 02/26/08, 03:58 »
    no, i dont have it, I just have:

    Code: [Select]
    class AveoService {

    function AveoService(){
    }

        function getSlides($id){

            return 1 + 1;

        }

    function getVideos($id){

            return "haj";

        }

    }

    that's all, when I add new methods, i dont see it

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: AMFPHP 1.9, cant update MethodTable...
    « Reply #3 on: 02/26/08, 04:11 »
    Delete cache, also they'er tools to avoid cache, like the Webdevelopper toolbar for Firefox

    Jorge

    mirzahat

    • Jr. Programmer
    • **
    • Posts: 88
      • View Profile
      • Email
    Re: AMFPHP 1.9, cant update MethodTable...
    « Reply #4 on: 02/26/08, 04:12 »
    firefox cache delete and still the same

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: AMFPHP 1.9, cant update MethodTable...
    « Reply #5 on: 02/26/08, 04:25 »
    Probably a proxy server? I add services/methods all the time and works fine, but usually I test locally to reduce connection/loading time, then upload to the server

    Jorge

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Re: AMFPHP 1.9, cant update MethodTable...
    « Reply #6 on: 02/26/08, 04:28 »
    It might sound stupid, but happened to me once - maybe you are changing the methodes in the wrong file - in a copy in a different folder :(
    It is extreme hard to find something stupid - but it happens, when you work a lot.
    Or maybe upload dous not work.
    « Last Edit: 02/26/08, 04:30 by Ronald Wernecke »
    happy flashing
    8)
    Ronald