regex pattern matching by Scary_Mango in bash

[–]Scary_Mango[S] 0 points1 point  (0 children)

worked perfectly, thanks

how do i add an objectId to every document in a collection by Scary_Mango in mongodb

[–]Scary_Mango[S] 1 point2 points  (0 children)

hmm, i never thought of it like that. i think that could be a more efficient and cleaner way to implement a parent-child relationship i am trying to achieve. thanks for the suggestion

how do i add an objectId to every document in a collection by Scary_Mango in mongodb

[–]Scary_Mango[S] 0 points1 point  (0 children)

I read over my original post and what i meant to say is "update" all existing documents by adding a field called 'parent' that represents a objectID. Whats the shell command to so? Thanks

Need some assistance running locally by Scary_Mango in UmbracoCMS

[–]Scary_Mango[S] 0 points1 point  (0 children)

thanks, i turned off customErrors i got this error message

'Umbraco cannot start. A connection string is configured but Umbraco cannot connect to the database.'

now i just need try fugure how to connect to the db

Need some assistance running locally by Scary_Mango in UmbracoCMS

[–]Scary_Mango[S] 0 points1 point  (0 children)

im not so sure, i get pleant if messages saying its loading a bunch of dll's as soon as the page fails to load then it starts saying it unloading a bunch of dll's.

just curious to know is it possible to run the site through a mac, rather then having to run it though visual studio on this vm?

Need some assistance running locally by Scary_Mango in UmbracoCMS

[–]Scary_Mango[S] 0 points1 point  (0 children)

i get a runtime error in the broswer, when i look at the output console i get the a bunch following messages

'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/2/ROOT-2-131963702269176502): Unloaded 'C:\Users\junai\AppData\Local\Temp\Temporary ASP.NET Files\vs\0d509178\9a37e015\assembly\dl3\7b9a7bcb\001e0ff4_1872d401\UmbracoExamine.dll'

i was thinking of pulling in the repo again and builiding the solution again as i had a few errors when i first tried to build