Copied to clipboard

Flag this post as spam?

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


  • Søren Gregersen 441 posts 1884 karma points MVP 2x c-trib
    Sep 01, 2016 @ 06:46
    Søren Gregersen
    0

    Error installing SEO Checker on u7.5.2

    I tried installing SEO Checker locally on a new project.

    When using the package-installer from within umbraco, I get a red bar, saying:

    Server error: Contact administrator, see log for full details.

    Failed to create package manifest for zip file

    The log file contains the following:

    2016-09-01 08:34:37,527 [P13844/D19/T43] ERROR umbraco.cms.businesslogic.packager.PackageAction - Error loading package action 'SEOCheckerConditionalFileCopyAction' for package SEOChecker.Packageactioninstaller System.IO.FileNotFoundException: Could not find file '[path-to-project]\appdata\temp\SEOChecker\seochecker-notification.xslt'. File name: '[path-to-project]\appdata\temp\SEOChecker\seochecker-notification.xslt' at System.IO.Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost) at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite) at SEOChecker.Core.Umbraco.PackageActions.ConditionalFileCopyAction.Execute(String packageName, XmlNode xmlNode) at umbraco.cms.businesslogic.packager.PackageAction.RunPackageAction(String packageName, String actionAlias, XmlNode actionXml) 2016-09-01 08:34:37,529 [P13844/D19/T31] INFO umbraco.BusinessLogic.Log - Redirected log call (please use Umbraco.Core.Logging.LogHelper instead of umbraco.BusinessLogic.Log) | Type: Debug | User: 0 | NodeId: -1 | Comment: Executing Package Action SEOCheckerConditionalFileCopyAction with Params Source:[path-to-project]\appdata\temp\SEOChecker\seochecker-scheduledtask.xslt target:[path-to-project]\xslt\seochecker-scheduledtask.xslt minversion:0.0.0 maxversion0.0.0 currentVersion7.5.2 2016-09-01 08:34:37,530 [P13844/D19/T43] ERROR umbraco.cms.businesslogic.packager.PackageAction - Error loading package action 'SEOCheckerConditionalFileCopyAction' for package SEOChecker.Packageactioninstaller System.IO.FileNotFoundException: Could not find file '[path-to-project]\appdata\temp\SEOChecker\seochecker-scheduledtask.xslt'. File name: '[path-to-project]\appdata\temp\SEOChecker\seochecker-scheduledtask.xslt' at System.IO.Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost) at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite) at SEOChecker.Core.Umbraco.PackageActions.ConditionalFileCopyAction.Execute(String packageName, XmlNode xmlNode) at umbraco.cms.businesslogic.packager.PackageAction.RunPackageAction(String packageName, String actionAlias, XmlNode actionXml)

    Is there a 7.5+ compatible version comming, or is it possible to contribute to one being made?

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Sep 01, 2016 @ 06:50
    Richard Soeteman
    0

    Hi Soren,

    Seems like you are having a permission error. Make sure the folders

    • app_data/temp
    • app_plugins
    • umbraco/plugins
    • bin

    Have enough rights for asp.net/iis user

    Hope this helps,

    Richard

  • Søren Gregersen 441 posts 1884 karma points MVP 2x c-trib
    Sep 01, 2016 @ 07:14
    Søren Gregersen
    0

    I'm just running IIS express, wich is started by my user that has full access to the path the site is running from.

    [path-to-project]/appdata/temp/SEOChecker/ contains

    • SEOChecker.config
    • SEOChecker.DataTypes.dll
    • SEOChecker.Events.dll
    • SEOChecker.LegacyDataTypes.dll
    • SEOChecker.LegacyEvents.dll
    • SEOChecker.LegacyLogging.dll
    • SEOChecker.LegacyPropertyEditorConverters.dll
    • SEOChecker.Logging.dll
    • SEOChecker.MVC.dll
    • SEOChecker.PropertyEditorConverters.dll

    The log also have info-entries for each of these files being copied. So it dosen't seem like a permission issue.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Sep 01, 2016 @ 07:20
    Richard Soeteman
    0

    Then ignore it ;-) xslt is just for emails.

  • Søren Gregersen 441 posts 1884 karma points MVP 2x c-trib
    Sep 01, 2016 @ 07:22
    Søren Gregersen
    0

    uhm? But nothing is installed, other than the files listed above in the temp-folder

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Sep 01, 2016 @ 07:44
    Richard Soeteman
    0

    HI Soren,

    Sorry also have an issue with the installer and Umbraco v7.5.2. I get the error as mentioned here http://issues.umbraco.org/issue/U4-8889

    Will investigate and come with a fix. Sorry for the hassle.

    Best,

    Richard

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Sep 01, 2016 @ 11:21
    Richard Soeteman
    0

    Sebastiaan found an issue and I fixed it in the package file.

    The file below installs on my machine, on yours also? If not please send the Umbraco logfile to [email protected]

    https://www.dropbox.com/s/b3hetzibqc698s9/seo-checker1941.zip?dl=0

    Hope this helps,

    Richard

Please Sign in or register to post replies

Write your reply to:

Draft