Quantcast
Channel: Discourse Meta - Latest topics
Viewing all 60707 articles
Browse latest View live

Private messages: Topic failed to load

$
0
0

John Griogair Bell wrote:

I am currently seeing a behaviour where private messages are inaccessable. I see that they exist, and I'm notified of them, and get the content via email; but I cannot access them from the link in the UI nor from the link provided in the email. In the attached screenshot, I am logged in as an admin, I see the wrench and seem to be able to do things to the message. However even though the green 1 appears, and links back to this, the message does not load.

Posts: 6

Participants: 3

Read full topic


Comment on closing a topic because you can not reproduce it

$
0
0

Martin Heidegger wrote:

Continuing the discussion from Disallowing "uncategorized" entries still offers uncategorized as default category:

This feels very rude. This problem persists on my system and might be an configuration problem. Just because you can not reproduce this doesn't mean that its not worth to continue that discussion. It certainly isn't for me as I need to figure out by myself (neither a ruby nor discourse specialist) how to fix this.

Posts: 1

Participants: 1

Read full topic

Docker error on lauch-bootstrap etc

$
0
0

Alankrit Choudhary wrote:

I am using ubuntu 12.04 x64
This is the error i get,
Yes i am installing discourse as root

Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
Cannot connect to the docker daemon - verify it is running and you have access

I used the official method to install discourse,

http://imgur.com/a/BxZss

Posts: 4

Participants: 3

Read full topic

Replying on mobile is difficult

Can't see title when creating topic via mobile

Discourse Docker and preexisting webapps on Apache2

$
0
0

Dhoko wrote:

Hi everyone!

I recently installed Discourse on my Debian server (self hosted) using Docker for this purpose. The installation has been a success but as would be expected I have problems between Apache and Nginx. To run Dicourse I need to stop the Apache server. Unfortunately I have not much experience or knowledge to try to deal with such issues (in fact the purpose of setting up my own server is to learn about these issues in addition to eating your own dog food) so I appreciate that explain step by step what you could do in this case or indicate under what terms I could querying on the web.

Using a little search engine I found this thread which deals a similar situation but does not tell me much. I'm sorry:

Thanks in advance!

Posts: 1

Participants: 1

Read full topic

Send Promotion PMs

$
0
0

cpradio wrote:

So recently I was promoted to leader here on meta and I got to thinking... nothing notified me that I was promoted. I just happened to notice it.

Are we missing an opportunity here? Should be send a system generated PM to the user stating "Congratulations, you've been Promoted to X" with the body detailing things they are now able to do under that title?

Posts: 5

Participants: 3

Read full topic

Can't select a Badge for my Title

$
0
0

cpradio wrote:

On the Preferences page, click on Title, the drop down is empty frowning I can't select one of my badges to use as a title, it always states: No matches found.

Posts: 2

Participants: 2

Read full topic


Import from Vanilla Failing (Multiple errors)

$
0
0

Mark McDowall wrote:

I'm hoping to replace my existing Vanilla 2 forums with Discourse, but I'm having a couple errors when I attempt to import from a Vanilla Export, I've followed the steps in this thread: https://meta.discourse.org/t/paid-need-a-vanilla-2-import-tool/14852

The first issue I ran into was:

/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/attribute_assignment.rb:50:in `rescue in _assign_attribute': unknown attribute: bio_raw (ActiveRecord::UnknownAttributeError)
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/attribute_assignment.rb:45:in `_assign_attribute'

I cheated a bit and commented out the bio_raw in vanilla.thor which got me part way through importing the topics (~800 of ~1200) and into this error:

