Search found 3 matches

by HankWolfe
2014-09-24T05:39:06-07:00
Forum: Fred's Scripts
Topic: Wired problem to run Fred's Scripts in PHP
Replies: 3
Views: 11554

Re: Wired problem to run Fred's Scripts in PHP

I did some research and fount this. http://stackoverflow.com/questions/1209 ... ert-in-php. This solves my problem.

Thank you,
by HankWolfe
2014-09-24T05:32:34-07:00
Forum: Fred's Scripts
Topic: Wired problem to run Fred's Scripts in PHP
Replies: 3
Views: 11554

Re: Wired problem to run Fred's Scripts in PHP

Thanks for your reply. Here is the result for running this script: 1. Short text: no error message and the image is correct. 2. Longer text: one error message and the image was created but not arched. libgomp: Thread creation failed: Resource temporarily unavailable 3. Longest text: error messages a...
by HankWolfe
2014-09-23T08:26:39-07:00
Forum: Fred's Scripts
Topic: Wired problem to run Fred's Scripts in PHP
Replies: 3
Views: 11554

Wired problem to run Fred's Scripts in PHP

I'm trying to run Fred's Scripts in PHP using exec. It works correctly for text in short length. However when the text becomes longer, the result is not correct. Here is the PHP code and the $output is always empty, no error message. exec($cmd,$output); print_r($output); Here is the $cmd to run. Thi...