Closed (won't fix)
Project:
OpenChurch
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2011 at 06:03 UTC
Updated:
27 Jun 2011 at 14:49 UTC
I receive the following error installing 1.21 alpha stable under XAMPP 1.7 on Windows 7:
An error occurred. http://localhost/openchurch/install.php?locale=&profile=openchurch&id=2&...
Fatal error: require_once() [function.require]: Failed opening required 'node_export/openchurch_blog_node_export.inc' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\openchurch\sites\all\modules\openchurch_features\openchurch_blog\openchurch_blog.install on line 58
Comments
Comment #1
yellek commentedThis leads to:
user warning: Table 'hvuc_oc.content_type_openchurch_block' doesn't exist query: SELECT n.title, field_oc_machine_name_value as machine FROM content_type_openchurch_block c JOIN node n ON (n.nid = c.nid AND n.vid = c.vid) in C:\xampp\htdocs\openchurch\sites\all\modules\openchurch_features\openchurch_block\openchurch_block.module on line 19.
Comment #2
yellek commentedThis error is due to the version of ZipGenius used to extract the files truncating file names for some reason. Extracting the distribution with cygwin gave the correct result.