Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • is wrap_prep.php in the same directory as mainscript.php? Otherwise you may have to add an absolute or relative path. Is there anything in your apache error_log like "File not found"? Commented Jan 21, 2010 at 18:43
  • Are you trying to run wrap_prep.php in the background? Commented Jan 21, 2010 at 18:51
  • Thilo - same directory, yes. Peter - yes. Commented Jan 21, 2010 at 19:38
  • I left off the exec call in my initial post: exec( $scriptCall ); Commented Jan 21, 2010 at 19:49