Abdul muhaimin
Abdul muhaimin
> Update chrome cookies to support chrome 83 thats nice
https://github.com/volatilityfoundation/community/issues/15 Try this
hey, @shreeshailaya i have also faced this , just uncommenting in crm/settings.py `COMPRESS_ROOT = BASE_DIR + "/static/" ` in line `181` and adding `STATIC_URL = "/static/"` `MEDIA_ROOT = os.path.join(BASE_DIR, 'media')`...
have you installed sass ?? `sudo gem install sass`??
Hey @adam-nygate, No idea why it's on low important , Poc's always have more important on reports , If you are lazy to store files then you should definitely try...
That will be a nice move 😄🙌
@noraj have you fixed this! am still getting same error getting this ``` [osboxes@osboxes oxml_xxe]$ ruby server.rb Traceback (most recent call last): 5: from server.rb:11:in `' 4: from /home/osboxes/.rvm/rubies/ruby-2.6.2/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'...
NVM downgraded to ruby version 2.3.5 and used old Gemfile ``` source 'https://rubygems.org' ruby "2.3.5" gem 'sinatra', '1.4.8' gem 'haml' gem 'rubyzip' gem 'json','1.8.6' gem 'nokogiri' gem 'data_mapper', '1.2.0' gem...