sitecore6 - Sitecore web Forms for Marketers module install error -


i getting following error message while installing sitecore web forms marketers module intranet:

sitecore.exceptions.invaliditemnameexception: item name must satisfy pattern: ^(?=.{1,100}$)[\w\*\$][\w\s\$\-]*(\(\d{1,}\)){0,1}$ (controlled setting itemnamevalidation)    @ sitecore.data.items.itemutil.assertitemname(string name)    @ sitecore.data.items.item.set_name(string value)    @ sitecore.install.items.iteminstaller.versioninstaller.installversion(item version)    @ sitecore.install.items.iteminstaller.versioninstaller.pasteversion(xmlnode versionxml, item target, versioninstallmode mode, iprocessingcontext context)    @ sitecore.install.items.iteminstaller.installentry(packageentry entry)    @ sitecore.install.items.iteminstaller.flush()    @ sitecore.install.items.legacyitemunpacker.flush()    @ sitecore.install.framework.sinkdispatcher.flush()    @ sitecore.install.utils.entrysorter.flush()    @ sitecore.install.framework.entrybuilder.flush()    @ sitecore.install.zip.packagereader.populate(isink`1 sink)    @ sitecore.install.utils.entrysorter.populate(isink`1 sink)    @ sitecore.install.installer.installpackage(string path, isource`1 source, iprocessingcontext context)    @ sitecore.install.installer.installpackage(string path, iprocessingcontext context)    @ sitecore.shell.applications.install.dialogs.installpackage.installpackageform.asynchelper.<install>b__0()    @ sitecore.shell.applications.install.dialogs.installpackage.installpackageform.asynchelper.catchexceptions(threadstart start) 

on sitecore config files find setting:

  <setting name="itemnamevalidation" value="^[\w\*\$][\w\s\-\$]*(\(\d{1,}\)){0,1}$" />   

from question see using other value default value setting. can change default value , try install again module .


Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

java - More than one row with the given identifier was found: 1, for class: com.model.Diagnosis -