Configuration error installing on brand new 4.8 site
Hello there! I thought this package looked interesting, so thought I would give it a try. Installed a brand new 4.8 umbraco CMS using Web Matrix and SqlCE. I downloaded the file uKnowledgeBase_0.7.zip and installed as local package.
Right after installing the package, I was logged out and could not log back in. Trying to access any of the pages in the backend now gives this error:
Parser Error Message: Unrecognized attribute 'fileDependencyExtensions'. Note that attribute names are case-sensitive.
Source Error:
Line 11: * A new version will invalidate both client and server cache and create new persisted files
Line 12: -->
Line 13: <clientDependency version="1" fileDependencyExtensions=".js,.css">
Line 14:
Line 15: <fileRegistration defaultProvider="LoaderControlProvider">
Source File: C:\Users\*******\Documents\My Web Sites\Umbraco CMS 4.8 20120727\config\ClientDependency.config Line: 13
So I next installed a new, blank 4.7.2 installation---again using WebMatrix and SqlCE, using the WebPI this time. Installed the package and was again logged out. This time, however, no yellow screen of death. However, i can't log back into the admin section: it keeps rejecting my password.
P.S., on the "readme" notes that appear right between uploading the package zip, and where you accept the licenese, the instructions about what needs to be changed in the ExamineSettings.Config file is mostly empty: just a bunch of blank lines...
So I found this information instead on your project page, but the changes you mention are already exactly present by in my ExamineSettings.config and ExamineIndex.config files that come by default with these new installatins. I also did not have a chance to perform any further setup because, as I mentioned, I could not get back into the backoffice.
Hopefully this is easy to fix/workaround? Would love to see how this works.
Daniel - this is the help forum for uKnowledgebase so you have me confused.
Funka - strange although we have not tested on 4.8 as yet but it definitely works on 4.7.2 (albeit on SQL Server but should be fine with CE), let me try another plain install to see if I missed anything out of the package however we did test before pushing live.
Just used Webmatrix, setup using SQL CE, installed no starterkit as I want to use uKnowledgebase and I can confirm it does fail miserably with CE, seems to be file permissions but need to dig deeper to find out why
Now fixed, just uploaded a new version 0.8b - apologies but big thanks for reporting this. My tester needs a good slapping as he told me 0.7 was working arghhhh!
Sure, basically there were two issues. Initially I was getting file lock permission errors on the installedpackages.xml file which didnt make sense. Then I went through the package again and noticed by mistake I had included the entire /bin folder instead of the two dlls I actually needed.
Then I found a duplicate macro alias in there which was causing duplicate key issues - with those two resolved it installed fine although I do need to alter the icons used in the doc types as the ones I referenced are not present in the stock installation of Umbraco - will sort that this morning.
Configuration error installing on brand new 4.8 site
Hello there! I thought this package looked interesting, so thought I would give it a try. Installed a brand new 4.8 umbraco CMS using Web Matrix and SqlCE. I downloaded the file uKnowledgeBase_0.7.zip and installed as local package.
Right after installing the package, I was logged out and could not log back in. Trying to access any of the pages in the backend now gives this error:
Parser Error Message: Unrecognized attribute 'fileDependencyExtensions'. Note that attribute names are case-sensitive.
Source Error:
Line 11: * A new version will invalidate both client and server cache and create new persisted files Line 12: --> Line 13: <clientDependency version="1" fileDependencyExtensions=".js,.css"> Line 14: Line 15: <fileRegistration defaultProvider="LoaderControlProvider">
Source File: C:\Users\*******\Documents\My Web Sites\Umbraco CMS 4.8 20120727\config\ClientDependency.config Line: 13
So I next installed a new, blank 4.7.2 installation---again using WebMatrix and SqlCE, using the WebPI this time. Installed the package and was again logged out. This time, however, no yellow screen of death. However, i can't log back into the admin section: it keeps rejecting my password.
P.S., on the "readme" notes that appear right between uploading the package zip, and where you accept the licenese, the instructions about what needs to be changed in the ExamineSettings.Config file is mostly empty: just a bunch of blank lines...
So I found this information instead on your project page, but the changes you mention are already exactly present by in my ExamineSettings.config and ExamineIndex.config files that come by default with these new installatins. I also did not have a chance to perform any further setup because, as I mentioned, I could not get back into the backoffice.
Hopefully this is easy to fix/workaround? Would love to see how this works.
Thank you!
This should be posted in the forums for uKnowledgeBase, not here.. the author of uKnowledgebase should be able to answer better.
Daniel - this is the help forum for uKnowledgebase so you have me confused.
Funka - strange although we have not tested on 4.8 as yet but it definitely works on 4.7.2 (albeit on SQL Server but should be fine with CE), let me try another plain install to see if I missed anything out of the package however we did test before pushing live.
Will get back to you asap
Simon
Hi
Just used Webmatrix, setup using SQL CE, installed no starterkit as I want to use uKnowledgebase and I can confirm it does fail miserably with CE, seems to be file permissions but need to dig deeper to find out why
Stay tuned!
Simon
Now fixed, just uploaded a new version 0.8b - apologies but big thanks for reporting this. My tester needs a good slapping as he told me 0.7 was working arghhhh!
Remember to read the docs carefully to set it up.
Awesome, will check this out again, thank you!
By the way ... for posterity and all, was it a permissions problem as you suspected, and if so, care to elaborate on whatever the "gotcha" was?
Thanks again!
Sure, basically there were two issues. Initially I was getting file lock permission errors on the installedpackages.xml file which didnt make sense. Then I went through the package again and noticed by mistake I had included the entire /bin folder instead of the two dlls I actually needed.
Then I found a duplicate macro alias in there which was causing duplicate key issues - with those two resolved it installed fine although I do need to alter the icons used in the doc types as the ones I referenced are not present in the stock installation of Umbraco - will sort that this morning.
Si
is working on a reply...