Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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?
Hi Soren,
Seems like you are having a permission error. Make sure the folders
Have enough rights for asp.net/iis user
Hope this helps,
Richard
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
The log also have info-entries for each of these files being copied. So it dosen't seem like a permission issue.
Then ignore it ;-) xslt is just for emails.
uhm? But nothing is installed, other than the files listed above in the temp-folder
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,
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
The log file contains the following:
Is there a 7.5+ compatible version comming, or is it possible to contribute to one being made?
Hi Soren,
Seems like you are having a permission error. Make sure the folders
Have enough rights for asp.net/iis user
Hope this helps,
Richard
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
The log also have info-entries for each of these files being copied. So it dosen't seem like a permission issue.
Then ignore it ;-) xslt is just for emails.
uhm? But nothing is installed, other than the files listed above in the temp-folder
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
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
is working on a reply...