-
AIE is only tested to work with Ext 2.x I'm working on the next version that will use Ext 3.x.
2009-10-06 06:52:16 UTC in AIE (Ajax-Image-Editor)
-
Did you download and install ExtJS? It seams that AIE is unable to find the ExtJS files...
2009-07-08 12:08:26 UTC in AIE (Ajax-Image-Editor)
-
You can try to remove the "viewport.syncSize();" - line in the activate*- functions (activatecrop, activaterotate, activatefilter,...)
2009-07-05 17:44:33 UTC in AIE (Ajax-Image-Editor)
-
there comes only a page with "This page parked courtesy of www.fastdomain.com".
2009-07-05 17:39:29 UTC in AIE (Ajax-Image-Editor)
-
You can try to make a new php-file and add something like this:
<?php $output = null;
exec('ls', $output);
echo "<pre>" . var_export($output, TRUE) . "</pre>\n";
...and call the file in your browser. If there is no output then you are unable to call the "exec" command. You can enable "exec" in php.ini.
Otherwise maybe imagemagick...
2009-06-15 09:00:26 UTC in AIE (Ajax-Image-Editor)
-
You can turn error reporting on by writing "error_reporting( E_ALL );" on top of the php-file. You have to set "display_errors = On" in you php.ini, too.
2009-03-25 15:33:05 UTC in AIE (Ajax-Image-Editor)
-
Maybe the functions to exec Imagemagick ("system", "exec") are disabled in you PHP config?.
2009-03-25 15:28:12 UTC in AIE (Ajax-Image-Editor)
-
Hmm...are you able to see the image? If not, try to download or save the image ("getthumbnail.php...") and open it with a text-editor. You will see a errormessage if something went wrong (if error reporting is on).
Julian.
2009-03-25 14:02:34 UTC in AIE (Ajax-Image-Editor)
-
Can you please post the error messages that you receive.
2009-02-16 07:26:36 UTC in AIE (Ajax-Image-Editor)
-
Hmm...do you have Imagemagick installed correctly?.
2009-02-13 15:09:02 UTC in AIE (Ajax-Image-Editor)