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

How to access app.yml?

$
0
0

@Adam_Adam wrote:

Where is that located?

Posts: 15

Participants: 4

Read full topic


Site fails to load with js errors

$
0
0

@carlokok wrote:

Our site (https://talk.remobjects.com/) started failing to load with the last few updates:

Laden voor het <script> met bron ‘https://talk.remobjects.com/assets/ember_jquery-27e777857b8c0730dacfe09cb11711365d21a5db4f9ee0b85d494e4259cf6cda.js’ is mislukt. [talk.remobjects.com:34](https://talk.remobjects.com/)

ReferenceError: define is not defined[Meer info] [_preload-store-ec90ffab9d7a6d9e507dda7cf7343e9d50b8bce624f7f44486ac8fd6b9814309.js:1](https://talk.remobjects.com/assets/_preload-store-ec90ffab9d7a6d9e507dda7cf7343e9d50b8bce624f7f44486ac8fd6b9814309.js)

Laden voor het <script> met bron ‘https://talk.remobjects.com/assets/vendor-20c2f328b5abb11fe184c1b75687e13d2b1ecc3ef8c7a3340da616da2acb03bb.js’ is mislukt. [talk.remobjects.com:38](https://talk.remobjects.com/)

ReferenceError: define is not defined[Meer info] [_pretty-text-bundle-d8a2e94eb658e9772d1ffdfcc0c3c5d31eba61f2c36e5f86a0d59f2d76e795ba.js:1](https://talk.remobjects.com/assets/_pretty-text-bundle-d8a2e94eb658e9772d1ffdfcc0c3c5d31eba61f2c36e5f86a0d59f2d76e795ba.js)

ReferenceError: define is not defined[Meer info] [application-faebd89d087a88aed7d48f6dd6c16a4721027e95b7da1fc6db583719d0ada076.js:1:1](https://talk.remobjects.com/assets/application-faebd89d087a88aed7d48f6dd6c16a4721027e95b7da1fc6db583719d0ada076.js)

ReferenceError: Ember is not defined[Meer info] [plugin-ece81ae2de07f89c2a2358bde79f6a75a400c536bb254955ee48ee6a2c35860c.js:1:1](https://talk.remobjects.com/assets/plugin-ece81ae2de07f89c2a2358bde79f6a75a400c536bb254955ee48ee6a2c35860c.js)

ReferenceError: define is not defined[Meer info] [_plugin-third-party-95176350723c7352bf3851c4a776723ad45db51c33dd061787efcc6dc0177e89.js:1](https://talk.remobjects.com/assets/_plugin-third-party-95176350723c7352bf3851c4a776723ad45db51c33dd061787efcc6dc0177e89.js)

ReferenceError: define is not defined[Meer info] [_admin-df2063af5c4693fff66917c700756e4fd7644887948651199a4c0398445a012b.js:1](https://talk.remobjects.com/assets/_admin-df2063af5c4693fff66917c700756e4fd7644887948651199a4c0398445a012b.js)

ReferenceError: require is not defined[Meer info] [talk.remobjects.com:435:13](https://talk.remobjects.com/)

ReferenceError: Ember is not defined[Meer info] [talk.remobjects.com:452:3](https://talk.remobjects.com/)

ReferenceError: require is not defined[Meer info]

Tried updating again but that didn’t make any real difference. What else can I try?

The site itself does function fine in already opened tabs.

Posts: 6

Participants: 3

Read full topic

Enable local logins via email

Match spaces in search with underscores in text

$
0
0

@tophee wrote:

When I searched for "enable local logins via email" (a site setting) an hour ago, I was surprised not to find a single post. Now I noticed that there actually are some posts containing enable_local_logins_via_email.

How about having search interpret spaces in a search term also as underscores, i.e. to return posts with enable_local_logins_via_email in a search for "enable local logins via email"?

Posts: 1

Participants: 1

Read full topic

I get error response from daemon: when rebuild Discourse

$
0
0

@huynhthai824 wrote:

Today, i install plugin, when i run “./launcher rebuild app command” , i get error below:

root@bdser:/var/discourse# ./launcher rebuild app
/usr/bin/docker: Error response from daemon: connection error: desc = “transport: dial unix /var/run/docker/containerd/docker-containerd.sock: connect: connection refused”: unknown.
ERRO[0000] error waiting for container: context canceled
Your Docker installation is not working correctly
See: Docker error on Bootstrap

What next can i do to fix it?
Thank you!

Posts: 3

Participants: 2

Read full topic

Running into 404 and 403 for some internal Links

$
0
0

@ZackFea wrote:

Some of my internal links run int 403 or 404 errors on first call if they linked in a topic or reply. Using copy and paste or refresh the page after opend it does work.

I can reproduce the 404 errors are mostly for plugins, example creating a wizzard with the Custom Wizard Plugin and link the created wizzard into a post. Or using a permalinks that created at adminpage.

The 403 error shows for me up at category that I did rename. I move site-feedback to forum-anpassungen. Discourse created a permalink:

Click at the link replied in a post, Iam running into

in https://rivven.community/c/site-feedback/find_by_slug.json

{"errors":["Du hast nicht die Erlaubnis, die angeforderte Ressource zu betrachten."],"error_type":"invalid_access"}

After refresh, it works :thinking:

The fun thing is, if someone quote the link inside the quote works :upside_down_face:

Iam using discourse v2.0.0.beta4 +56

Posts: 1

Participants: 1

Read full topic

Code for centering videos and photos in topics/posts horizontally

$
0
0

@McBlu wrote:

G’day,

I have this code (thanks to III) to center photos horizontally and would like to do the same for embedded videos of all types.


/*center images uploaded to posts*/
.lightbox-wrapper {
    display: block;
    text-align: center;
}

p>img {
    display: block;
    margin: 0 auto; 
}

Does anyone know the best (broad, applies to all embedded video types) code for horizontally centering videos?

Thanks in advance.

Posts: 1

Participants: 1

Read full topic

Full subcategory name on mobile


"FAILED TO BOOTSTRAP" when rebuild Discourse

Importing and exporting backups

$
0
0

@Adam_Adam wrote:

I am currently using the discourse tria plan.

If I export my backup, and my plan expires. Will i be able to purchase a plan later down the road and upload that backup and have everything I had before on my trial plan?

Posts: 3

Participants: 2

Read full topic

Where do I find the logo in the web page window tab?

$
0
0

@McBlu wrote:

Help! Driving me nuts. Trying to find where the setting is for the logo that goes into the web page window tab. . .
41%20AM

Posts: 2

Participants: 2

Read full topic

Rebooted server, mail queue messages ballooned

$
0
0

@Jumanji wrote:

Greetings all, we recently performed some server maintenance that required the server to be rebooted. Upon restart, our dev noticed the mail queue had ballooned to almost 50k messages. We have several thousand active members.

Could this be a reset of the weekly digest email process?

v1.8.11

Thanks!

Posts: 2

Participants: 2

Read full topic

Backup Restore Fail

$
0
0

@nothing wrote:

Hello, I want to restore the backup I bought 1 day ago, but I get an error. I have tried all the solution methods in the forum 1 day. I installed Digitalocean with automatic discourse.

Can you help me ?

The methods I tried. ./launcher rebuild app , new clean install,

[2018-03-12 19:39:20] 'admin' has started the restore! [2018-03-12 19:39:20] Marking restore as running... [2018-03-12 19:39:20] Making sure /var/www/discourse/tmp/restores/default/2018-03-12-193920 exists... [2018-03-12 19:39:20] Copying archive to tmp directory... [2018-03-12 19:39:20] Unzipping archive, this may take a while... [2018-03-12 19:39:20] Extracting metadata file... [2018-03-12 19:39:20] EXCEPTION: Migration version is missing from the filename. [2018-03-12 19:39:20] /var/www/discourse/lib/backup_restore/restorer.rb:214:inextract_metadata’ /var/www/discourse/lib/backup_restore/restorer.rb:38:in run' /var/www/discourse/lib/backup_restore/backup_restore.rb:167:inblock in start!’ /var/www/discourse/lib/backup_restore/backup_restore.rb:164:in fork' /var/www/discourse/lib/backup_restore/backup_restore.rb:164:instart!’ /var/www/discourse/lib/backup_restore/backup_restore.rb:23:in restore!' /var/www/discourse/app/controllers/admin/backups_controller.rb:103:inrestore’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_controller/metal/basic_implicit_render.rb:4:in send_action' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/abstract_controller/base.rb:186:inprocess_action’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_controller/metal/rendering.rb:30:in process_action' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/abstract_controller/callbacks.rb:20:inblock in process_action’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/callbacks.rb:131:in run_callbacks' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/abstract_controller/callbacks.rb:19:inprocess_action’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_controller/metal/rescue.rb:20:in process_action' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_controller/metal/instrumentation.rb:32:inblock in process_action’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/notifications.rb:166:in block in instrument' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/notifications/instrumenter.rb:21:ininstrument’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/notifications.rb:166:in instrument' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_controller/metal/instrumentation.rb:30:inprocess_action’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_controller/metal/params_wrapper.rb:252:in process_action' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.4/lib/active_record/railties/controller_runtime.rb:22:inprocess_action’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/abstract_controller/base.rb:124:in process' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.4/lib/action_view/rendering.rb:30:inprocess’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.7/lib/mini_profiler/profiling_methods.rb:102:in block in profile_method' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_controller/metal.rb:189:indispatch’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_controller/metal.rb:253:in dispatch' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/routing/route_set.rb:49:indispatch’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/routing/route_set.rb:31:in serve' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/routing/mapper.rb:16:inblock in <class:Constraints>’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/routing/mapper.rb:46:in serve' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/journey/router.rb:50:inblock in serve’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/journey/router.rb:33:in each' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/journey/router.rb:33:inserve’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/routing/route_set.rb:834:in call' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rack-protection-2.0.0/lib/rack/protection/frame_options.rb:31:incall’ /var/www/discourse/lib/middleware/omniauth_bypass_middleware.rb:24:in call' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/conditional_get.rb:38:incall’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/head.rb:12:in call' /var/www/discourse/lib/middleware/anonymous_cache.rb:149:incall’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in context' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:incall’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/middleware/cookies.rb:613:in call' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/middleware/callbacks.rb:26:inblock in call’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/callbacks.rb:97:in run_callbacks' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/middleware/callbacks.rb:24:incall’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/middleware/debug_exceptions.rb:59:in call' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/middleware/show_exceptions.rb:31:incall’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/logster-1.2.9/lib/logster/middleware/reporter.rb:31:in call' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/railties-5.1.4/lib/rails/rack/logger.rb:36:incall_app’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/railties-5.1.4/lib/rails/rack/logger.rb:26:in call' /var/www/discourse/config/initializers/100-quiet_logger.rb:16:incall’ /var/www/discourse/config/initializers/100-silence_logger.rb:29:in call' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/middleware/remote_ip.rb:79:incall’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/middleware/request_id.rb:25:in call' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/method_override.rb:22:incall’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.4/lib/action_dispatch/middleware/executor.rb:12:in call' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/sendfile.rb:111:incall’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.7/lib/mini_profiler/profiler.rb:282:in call' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/message_bus-2.1.2/lib/message_bus/rack/middleware.rb:63:incall’ /var/www/discourse/lib/middleware/request_tracker.rb:166:in call' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/railties-5.1.4/lib/rails/engine.rb:522:incall’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/railties-5.1.4/lib/rails/railtie.rb:185:in public_send' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/railties-5.1.4/lib/rails/railtie.rb:185:inmethod_missing’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in block in call' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/urlmap.rb:53:ineach’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in call' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/unicorn-5.4.0/lib/unicorn/http_server.rb:606:inprocess_client’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/unicorn-5.4.0/lib/unicorn/http_server.rb:701:in worker_loop' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/unicorn-5.4.0/lib/unicorn/http_server.rb:549:inspawn_missing_workers’ /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/unicorn-5.4.0/lib/unicorn/http_server.rb:142:in start' /var/www/discourse/vendor/bundle/ruby/2.4.0/gems/unicorn-5.4.0/bin/unicorn:126:in<top (required)>’ /var/www/discourse/vendor/bundle/ruby/2.4.0/bin/unicorn:23:in load' /var/www/discourse/vendor/bundle/ruby/2.4.0/bin/unicorn:23:in<main>’ [2018-03-12 19:39:20] Trying to rollback… [2018-03-12 19:39:20] There was no need to rollback [2018-03-12 19:39:20] Notifying ‘admin’ of the end of the restore… [2018-03-12 19:39:28] Cleaning stuff up… [2018-03-12 19:39:28] Removing tmp ‘/var/www/discourse/tmp/restores/default/2018-03-12-193920’ directory… [2018-03-12 19:39:28] Unpausing sidekiq… [2018-03-12 19:39:28] Marking restore as finished… [2018-03-12 19:39:28] Finished!`

Posts: 4

Participants: 2

Read full topic

Questions about badge settings

$
0
0

@Adam_Adam wrote:

I am looking to create new badges and have the following questions:

  • Where do I define and setup the conditions to how a user gets a badge?

  • How could I setup a way where users can submit certain information, admins review it, then user is granted a certain badge?

  • How could admins manually give out badges?

  • What are badge Groups?

  • What do the first and fourth options do? Capture3

Posts: 2

Participants: 2

Read full topic

Is there a way to change a core URL, e.g. /guidelines

$
0
0

@wolftune wrote:

I’d rather /conduct or similar. Is there a way to actually make the URL different? Or is the best we can get that we change the page content and link titles etc. but the URL is fixed?

Posts: 1

Participants: 1

Read full topic


Discourse related niche domains e.g. DiscourseApps.com

Structured Data Error in Discourse

Checkboxes for custom flag reasons and anonymous feedback

$
0
0

@wolftune wrote:

Continuing the discussion from "Subflags"/anotations as part of flags:

I found that older topic searching exactly for this sort of thing before posting anew. To add new perspective:

  • We have a Code of Conduct with a list of specific rules
  • We want flaggers to identify which rules are being violated
    • with checkboxes ideally (a post might violate more than one rule)
    • the checked reasons should be included in the flag message
  • It makes sense to allow an anonymous inclusion of some arbitrary text explanation inserted into the system message sent to the flaggee
    • being able to quote specific items to be appropriate and potentially useful but less essential

This is not about annotation as a goal. This is about encouraging users to think about and consider the Code of Conduct. It makes flaggers review the Code to think about what the violation(s) are. It makes it clearer to the poster how they went wrong (and thus how to fix it).

Flagging more often, edits expected, not just serious violations

In my view, the goal isn’t to think of flags as only used rarely for real transgressions. They are to be used for all the times that discussions are just going badly or for a condescending remark or anything that is toxic to optimal communication. Since it’s easy to slip there, flagging should be encouraged, but the expectation is edit-and-fix. And the process reminds everyone of the Code of Conduct which will help them build good habits.

PM’s invite responses

In my view, relying on PM’s to provide context encourages people to reply, like to explain themselves or defend their transgression etc. With a PM, it’s less “look, just fix with an edit and let’s get back to the real topic” and can instead feel more like a confrontation with some response expected (the main action is clearly “reply”).

Besides, there’s a lot of value in providing anonymous feedback when flagging. If the feedback itself isn’t fair, then staff can be asked to step in.

Think of flagging as a special form of “reaction”

Just as “like” / “love” buttons help avoid extraneous reply posts, the goal of flagging is to get the issues fixed without having back and forth discussions (except when users really think a discussion is the way to go, then sure, they can).

Point is: flagging is a way to stop toxic communication at the very start of it. It shouldn’t be focused on the issue of getting rid of bad actors. Far more of us are well-intended people who just slip because communication is hard.

Continual reminders of Code of Conduct / guidelines and real cases where we see when we slip are very useful to keeping us all at our best.

So, final point: this is about helping people in the community get along well without mods stepping in. In our ideal system, a single flag is all it takes to hide and prompt editing and mods don’t even get notified of flags unless either the flagger and flaggee decides they need mod assistance.

Posts: 2

Participants: 1

Read full topic

Customize Tags Page

$
0
0

@fellowshipforums wrote:

Hi,

  1. Is it possible to edit the default titles on the Tags page. For example, can I change the title “Tags” to something else like “Exam Database”. Also, can I disable the “All Tags” title so it doesn’t appear, or appears as a different word? Would someone be able to help with the CSS to enable this?

Thanks!

Posts: 1

Participants: 1

Read full topic

Category settings: Anon email access

$
0
0

@Andy_White1 wrote:

Hi. Setting up one of our Categories to allow anon users to email into the category. (We have a contact form that sends the output to the Category email address)
On Category settings we had toggled this on
Accept emails from anonymous users with no accounts

I noticed that if the User had signed up, but not activated their email Discourse would not allow their email to be sent into the Category.

It would allow a totally anon user to send an email (It sets up a user name which is ghosted out on the admin screen)

Posts: 4

Participants: 2

Read full topic

Viewing all 60739 articles
Browse latest View live




Latest Images