Hi Terry,
If you look at dbscripts/xml/install.xml, you'll see a series of instructions that the OJS installer follows to complete the system installation. The error message you're receiving indicates that one of the files referred to in a <data ...> node couldn't be installed.
The XML data that needs to be installed is in the following files:
- dbscripts/xml/data/email_templates.xml
- dbscripts/xml/data/locale/{$installedLocale}/email_templates_data.xml
- dbscripts/xml/data/currencies.xml
Check to make sure that these files exist and can be read by the web server. (The {$installedLocale} token is replaced by the name of the actual installed locale, e.g. en_US.)
If you're still having trouble, try inserting a few debug statements in classes/install/Installer.inc.php near line 384 to determine what is happening.
The error message you quoted only affects the error message; it'll be corrected in the next release, but it doesn't explain the problem you're encountering.
Regards,
Alec Smecher
Open Journal Systems Team