/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/postgresql_adapter.rb:834:in `get_last_result': PG::Error: ERROR:  duplicate key value violates unique constraint "cat_featured_threads"
 (ActiveRecord::RecordNotUnique)
DETAIL:  Key (category_id, topic_id)=(5, 597) already exists.
: INSERT INTO "category_featured_topics" ("category_id", "created_at", "rank", "topic_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/postgresql_adapter.rb:834:in `block in exec_cache'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/abstract_adapter.rb:373:in `block in log'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/abstract_adapter.rb:367:in `log'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/postgresql_adapter.rb:831:in `exec_cache'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/postgresql/database_statements.rb:138:in `exec_query'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/postgresql/database_statements.rb:177:in `exec_insert'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/abstract/database_statements.rb:95:in `insert'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/relation.rb:64:in `insert'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/persistence.rb:502:in `_create_record'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/attribute_methods/dirty.rb:87:in `_create_record'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/callbacks.rb:306:in `block in _create_record'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:82:in `run_callbacks'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/callbacks.rb:306:in `_create_record'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/timestamp.rb:57:in `_create_record'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/persistence.rb:482:in `create_or_update'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/callbacks.rb:302:in `block in create_or_update'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:113:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:113:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `block in halting'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `block in halting'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:86:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:86:in `run_callbacks'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/callbacks.rb:302:in `create_or_update'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/persistence.rb:103:in `save'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/validations.rb:51:in `save'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/attribute_methods/dirty.rb:21:in `save'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:268:in
 `block (2 levels) in save'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:329:in
 `block in with_transaction_returning_status'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/abstract/database_statements.rb:199:in `transaction'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:208:in
 `transaction'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:326:in
 `with_transaction_returning_status'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:268:in
 `block in save'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:283:in
 `rollback_active_record_state!'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:267:in
 `save'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/associations/has_many_association.rb:40:in `insert_record'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/associations/collection_association.rb:462:in `block (2 levels) in _create_record'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/associations/collection_association.rb:389:in `add_to_target'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/associations/collection_association.rb:460:in `block in _create_record'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/associations/collection_association.rb:168:in `block in transaction'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/abstract/database_statements.rb:199:in `transaction'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:208:in
 `transaction'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/associations/collection_association.rb:167:in `transaction'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/associations/collection_association.rb:459:in `_create_record'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/associations/collection_association.rb:137:in `create'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/associations/collection_proxy.rb:285:in `create'
        from /var/www/discourse/app/models/category_featured_topic.rb:32:in `block (2 levels) in feature_topics_for'
        from /var/www/discourse/app/models/category_featured_topic.rb:31:in `each'
        from /var/www/discourse/app/models/category_featured_topic.rb:31:in `each_with_index'
        from /var/www/discourse/app/models/category_featured_topic.rb:31:in `block in feature_topics_for'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/abstract/database_statements.rb:199:in `transaction'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:208:in
 `transaction'
        from /var/www/discourse/app/models/category_featured_topic.rb:28:in `feature_topics_for'
        from /var/www/discourse/app/models/topic.rb:467:in `block in changed_to_category'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/abstract/database_statements.rb:199:in `transaction'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:208:in
 `transaction'
        from /var/www/discourse/app/models/topic.rb:453:in `changed_to_category'
        from /var/www/discourse/app/models/topic.rb:163:in `block in <class:Topic>'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:438:in `instance_exec'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:438:in `block in make_lambda'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:221:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:221:in `block in halting_and_conditional'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:86:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:86:in `run_callbacks'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/callbacks.rb:306:in `_create_record'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/timestamp.rb:57:in `_create_record'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/persistence.rb:482:in `create_or_update'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/callbacks.rb:302:in `block in create_or_update'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:113:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:113:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `block in halting'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `block in halting'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `block in halting'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `block in halting'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `block in halting'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `block in halting'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `block in halting'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `block in halting'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `block in halting'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `block in halting'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:166:in `block in halting'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:215:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:215:in `block in halting_and_conditional'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:215:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:215:in `block in halting_and_conditional'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:215:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:215:in `block in halting_and_conditional'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:215:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:215:in `block in halting_and_conditional'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:86:in `call'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/callbacks.rb:86:in `run_callbacks'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/callbacks.rb:302:in `create_or_update'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/persistence.rb:103:in `save'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/validations.rb:51:in `save'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/attribute_methods/dirty.rb:21:in `save'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:268:in
 `block (2 levels) in save'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:329:in
 `block in with_transaction_returning_status'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/abstract/database_statements.rb:199:in `transaction'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:208:in
 `transaction'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:326:in
 `with_transaction_returning_status'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:268:in
 `block in save'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:283:in
 `rollback_active_record_state!'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:267:in
 `save'
        from /var/www/discourse/lib/topic_creator.rb:102:in `save_topic'
        from /var/www/discourse/lib/topic_creator.rb:20:in `create'
        from /var/www/discourse/lib/post_creator.rb:171:in `setup_topic'
        from /var/www/discourse/lib/post_creator.rb:58:in `block in create'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/abstract/database_statements.rb:201:in `block in transaction'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/abstract/database_statements.rb:209:in `within_new_transaction'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/connection_adapters/abstract/database_statements.rb:201:in `transaction'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.4/lib/active_record/transactions.rb:208:in
 `transaction'
        from /var/www/discourse/lib/post_creator.rb:57:in `create'
        from /var/www/discourse/lib/tasks/vanilla.thor:198:in `block in create_topics'
        from /var/www/discourse/lib/tasks/vanilla.thor:186:in `each'
        from /var/www/discourse/lib/tasks/vanilla.thor:186:in `create_topics'
        from /var/www/discourse/lib/tasks/vanilla.thor:26:in `import'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/base.rb:440:in `start'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/runner.rb:36:in `method_missing'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/command.rb:29:in `run'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/command.rb:126:in `run'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/lib/thor/base.rb:440:in `start'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/bin/thor:6:in `<top (required)>'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/bin/thor:23:in `load'
        from /var/www/discourse/vendor/bundle/ruby/2.0.0/bin/thor:23:in `<main>'

Please let me know if I can provide any more information to assist.

Posts: 1

Participants: 1

Read full topic

Categories with spaces in it's name won;t be listed as parent category

Where do I config my database?

$
0
0

liwei_swjtu wrote:

Continuing the discussion from Upgrade discourse from 0.9.6.3 to 0.9.9.7, any suggestion?:

Hi all,I'm working on upgrading my discourse to the latest version,when I tried to rake,errors occurred,telling that "PG::Error: FATAL: Peer authentication failed for user "discourse", I check the database.yml says"You may be surprised production is not here...", so where shall I config my database in the latest version?Thank you.

And I'm doing the upgrade is for backup my site and set up for the Docker way in installing discourse,any suggestions will be grateful too.

Posts: 2

Participants: 2

Read full topic

Make a case (or not) for dual composer view on node.bb

$
0
0

Erlend Sogge Heggen wrote:

An interesting discussion just popped up over at the nodebb.org forum:

Any reason why the dual composer view was chosen over WYSIWYG?

Well, after using the dual composer feature on a few sites besides this one such as the one on Dillinger, Ghost, Discourse and a few other sites, I've come to the conclusion that the dual composer is a failure for the use of a forum for many reasons.

When you are composing something, you want as much space as possible to write. I feel squeezed and constrained in a sense because I have this window pane to the right of me taking up half the space to write on. I'm sure there are mixed feelings about this, but if I had to choose whether I wanted the double pane view or the single WYSIWYG editor, I would definitely choose WYSIWYG.

Now, we could have our own forked discussion here, but frankly I think the neighbourly thing to do would be to go on over there, put in your 2 cents, and get a feel for a slightly different kind of forum experience while you're at it.

Posts: 1

Participants: 1

Read full topic

Formatting of multiple quotes from one post is broken

Refreshing the page in a topic moves you up the topic

$
0
0

Rikki Tooley wrote:

The URL points to the post at the top of the screen, whereas the page is aligned to the middle of the screen on page refresh.

Demo: visit the bottom of a long topic and press F5 each time the page finishes loading.
Result: URL is changed to [post-id] minus 1 or 2. Page is aligned to this post on refresh.

Tested on latest Firefox.

Posts: 3

Participants: 3

Read full topic

Link-backs remain after they are removed from linking post

$
0
0

Rikki Tooley wrote:

Because of this bug:

I accidentally put the wrong url into reporting this bug:

leading me to this bug:

..a kind of bug trifecta.


Steps:

  1. create and submit a new post which contains a link to another post on the forum
  2. check the linked post to verify the linkback is there.
  3. edit your post to link to a different post.
  4. check the originally linked post.

Ideal:

  1. Originally linked post does not have a link to your post in the right gutter.

Actual:

  1. Both linked posts have a linkback to your post.

Posts: 2

Participants: 2

Read full topic


Dismissable banner like on discourse.soylent.me

$
0
0

Tuan Anh Tran wrote:

I can add the banner and the dismiss button but i dont know how to make discourse remember user already dismiss it.

It's like the one at discourse.soylent.me

Posts: 3

Participants: 2

Read full topic

Create Admin Account from Console

$
0
0

Arpit Jalan wrote:

So you want to create/grant Admin privileges or reset user password from console? Great, let's get started!

Access Console

Connect to your Droplet via SSH, or use Putty on Windows:

ssh root@192.168.1.1

Replace 192.168.1.1 with the IP address of your Droplet.

Switch to your Docker folder:

cd /var/docker

Enter the container:

./launcher enter app
# or
./launcher ssh app

You can perform these three tasks from console:

  • Create New Account with Admin Privileges
  • Reset Password for Existing Account
  • Grant Admin Privileges to Existing Account

Jump to specific section to perform that task.

Create New Account with Admin Privileges

Run this command from console:

rake admin:create

You will be asked for Email, Password and Confirm Password.

After providing required information a new account will be created with random username.

Now you will be asked: Do you want to grant Admin privileges to this account? (y/n)

Press y if you want to grant admin privileges to newly created account.

You will see success message: Your account now has Admin privileges!.

That's it, you have created a new account with Admin privileges.

Reset Password for Existing Account

Run this command from console:

rake admin:create

You will be asked for Email, enter the email of existing account.

Now you will be asked: User with this email already exists! Do you want to reset the password for this email? (y/n)

Press y to reset the password, enter the new password and confirm password.

You will see success message: Account updated successfully!.

That's it, you have successfully reset the password for existing account.

Grant Admin Privileges to Existing Account

Run this command from console:

rake admin:create

You will be asked for Email, enter the email of existing account.

Now you will be asked: User with this email already exists! Do you want to reset the password for this email? (y/n)

Press n

Now you will be asked: Do you want to grant Admin privileges to this account? (y/n)

Press y

You will see success message Your account now has Admin privileges!.

That's it, you have successfully granted Admin privileges to existing account.

Posts: 2

Participants: 2

Read full topic

# granted button on new badge

$
0
0

James Milligan wrote:

Adding a new badge throws up "[object Object]" where the # granted should be for existing badges. See bottom left:

Posts: 1

Participants: 1

Read full topic

Can't precompile

$
0
0

Ova Light wrote:

that's what I am getting while trying to run "rake assets:precompile"

SyntaxError: /var/www/discourse/app/assets/javascripts/application.html.erb:11: syntax error, unexpected keyword_end
; _erbout.concat "    "; - end ; _erbout.concat "\n"
                              ^
/var/www/discourse/app/assets/javascripts/application.html.erb:19: syntax error, unexpected keyword_end
; _erbout.concat "    "; - end ; _erbout.concat "\n"
                              ^
/var/www/discourse/app/assets/javascripts/application.html.erb:55: syntax error, unexpected keyword_end
; _erbout.concat "    "; - end ; _erbout.concat "\n"
                              ^
/var/www/discourse/app/assets/javascripts/application.html.erb:75: syntax error, unexpected keyword_end
; _erbout.concat "    "; - end ; _erbout.concat "\n"

That's my code by the way http://pastie.org/9361150
my ruby version 2.0

I can't understand where's the error

Posts: 2

Participants: 2

Read full topic

How to add a new tab with content from a group?

$
0
0

David García-Navas wrote:

Continuing the discussion from Please visit our Discourse Forum! (Directory):

Hi, @ampburner, your forum looks fantastic smile

I haven't found any how-to post that explains how to add a tab like the one you have added, called IOI Tracker and showing the content from a specific group.

Can someone explain how to do that?
Thanks!

Posts: 4

Participants: 3

Read full topic

Viewing all 60707 articles
Browse latest View live




Latest Images