Forum OpenACS Q&A: Installation error

Collapse
Posted by Mohammad Al-Ghazali on
I'm trying to use an automated script for installation and I've found some error in it during the testing mode. It comes from the the file openacs-install.test

# Fill in administrator info
field find ~f ~n email
field fill "$admin_email"
field find ~f ~n first_names
field fill "$admin_first_names"
field find ~f ~n last_name


so i change it to

# Fill in administrator info
field find ~f ~n "email"
field fill "$admin_email"
field find ~f ~n "first_names"
field fill "$admin_first_names"
field find ~f ~n "last_name"


and it can be run successfully. Hope someone could change it in the cvs.