ASSP development mailing list <[email protected]> schreibt: >If I go to the assp subdirectory and type "perl rebuildspamdb.pl" it >runs correctly. .. .... >Can anyone direct me as to why it will run manually but not in cron?
There should be " If I go to the assp subdirectory" in the starting script: Add a cd command. cd path/to/assp-subdirectory perl rebuildspamdb.pl Or start it this way perl rebuildspamdb.pl path/to/assp-subdirectory ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
