Recent activity
Subscribe to this feed
crazyindian replied on August 12, 2009 15:58 to the idea "Invoices" in SixCentral:
i would love the ability for the invoice to be exported in to a pdf so the clients can keep copies of the invoices of their computers.
also would be nice to have the invoice be printable
like the idea of integrating the a payment gateway, but also would be nice to have a address to where they can send payment to if they chose not to pay online. this would be helpful if they print out the invoice.
crazyindian replied on January 30, 2008 01:18 to the idea "Concerning alpha releases..." in Amy Editor:
crazyindian replied on January 30, 2008 00:43 to the idea "Concerning alpha releases..." in Amy Editor:
ahh thats cool its not biggie kinda fun trying to get this to work lol.
well after playing with it a bit it seems like it does not get past this
$act_as = isset($_REQUEST['act_as']) ? $_REQUEST['act_as'] : 'amy';
if ('facebook' == $act_as)
{
echo "!";
include 'amy_facebook.php';
exit();
}
if ('amy' == $act_as)
{
echo "!";
try
{
include 'amy_frame.php';
}
catch (Exception $e)
{
}
echo "!";
exit();
}
according to this it should print out ! twice at least i am guessing. but it only does so once. i cant see anything in the amy_frame.php file that is stopping the execution.
crazyindian replied on January 30, 2008 00:29 to the idea "Concerning alpha releases..." in Amy Editor:
crazyindian replied on January 30, 2008 00:10 to the idea "Concerning alpha releases..." in Amy Editor:
ahh yea i might have confused them. Ok i replaced the with just the return $str but now i am getting an empty page.
http://www.thakertech.com/amy_editor/
weird.
crazyindian replied on January 29, 2008 23:39 to the idea "Concerning alpha releases..." in Amy Editor:
Thanks for the update but still got something worng.
I am trying this on my web host so i really don't have any control of how the host is set up.
When i load the site i get the following error.
Fatal error: Call to undefined function pg_escape_string() in /home/jumpo/public_html/amy_editor/lib/amy/support/pg.php on line 78
when i look for that file it does not exist.
also from the code you put above it should look be more like this:
<?php $_AMY_CONF = array('support-path'?>dirname(__FILE__).'/../../support/')
?>
some thing i found when i ran that code.
there is a link to it:
http://www.thakertech.com/amy_editor/
Note i am trying to run this with out the database.
crazyindian replied on January 29, 2008 22:14 to the idea "Concerning alpha releases..." in Amy Editor:
very cool project. i downloaded the php source but haveing a bit of problem try8ing to get it to work. i dont have the db set up but just wanted to play around with it but cant seem to get the amy .php to work. says that it is looking for the pg.php in the support folder but is missing.
any help would be nice but great work on this project
Loading Profile...
