Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bijesh Tank 192 posts 420 karma points
    Aug 26, 2010 @ 18:46
    Bijesh Tank
    0

    Missing labels when upgrading Umbraco

    Hi,

    When I upgraded from version 4.0.2.1 to 4.0.4.1, the labels in the CMSImport tree seems to have gone missing (see pic below)

    How can I fix this so that correct labels show up instead? I have considered re-installing the package but wondered if there is a more convenient fix.

    Thanks,

    Bij

  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Aug 27, 2010 @ 07:44
    Richard Soeteman
    0

    Hi Bijesh,

    Make sure that the NetworkService account can write to/modify  the /umbraco/config/lang folder. Then try to logout restart IIS by IISReset and login again then go to the CMSImport tree, I think they are translated now, or will be when you refresh the tree.

    If not check that the /umbraco/config/lang/en.xml (I assume you are using the English version) contains <area alias="CMSImport" version="4.0">

    If not you need to add the following area to the en.xml file

    Hope this helps,

    Richard

    <area alias="CMSImport" version="4.0">
        <key alias="NextButton" version="4.0">Next</key>
        <key alias="PreviousButton" version="4.0">Previous</key>
        <key alias="IntroStepTitle" version="4.0">Intro</key>
        <key alias="SelectDataSourceTypeStepTitle" version="4.0">Select Datasource Type</key>
        <key alias="SelectDataSourceStepTitle" version="4.0">Select Datasource</key>
        <key alias="SelectMembertypeStep" version="4.0">Select Member type and roles</key>
        <key alias="SelectUmbracoLocationStep" version="4.0">Select Destination and DocumentType</key>
        <key alias="MapPropertiesStepTitle" version="4.0">Create Mapping</key>
        <key alias="ConfirmTitle" version="4.0">Confirm</key>
        <key alias="ImportFinishedTitle" version="4.0">Import Finished</key>
        <key alias="IntroStepContent" version="4.0"><![CDATA[This wizard will help you to import your existing data into Umbraco.]]></key>
        <key alias="SelectDataSourceType" version="4.0">Datasource type</key>
        <key alias="SelectImportAs" version="4.0">Import Data as</key>
        <key alias="SqlServer" version="4.0">Sql Server</key>
        <key alias="Xml" version="4.0">Xml File</key>
        <key alias="Csv" version="4.0">Csv File</key>
        <key alias="EnterConnectionString" version="4.0">Enter a Connection String</key>
        <key alias="EnterSqlCommand" version="4.0">Enter your Query</key>
        <key alias="ValidateDataSource" version="4.0">Validate Command</key>
        <key alias="SqlDataSourceValidatedMessage" version="4.0">The command is validated against the datasource</key>
        <key alias="SqlDataSourceValidateErorMessage" version="4.0">The command could not be validated against the datasource. Check your connectionstring and SQL Statement</key>
        <key alias="SelectUmbracoImportLocation" version="4.0">Location</key>
        <key alias="SelectUmbracoDocumentType" version="4.0">DocumentType</key>
        <key alias="ImportMemberType" version="4.0">Member Type</key>
        <key alias="ImportAssignRole" version="4.0">Automatic assign member to role(s)</key>
        <key alias="AutoPublish" version="4.0">Auto publish</key>
        <key alias="SelectCSVFile" version="4.0">Select CSV File</key>
        <key alias="CSVSeperatorLiteral" version="4.0">Field Seperator</key>
        <key alias="CSVTextIndicatorLiteral" version="4.0">Text Indicator</key>
        <key alias="SelectXmlFile" version="4.0">Select XMl File</key>
        <key alias="mapDocumentProperty" version="4.0">Document property</key>
        <key alias="mapDatabaseColumn" version="4.0">Database column</key>
        <key alias="mapGenericProperties" version="4.0">Generic Properties</key>
        <key alias="mapGenericPropertyName" version="4.0">Name</key>
        <key alias="mapGenericPropertyPublish" version="4.0">Publish at</key>
        <key alias="mapGenericPropertyUnpublish" version="4.0">Unpublish at</key>
        <key alias="NameMemberProperty" version="4.0">Member name</key>
        <key alias="LoginMemberProperty" version="4.0">Member login</key>
        <key alias="PasswordMemberProperty" version="4.0">Member password</key>
        <key alias="EmailMemberProperty" version="4.0">Member email</key>
        <key alias="LoginRequiredMappingMessage" version="4.0">Login is required</key>
        <key alias="EmailRequiredMappingMessage" version="4.0">Login is required when sending credentials via mail</key>
        <key alias="ConfirmDataSourceType" version="4.0">Datasource Type</key>
        <key alias="ConfirmDataSource" version="4.0">Datasource</key>
        <key alias="ConfirmDataCommand" version="4.0">Data command</key>
        <key alias="ConfirmAdditionalParameters" version="4.0">Data Options</key>
        <key alias="ConfirmDocumentLocation" version="4.0">Document location</key>
        <key alias="ConfirmDocumentType" version="4.0">Document Type</key>
        <key alias="ConfirmAutoPublish" version="4.0">Autopublish</key>
        <key alias="ConfirmMapping" version="4.0">Mapping</key>
        <key alias="ConfirmMembertype" version="4.0">Member type</key>
        <key alias="ConfirmSelectedMemberRoles" version="4.0">Selected Roles</key>
        <key alias="ConfirmActionWhenMemberExists" version="4.0">Action when member exists</key>
        <key alias="ConfirmAutogeneratepassword" version="4.0">Automatic generate password</key>
        <key alias="ConfirmSendUserCredentialsViaMail" version="4.0">Send member credentials via mail</key>
        <key alias="ConfirmIntroText" version="4.0">Please validate your input and press Next to import the data.</key>
        <key alias="ImportFinishedMessage" version="4.0">Import is finished</key>
        <key alias="ImportRecordCount" version="4.0">Records retrieved</key>
        <key alias="ImportSuccesCount" version="4.0">Records imported</key>
        <key alias="ImportErrorCount" version="4.0">Errors</key>
        <key alias="ImportSkippedCount" version="4.0">Records skipped</key>
        <key alias="ImportUpdatedCount" version="4.0">Records Updated</key>
        <key alias="ImportErrorHeader" version="4.0">The following errors occured</key>
        <key alias="ImportErrorDataSource" version="4.0">Error when trying to validate the Data source</key>
        <key alias="ImportErrorDocumentLocation" version="4.0">No document location specified</key>
        <key alias="ImportErrorMapping" version="4.0">No fields Mapped</key>
        <key alias="DataLoadingText" version="4.0">Loading...</key>
        <key alias="ImportMemberType" version="4.0">Member type</key>
        <key alias="ImportAssignRole" version="4.0">Automatic assign role(s)</key>
        <key alias="ActionWhenMemberExists" version="4.0">When member exists</key>
        <key alias="Autogeneratepassword" version="4.0">Automatic generate password</key>
        <key alias="SendUserCredentialsViaMail" version="4.0">Send credentials via mail</key>
        <key alias="umImportSettings" version="4.0">Settings</key>
        <key alias="umImportSettingsSaved" version="4.0">Settings saved</key>
        <key alias="umImportSettingsSavingError" version="4.0">Error while saving settings</key>
        <key alias="CMSImportWizardMenu" version="4.0">Import data</key>
        <key alias="CMSImportSettingsMenu" version="4.0">Settings</key>
        <key alias="CSVSeperatorNone" version="4.0">No seperator</key>
        <key alias="actionSkip" version="4.0">Skip</key>
        <key alias="actionOverwrite" version="4.0">Overwrite</key>
        <key alias="ignoreMappingOption" version="4.0">--Ignore--</key>
        <key alias="EmailFromAdressSetting" version="4.0">From adress</key>
        <key alias="EmaillSubjectSetting" version="4.0">Email Subject</key>
        <key alias="EmailBodySetting" version="4.0">Email Template</key>
        <key alias="CMSEmailCredentials" version="4.0">Login credentials settings</key>
        <key alias="CMSEmailScheduleResult" version="4.0">Scheduler result settings</key>
        <!--1.0-->
        <key alias="ImportDuration" version="4.0">Import duration (h:m:s)</key>
        <key alias="CsvHeaderExplanationLiteral" version="4.0">The csv file must contain unique headers</key>
        <key alias="SelectedDatasource" version="4.0">Selected datasource</key>
        <key alias="SelectXPathExpression" version="4.0">Xpath Expression</key>
        <key alias="mapCreateDateTime" version="4.0">Create Date</key>
        <key alias="mapUpdateDate" version="4.0">Update date</key>
        <key alias="ConfirmDataSourceType" version="4.0">DataSource Type</key>
        <key alias="DataKeyDropdown" version="4.0">Datarelation key</key>
        <key alias="ActionWhenContentExists" version="4.0">When the item allready exists</key>
        <key alias="ExecuteTaskPageTitle" version="4.0">Excute import task</key>
        <key alias="ScheduleRunAsCaption" version="4.0">Run task as</key>
        <key alias="ScheduledTaskNotifyErrors" version="4.0">Errors:</key>
        <key alias="ImportingDialogText" version="4.0"><![CDATA[    <p>Importing Data don't interrupt this process</p>
    ]]></key>
        <key alias="ScheduledTaskSaveMessage" version="4.0">Scheduled task saved</key>
        <key alias="Saved" version="4.0">saved</key>
        <key alias="ScheduleInvalidNotifyAdressFormat" version="4.0">Notify emailadress is invalid</key>
        <key alias="ScheduleNotifyAdressText" version="4.0">Notify emailadress</key>
        <key alias="ScheduleTaskNameValidatorText" version="4.0">Enter a scheduled task name</key>
        <key alias="ScheduleDaysValidatorText" version="4.0">Select at least one day</key>
        <key alias="ScheduleExecuteEveryCaption" version="4.0">Execute every</key>
        <key alias="ScheduleExecuteDaysCaption" version="4.0">Days</key>
        <key alias="ScheduleExecuteTimeCaption" version="4.0">Time</key>
        <key alias="ScheduleTaskNameCaption" version="4.0">Scheduled task name</key>
        <key alias="ScheduleSavedImportNameCaption" version="4.0">Saved import name</key>
        <key alias="ScheduleMondayOption" version="4.0">Monday</key>
        <key alias="ScheduleTuesdayOption" version="4.0">Tuesday</key>
        <key alias="ScheduleWednesdayOption" version="4.0">Wednesday</key>
        <key alias="ScheduleThursdayOption" version="4.0">Thursday</key>
        <key alias="ScheduleFridayOption" version="4.0">Friday</key>
        <key alias="ScheduleSaturdayOption" version="4.0">Saturday</key>
        <key alias="ScheduleSundayOption" version="4.0">Sunday</key>
        <key alias="ScheduleWeekOption" version="4.0">Week</key>
        <key alias="ScheduleDayOption" version="4.0">Day</key>
        <key alias="ScheduleHourOption" version="4.0">Hour</key>
        <key alias="ImportSavedMessage" version="4.0">Import steps saved</key>
        <key alias="SaveSteps" version="4.0">Save import steps as</key>
        <key alias="SaveValidator" version="4.0">Please enter a name</key>
        <key alias="SaveStateIntro" version="4.0"><![CDATA[    <p>Save the import steps for later reference.</p>
    ]]></key>
        <key alias="SavedImportContentOption" version="4.0">Content</key>
        <key alias="SavedImportMemberOption" version="4.0">Members</key>
        <key alias="ScheduleWeekOption" version="4.0">Weekly</key>
        <key alias="ScheduleDayMenuOption" version="4.0">Daily</key>
        <key alias="ScheduleWeekMenuOption" version="4.0">Weekly</key>
        <key alias="ScheduleHourMenuOption" version="4.0">Hourly</key>
        <key alias="CMSImportSavedImports" version="4.0">Saved imports</key>
        <key alias="CMSImportScheduledImports" version="4.0">Scheduled imports</key>
        <key alias="CMSImportInvalidLicense" version="4.0"><![CDATA[We are very sorry, but we couldn't validate your CMSImport Pro license.<br/><br/> Make sure you have purchased a license for the (sub)domain <strong>"{0}"</strong>. If you lost your license you can download it again from our <a href="http://cmsimport.soetemansoftware.nl/clientarea.aspx" target="_new">Client Area</a>.<br/> If you need to buy a new license for this domain or if you want to buy an enterprise license go to our <a href="http://cmsimport.soetemansoftware.nl/store.aspx" target="_new">online store</a>.<br/><br/> If you need help <a href="http://cmsimport.soetemansoftware.nl/download/cmsimportmanual.pdf" target="_new">download the manual</a> or <a href="mailto:support@soetemansoftware.nl?subject=I have a question about CMSImport">contact our support team</a>.<br/><br/>Sorry for the inconvenience,<br/><br/>Soeteman Software]]></key>
        <key alias="CMSImportInstallOk" version="4.0"><![CDATA[<h3>CMSImport is installed</h3><br/><br/>Go to the developer section and <a href="/umbraco/plugins/CMSImport/pages/wizard.aspx">start using CMSImport</a>.If you need help using CMSImport or have question check out our <a href="http://cmsimport.soetemansoftware.nl/download/cmsimportmanual.pdf" target="_new">manual</a> or send an email to <a href="mailto:support@soetemansoftware.nl?subject=Question about CMSImport">our support team</a>.<br/><br/>Thanks for using CMSImport,<br/><br/>Soeteman Software]]></key>
      </area>

     

  • Bijesh Tank 192 posts 420 karma points
    Aug 27, 2010 @ 10:10
    Bijesh Tank
    0

    Excellent! Worked like a charm. I had to add the entries to the en.xml.

    Thanks Richard

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies