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

Login link expiry message could be better

$
0
0

@Dan_Ros wrote:

If you login with SSO and allow the link to expire and then login, you get a single line text page error message (login expired). You are not redirected to the login page again, but you are actually logged in and can use the forum then.

Dan

Posts: 1

Participants: 1

Read full topic


Large Discourse logo

Email verification not working in a cloned forum

$
0
0

@Bahlsen wrote:

Hi

I have been given the task of getting a cloned site to work. Reason it is cloned, is because there was no way I could get a backup to work. So cloning it is.

I have successfully created a new forum from scratch on a Digitalocean droplet and a Mandrill account. Just to hone my skills and get my feet wet. After that I successfully have cloned the site, with a snapshot. The forum works, but with the clone, I can not get the mail verification to work.

If I run ./launcher mailtest app, I get an email, but when I try to create a new user, the verification goes through the Mailgun account used previously. I can see the setup for the account in containers/web_only.yml, but I lack the skills to know to do with that information. I tried renaming containers/web_only.yml and containers/data.yml (to at least try something), and restarting and bootstrapping, but the verification email is still sent through Mailgun. In Discourse Admin->Email, it also shows the Mailgun settings.

Any idea how I proceed?

TIA

Posts: 2

Participants: 1

Read full topic

Cannot Delete Auto-Created Topics in Categories

$
0
0

@Laura_S wrote:

We're working on transitioning our existing forum to Discourse.

We've loaded all of our existing content into Discourse from Vanilla but it looks like Discourse has auto created new topics in each of the categories like, "About the Announcements category".

I'd like to delete all of these but selecting the topics and deleting them does not seem to work.

Help!

Posts: 5

Participants: 3

Read full topic

Bootstrap failed after rebuild - changed domain name

$
0
0

@wcr wrote:

I have attempted to follow the instructions listed here to change the domain name of the installation. All went well until the rebuild. Here are the results of the rebuild app:

BTW I know only a tiny bit about ssh...

root@discuss:/var/discourse# ./launcher rebuild app
Ensuring discourse docker is up to date
Fetching origin
Discourse Docker is up-to-date
Stopping old container
+ /usr/bin/docker stop -t 10 app
app
cd /pups && git pull && /pups/bin/pups --stdin
From https://github.com/SamSaffron/pups
   8d972ab..7d741e1  master     -> origin/master
