Quote:
Originally Posted by Lord Doys
when i try to import the product xml i get the following error:
PHP Code:
Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in F:\xampp\htdocs\forums\includes\class_template_parser.php
#0 F:\xampp\htdocs\forums\includes\class_template_parser.php(1019): vB_TemplateParser->validate_curly(Object(vB_CurlyNode), Array)
#1 F:\xampp\htdocs\forums\includes\adminfunctions_template.php(2863): vB_TemplateParser->validate(Array)
#2 F:\xampp\htdocs\forums\includes\adminfunctions_plugin.php(545): compile_template('????{vb:styleva...')
#3 F:\xampp\htdocs\forums\admincp\plugin.php(1714): install_product(' #4 {main}
Fatal error: Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in [path]\includes\class_template_parser.php in [path]\vb\vb.php on line 287
#0 vb_error_handler(256, Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in F:\xampp\htdocs\forums\includes\class_template_parser.php , F:\xampp\htdocs\forums\vb\vb.php, 287, Array ([exception] => Exception Object ([] => Unable to find a class to validate:
and much more...
any ideas? other products are imported just fine
edit: just tried it with a fresh clean install of version 4.0.3 Patch Level 1 (instead of upgraded forum), same error
|
I found out what this issue is
i noticed that that only occurs in 4.03.. in 4.07 i do not have that issue.
the problem lies in the MEDIAWIKIFORUM template in the product xml
if you delete row: 162 through 171 from the product xml it loads fine, and everything will work.
to get back the missing CSS statements, just copy the same part from FORUMHOME into the MEDIAWIKIFORUM template
that should do it