When I discovered the following line in the watchdog entry 'review.install(Array ( [0] => Array ( ...'

PIFRBrowser [status] => fail [message] => Failed to set field site_name to checkout [message_group] => Other [function] => PIFRBrowser->fail() [line] => 381 [file] => /var/www/drupal/sites/all/modules/project_issue_file_review/client/review/browser.inc

If you open a normal browser and try going to http://www.imedia2go.com/checkout/install.php?profile=default&locale=en , it stops at the 'Install profile' point on the page.

I also checked and curl is resolving the site correctly:

[message_group] => Browser [function] => PIFRBrowser->curlExec() [line] => 993 [file] =>
/var/www/drupal/sites/all/modules/project_issue_file_review/client/review/browser.inc ) [9] => Array ( [test_id] =>
[test_class] => PIFRBrowser [status] => pass [message] => Valid HTML found on
"http://www.imedia2go.com/checkout/install.php?locale=en&profile=default&..."

I am attaching the full log results for easier parsing and reading...

Comments

Swampcritter’s picture

Checked the Apache's error_log (/var/web/imedia2go.com/error_log) and found this right after running another test attempt:

[Thu Jun 18 21:25:00 2009] [error] [client 192.168.0.15] PHP Fatal error: Call to undefined function break_me() in /var/www/drupal/sites/default/files/checkout/install.php on line 8
[Thu Jun 18 21:25:06 2009] [error] [client 192.168.0.15] PHP Notice: Undefined variable: rdf_namespaces in /var/www/drupal/sites/default/files/checkout/themes/garland/page.tpl.php on line 6
[Thu Jun 18 21:25:06 2009] [error] [client 192.168.0.15] PHP Notice: Undefined variable: grddl_profile in /var/www/drupal/sites/default/files/checkout/themes/garland/page.tpl.php on line 7
[Thu Jun 18 21:25:06 2009] [error] [client 192.168.0.15] PHP Notice: Undefined variable: ie_styles in /var/www/drupal/sites/default/files/checkout/themes/garland/page.tpl.php on line 13
[Thu Jun 18 21:25:06 2009] [error] [client 192.168.0.15] PHP Notice: Undefined variable: site_title in /var/www/drupal/sites/default/files/checkout/themes/garland/page.tpl.php on line 26
[Thu Jun 18 21:25:06 2009] [error] [client 192.168.0.15] PHP Notice: Undefined variable: site_title in /var/www/drupal/sites/default/files/checkout/themes/garland/page.tpl.php on line 28
[Thu Jun 18 21:25:06 2009] [error] [client 192.168.0.15] PHP Notice: Undefined variable: site_html in /var/www/drupal/sites/default/files/checkout/themes/garland/page.tpl.php on line 30
[Thu Jun 18 21:25:06 2009] [error] [client 192.168.0.15] PHP Notice: Undefined variable: primary_nav in /var/www/drupal/sites/default/files/checkout/themes/garland/page.tpl.php on line 35
[Thu Jun 18 21:25:06 2009] [error] [client 192.168.0.15] PHP Notice: Undefined variable: secondary_nav in /var/www/drupal/sites/default/files/checkout/themes/garland/page.tpl.php on line 36
[Thu Jun 18 21:25:06 2009] [error] [client 192.168.0.15] PHP Notice: Undefined variable: tabs2 in /var/www/drupal/sites/default/files/checkout/themes/garland/page.tpl.php on line 52
[Thu Jun 18 21:25:11 2009] [error] [client 192.168.0.15] PHP Fatal error: Cannot redeclare menu_help() (previously declared in /var/www/drupal/sites/default/files/checkout/modules/menu/menu.module:18) in /var/www/drupal/sites/default/files/checkout/modules/menu/menu.module on line 35

Amazon’s picture

I am looking at your client test results. It shows your client made it past the install now, but is failiing at "Detect failing test. [reason: Passed on all environments.]"

06/22/2009 - 14:25 Client Client #5 Result received from test client #5.

Can you confirm your client is now making progress, or was this the step where is was previously stuck?

Swampcritter’s picture

Yea, the client has definately gotten further. Before it used to stop right at 'Detect test run failure [reason: Failed to install Drupal on @environment]'.

I haven't made any changes on my side except via resetting the client, then doing a request enable at the master and then trigging the URL for the cron.php at the client side.

Also -- before, if you went to http://www.imedia2go.com/checkout/install.php?profile=default&locale=en, it used to hang at the 'Install Profile' page. If you go to the same URL now, it actually shows that Drupal is now installed.

I have noticed, though, if you goto http://www.imedia2go.com/checkout/, you will now get this error message:

Warning: Division by zero in include_once() (line 9 of /var/www/drupal/sites/default/files/checkout/modules/simpletest/simpletest.module).

Swampcritter’s picture

Client is now stopping back at the 'Detect test run failure [reason: Failed to install Drupal on @environment]'.

I also discovered in the watchdog filtering for pifr_debug, the following line:

Command: "php -l -f ./install.php"; Result: "Errors parsing ./install.php".

However, if I login to the server and actually goto the 'checkout' directory and do 'php -l -f ./install.php' from the command line, I get the following message:

No syntax errors detected in ./install.php

Could it be that the web-based test is not checking the checkout version or doing something iffy instead?

andypost’s picture

As for me, suppose it mostly depends on op-code cache and time intervals between testing operations.

boombatower’s picture

Project: Test client setup » Project Issue File Review
Version: 6.x-2.0 » 6.x-2.x-dev
Component: Code » Miscellaneous
Category: bug » support
boombatower’s picture

Status: Active » Postponed (maintainer needs more info)

Anything else required?

boombatower’s picture

Status: Postponed (maintainer needs more info) » Postponed

Trying to keep queue clean, please re-open if further issues.

boombatower’s picture

Status: Postponed » Fixed

Woops

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kenyob’s picture

Version: 6.x-2.x-dev » 6.x-2.1

Im getting the same error.
http://www.freebeermusic.com/install.php?profile=default&locale=en

Hosting with Dreamhost.

Any updates?