Updating 8d972ab..7d741e1
Fast-forward
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
I, [2015-05-01T16:23:58.782133 #41]  INFO -- : Loading --stdin
/pups/lib/pups/merge_command.rb:45:in `merge': no implicit conversion of String into Hash (TypeError)
        from /pups/lib/pups/merge_command.rb:45:in `deep_merge'
        from /pups/lib/pups/cli.rb:21:in `block in run'
        from /pups/lib/pups/cli.rb:18:in `each'
        from /pups/lib/pups/cli.rb:18:in `run'
        from /pups/bin/pups:8:in `<main>'
f5ce36899454a37636c3fddad3c4230f306768355b5fa941aea2cceabc42ba62
FAILED TO BOOTSTRAP
root@discuss:/var/discourse#

Posts: 1

Participants: 1

Read full topic

Error polling for reply emails

$
0
0

@louisd wrote:

I'm trying to setup replying by email for my Discourse installation. Whenever it polls the pop3 server it raises the exception Job exception: Reserved key in template arguments. I'm not sure which of the disallowed args is causing the error and how I would accidentally be including those. The only settings I've changed are the ones I needed to in Admin->Settings->Email

Here's the trace:

/var/www/discourse/app/mailers/rejection_mailer.rb:23:in `send_rejection'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionpack-4.1.10/lib/abstract_controller/base.rb:189:in `process_action'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionpack-4.1.10/lib/abstract_controller/callbacks.rb:20:in `block in process_action'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.10/lib/active_support/callbacks.rb:82:in `run_callbacks'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionpack-4.1.10/lib/abstract_controller/callbacks.rb:19:in `process_action'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionpack-4.1.10/lib/abstract_controller/base.rb:136:in `process'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionview-4.1.10/lib/action_view/rendering.rb:30:in `process'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionmailer-4.1.10/lib/action_mailer/base.rb:580:in `block in process'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.10/lib/active_support/notifications.rb:159:in `block in instrument'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.10/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.10/lib/active_support/notifications.rb:159:in `instrument'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionmailer-4.1.10/lib/action_mailer/base.rb:577:in `process'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionmailer-4.1.10/lib/action_mailer/base.rb:568:in `initialize'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionmailer-4.1.10/lib/action_mailer/base.rb:551:in `new'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionmailer-4.1.10/lib/action_mailer/base.rb:551:in `method_missing'
/var/www/discourse/app/jobs/scheduled/poll_mailbox.rb:77:in `handle_failure'
/var/www/discourse/app/jobs/scheduled/poll_mailbox.rb:27:in `rescue in handle_mail'
/var/www/discourse/app/jobs/scheduled/poll_mailbox.rb:30:in `handle_mail'
/var/www/discourse/app/jobs/scheduled/poll_mailbox.rb:91:in `block (2 levels) in poll_pop3'
/usr/local/lib/ruby/2.0.0/net/pop.rb:665:in `each'
/usr/local/lib/ruby/2.0.0/net/pop.rb:665:in `each_mail'
/var/www/discourse/app/jobs/scheduled/poll_mailbox.rb:90:in `block in poll_pop3'
/usr/local/lib/ruby/2.0.0/net/pop.rb:531:in `start'
/var/www/discourse/app/jobs/scheduled/poll_mailbox.rb:88:in `poll_pop3'
/var/www/discourse/app/jobs/scheduled/poll_mailbox.rb:18:in `execute'
/var/www/discourse/app/jobs/base.rb:153:in `block (2 levels) in perform'

Thanks for any insight or help!

Posts: 1

Participants: 1

Read full topic

Test emails work fine but nothing else

$
0
0

@norbauer wrote:

Hi all! Discourse is awesome, but I'm having trouble getting emails working.

I have installed to Azure using a Bitnami VM. I'm on Discourse v1.2.3, and I'm using Mandrill for mail delivery.

I went through all the email set up sets and sending test emails works perfectly. However, invites appear never to be delivered. I have checked in my Mandrill dashboard, and Mandrill never gets the request.

I have checked all the usual suspects such as spam filters, etc., but no luck.

I'm not familiar with Discourses's internals. I could start digging into the Ruby and debugging, but I figured asking here would be a good start. Is it maybe the case that there is some kind of worker that comes through and periodically sends a queue of emails but that the test emails are sent immediately by the Rails app?

What is different about the test emails vs normal emails that could be causing the discrepancy? Any ideas for places to start debugging this issue?

Thanks in advance! smile

Posts: 7

Participants: 2

Read full topic

Strange behavior of the navigation by clicking on the (none) category


Getting around message requirement on custom flags

$
0
0

@abarker wrote:

Today we got a custom flag that had no associated message. After conversing with the user who created the flag, the repro steps were something like this:

  1. Send a Message to the author of a post via the Flag Post UI.
  2. Reopen the Flag Post UI to submit a Custom Flag for the same post.
  3. Note that the text from the Message is still there. Since you want to send the same text in the Custom Flag, submit as-is.
  4. Think all is well with the world until a staff member sends you a message asking what your custom flag without a message is all about.

Because no message chain is created, no communications can be tied to the flag directly.

Posts: 4

Participants: 3

Read full topic

Items filter improperly when searching Admin/Settings

$
0
0

@strager wrote:

Hi guys,

When you do a search under "Admin/Settings" it used to provide you with a list of categories with the number of items in each category that match. Now when doing the same search it initially does this but within 2 seconds suddenly filters everything to "All" and removes the categories- this makes it difficult to determine which area a setting is in requiring us to search every time we change a setting.

To quickly reproduce, do a search for the letter "a"

As you can see you intitally see the categoes as expected.... However wait 2-3 seconds and it automatically changes to look like:

For longer searches (for example "newuser") this change occurs too fast to even determine what section the setting is in. @Bill_S was looking for these settings and still cannot determine the correct category so has to do a search every time he wants to update one.

Posts: 2

Participants: 2

Read full topic

Searching categories does not include sub forums with a parent that matches the search

$
0
0

@NomNuggetNom wrote:

A bit of a mouthful here. Easiest way to see what I mean is to repro:

  • Start to post a topic and use the category drop-down to search
  • Type in "support"
  • Note that only the main "support" category showed

I would expect that the sub-categories of "support" also appear when I search. If this is behaving as intended please move the topic.

Posts: 8

Participants: 5

Read full topic

Fenced code blocks don't work with ~~~…~~~

$
0
0

@johnmuhl wrote:

Both triple ` and ~ should be supported as the start and end of fenced code blocks but only backticks seem to work here.

~~~
This is a fenced code block
~~~

This is a fenced code block

Posts: 6

Participants: 3

Read full topic

How to add html markup or meta tags for external search engine

$
0
0

@mrosas wrote:

We are implementing a search engine for our main site using Swiftype. Out of the box indexing of our discourse site includes page navigation in the search description which is not desirable. (see here).

Swiftype offers two ways to customize the search description.

  1. Content Exclusion/Inclusion: add attribute to markdown to designate what should be excluded/included in search index (eg: <p data-swiftype-index='false/true'>)
  2. Meta tags: add custom meta tags to indicate what should be included in search index (eg: <meta class="swiftype" name="body" data-type="text" content="this is the body content" />)

I'm not finding a way to do this without directly modifying files and it's pretty clear to me that would break once we updated Discourse.

Would really welcome ideas on the best approach to resolving this.

Posts: 4

Participants: 2

Read full topic

[PAYED] Setting up a cloned install

$
0
0

@Bahlsen wrote:

Hi

I have a cloned forum, which I need to do some setup on. My attempts so far has only resultet in grief and tears. If you are a seasoned Discourse sys-admin, and can fix this, please PM me.
Thanks

My problem is described here

Posts: 5

Participants: 3

Read full topic

Moving the N-replies counter / expansion closer to the Reply button

$
0
0

@erlend_sh wrote:

Continuing the discussion from Move heart and "X users liked this" to the left:

So here's the suggestion:

As long as the buttons have default styling, I like it. But with an even more minimalist look, it kind of crumbles:

Without the button styling, there's no clear relationship between the two.

Ideas?

Posts: 5

Participants: 3

Read full topic


A lone @ gets autocompleted to the next mention

$
0
0

@Kuro wrote:

If this is already reported, I didn't find it. Searching for this kind of bug is pretty hard, though, since it centers around a single character.

Bug: A single "at" inside a paragraph with multiple "at" turns into the nearest mention.
Expected result: Posting a single "at" with a whitespace behind it does not get turned into a mention
Actual Result: The "at" gets turned into the next mention in the paragraph (not seperated by 2 newlines).
Reproduction steps:
@sam this is a single "at"
@sam This is me mentioning Sam

@ so this is a single "at"
@sam This is me mentioning Sam

Bonus Bug: it also deletes following X characters (where X is the amount of characters in the mentioned username)

Filed Under: Apparently this bugreport ist similar to the Awesome BBCodes Pluging and trying to find groups where single users belong... I will never understand this algorithm

Posts: 2

Participants: 2

Read full topic

Discourse SSO provider - Login Unknown error

$
0
0

@ntadej wrote:

I managed to (seems like) successfully implement Discourse as an omniauth strategy to be used as SSO provider.

There is currently one issue with it. When I'm not logged in on Discourse, I get redirected to login on Discourse. When I login first time, I get "Unknown error", the second time it lets me in, but does not redirect back to "return_sso_url" set in initial request to SSO provider. If I'm already logged in, the provider works as expected and I get the user data.

Is there a way to see the login errors as logs do not show anything. I tested it on latest stable 1.2.3 and latest testing. I'm new to Discourse, but I couldn't find anything here on meta or google.

Posts: 1

Participants: 1

Read full topic

Editing a poll with votes creates inconsistent state

$
0
0

@gerhard wrote:

Steps to reproduce

  • Create a new poll
  • Vote for an option
  • Edit the poll and add another option

Expected result
The poll should show the additional option and the already cast votes should be visible.

Actual result
The additional option is visible and the votes are still there, but the total_votes are gone which results in invalid results.
I voted for "Yes" in the following example and then added the "I don't know" option to it.

  • Yes
  • No
  • Maybe
  • I don't know

No votes yet. Want to be the first?

Show results

Bonus bug
Same steps as above with the following additional steps:

  • Click "Hide results" when the poll is already "destroyed".
  • Vote for another option like "No".

See the following example for the result of those actions:

  • Yes
  • No
  • Maybe
  • I don't know

No votes yet. Want to be the first?

Show results

Posts: 1

Participants: 1

Read full topic

How about always showing the last poster last?

$
0
0

@mcwumbly wrote:

Continuing the discussion from Changing or removing the last poster avatar highlight:

So instead of this:

Do this:

The highlight tells you that the last poster is the OP, so no info lost.

This makes the time narrative more consitent as well:

Posts: 3

Participants: 2

Read full topic

Errno::ENOMEM (Cannot allocate memory -

$
0
0

@Ricardo_Viteri wrote:

Can someone help me understand the following errors?:

1)
Errno::ENOMEM (Cannot allocate memory - convert public/uploads/letter_avatars/2/R/124_142_87/240.png[0] -background transparent -gravity center -thumbnail 40x40^ -extent 40x40 -interpolate bicubic -unsharp 2x0.5+0.7+0 -quality

2)

PG::UndefinedTable: ERROR: relation "users" does not exist
LINE 5: WHERE a.attrelid = '"users"'::regclass
^
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = '"users"'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum

3)
Can't verify CSRF token authenticity

Posts: 3

Participants: 2

Read full topic

Viewing all 60690 articles
Browse latest View live




Latest Images