(We won't help you until you've done it\!)
Go to app\tmp\logs and delete all files (You can find the app directory on Ubuntu under /var/www/)
Run your test
Go to app\tmp\logs\jobs.log and find the line saying
Executing: php “C:\xampp\xampp\htdocs\app\webroot\testscripts\Google Sample\php\1.php” 127.0.0.1 80 *firefox http://www.google.in 1251817695245206 1 or something similar.
Open a command prompt and navigate to app\webroot and execute the above string eg. 'php “C:\xampp\xampp\htdocs\app\webroot\testscripts\Google Sample\php\1.php” 127.0.0.1 80 \*firefox [
http://www.google.in] 1251817695245206 1'
Take a screenshot of the output returned when running the above line. Include it in your post.
Copy the contents of all files created in the logs dir. Include it in your post.
-
Back to top