bluenevus

Results 14 comments of bluenevus

So what I did was go into mysql Add a column called context Made it varchar 256 characters And it worked. Not sure why that column didn’t migrate on db:migrate...

I’m having other problems. Its just missing a lot of tables. Everytime I put in a field or table manually, another one is missing. Uninstall e.g. bundle exec rake redmine:plugins:migrate...

Completed 500 Internal Server Error in 15ms (ActiveRecord: 2.6ms) ActiveRecord::StatementInvalid (Mysql2::Error: Table 'redmine_production.viewings' doesn't exist: SHOW FULL FIELDS FROM `viewings`): plugins/redmine_knowledgebase/lib/acts_as_viewed.rb:179:in `viewed_by?' plugins/redmine_knowledgebase/lib/acts_as_viewed.rb:157:in`block in view' plugins/redmine_knowledgebase/lib/acts_as_viewed.rb:156:in `view' plugins/redmine_knowledgebase/app/controllers/articles_controller.rb:88:in`show' lib/redmine/sudo_mode.rb:63:in `sudo_mode'...

same issue here. after the last cryptpad update, we land on the front page just fine but the moment you try to open a link or create a new pad...

so I rolled back to the previous image before the update at 4pm est yesterday and that image worked without the warning "This page can only be accessed via http://localhost:3000/."...

@ansuz The problem it that it was working on docker with the config.js following the instruction provided. Its jwilder nginx reverse proxy to cryptpad. There was nothing in the changelog...

ahh I see that. @ansuz then its not possible for it to work in docker and jwilder proxy it. placing the unsafe origin as the url that jwilder is configured...

you are right. figured it out and it works. thanks