jaschulz


About me


  • jaschulz has started 1 topic. 3 people are following it.
  • jaschulz has made 1 reply.

Recent activity

Subscribe to this feed
  • question

    A comment on the question "Amy Pear Requirements" in Amy Editor:

    Petr Krontorad
    yes, prototype library cannot be used along with amy. it uses my own Fry JavaScript Framework, and there are naming collisions. It's the same with combining mootools and prototype etc.

    There's no easy way of solving it. Both prototype and Fry were uknown of each other at the very similar time of their creation and the $ for core element function is simply too popular :). – Petr Krontorad, on August 20, 2008 23:33
  • question

    sampi replied on June 30, 2008 10:07 to the question "Amy Pear Requirements" in Amy Editor:

    sampi
    i have found a solution:
    replace the line in amy/api/embed/amy.php which includes the include.php (around line 19) with
    include $__dn.'lib/amy.php';
    and the magic happens.
    watch out, if you include the prototype lib in your code, amy will break =(
  • question

    jaschulz replied on March 27, 2008 19:54 to the question "Amy Pear Requirements" in Amy Editor:

    jaschulz
    library.php is apparently not included in the alpha distribution. I certainly couldn't find it in my download. How can I get a copy?

    JAS
  • question

    Petr Krontorad replied on March 10, 2008 02:12 to the question "Amy Pear Requirements" in Amy Editor:

    Petr Krontorad
    There are no PEAR packages used. The error messages only display in what paths they're looking for given file (library.php). Check if it's where it says it should be. If so, I haven't really check installation on Windows PHP distro, just correct it how it's usually done. I don't remember PHP development on Windows machine, it's too long since I've done it.
  • question

    jaschulz asked a question in Amy Editor on March 09, 2008 19:24:

    jaschulz
    Amy Pear Requirements
    What Pear packages are required for embedded amy? I am trying to set up a minimal amy editor using the POW Firefox extention, but when I try to load amy I get errors like these:

    PHP Notice: Undefined index: language in C:\Documents and Settings\XXXXXXXXXXXXXXX\Application Data\Mozilla\Firefox\Profiles\default.syt\pow\htdocs\amy\api\embed\amy.php on line 6
    PHP Notice: Undefined index: HTTP_HOST in C:\Documents and Settings\XXXXXXXXXXXXXXX\Application Data\Mozilla\Firefox\Profiles\default.syt\pow\htdocs\amy\api\embed\amy.php on line 15
    PHP Warning: include(C:\Documents and Settings\XXXXXXXXXXXXXXX\Application Data\Mozilla\Firefox\Profiles\default.syt\pow\htdocs\amy\api\embed/../../lib/amy/library.php) [function.include]: failed to open stream: No such file or directory in C:\Documents and Settings\XXXXXXXXXXXXXXX\Application Data\Mozilla\Firefox\Profiles\default.syt\pow\htdocs\amy\api\embed\amy.php on line 19
    PHP Warning: include() [function.include]: Failed opening 'C:\Documents and Settings\XXXXXXXXXXXXXXX\Application Data\Mozilla\Firefox\Profiles\default.syt\pow\htdocs\amy\api\embed/../../lib/amy/library.php' for inclusion (include_path='.;C:\php5\pear') in C:\Documents and Settings\XXXXXXXXXXXXXXX\Application Data\Mozilla\Firefox\Profiles\default.syt\pow\htdocs\amy\api\embed\amy.php on line 19
    PHP Fatal error: Class 'YAML' not found in C:\Documents and Settings\XXXXXXXXXXXXXXX\Application Data\Mozilla\Firefox\Profiles\default.syt\pow\htdocs\amy\api\embed\amy.php on line 53

    Thanks