I have a small test pc in the garage, it runs a site for me and my email.
I decided to stick on oxwall to test.
After a little mucking I got the site up and running.
Now when I goto add a new test user I am promped for verification emails!
I know the cron job needs run to fire the message off from a hosted install and oxwall help.
How do ya do that in XP using Apache!
interwebly searches brough up a scheduled task running the cron "run.php" in internet explorer but I get a 404 when I do that.
Another suggestion was to schedule a tak using php to run another file to run the cron...
create a file called executerun.php
enter code
< ? p h p
$data = file("c:\Program Files\Apache Software Foundation\Apache2.2\htdocs\dev\ow_cron\run.php”);
?>
And save that beside the run.php in the same folder.
so the batch file I have says:
php.exe "c:\Program Files\Apache Software Foundation\Apache2.2\htdocs\dev\ow_cron\executerun.php"
pause
and that is supposed to fire the jobs off...
I get the error in cmd
C:\Documents and Settings>php.exe "c:\Program Files\Apache Software Foundation\A
pache2.2\htdocs\dev\ow_cron\executerun.php"
PHP Parse error: syntax error, unexpected $end in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\dev\ow_cron\executerun.php on line 3
C:\Documents and Settings>pause
Press any key to continue . . .
I have attached the files in txt format for you to have a looky.
No major rush.
I'm just learning and playing... or am i going about this the wrong way!?!?!