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

Regression: discourse running from subfolder redirecting to incorrect login


Auto-reply only triggering once

$
0
0

@jordan1909 wrote:

I have enabled email submissions and replies on our installation. Everything works beautiful minus one thing.

We only allow submissions from registered users, the bounceback to unregistered users works perfectly the first time.

However say the user forgets they did not register after the first auto-reply and they send another email, they do not seem to be getting the auto-reply on the second time. Is this by design? Is there any way that I can easily allow the emails to be sent on subsequent attempts?

Example:

Jane submits a request via contact@ourdomain.com however Jane is not registered
  |__
   Jane receives an auto-reply advising her she must register first
   |__
    Jane forgets to sign up and tries again a day later
     |__
      ?? This should auto reply as well ??

Posts: 5

Participants: 2

Read full topic

Internal Server 500 error when there are multiple vote counts per topic

$
0
0

@ichigons99 wrote:

Our whole site went down with the Internal Server 500 error when there were multiple vote count entries in one of the topics that I believe was caused by a SQL race condition. Basically somebody deliberately tried to vote multiple times on a topic at the same time and it ended up creating multiple entries in the topic_custom_fields table. Logs show below for the error:
“NoMethodError (undefined method to_i' for ["1101", "1101", "1105"]:Array Did you mean? to_s to_a to_h) /var/www/discourse/plugins/discourse-voting/plugin.rb:172:invote_c”

To fix the issue, I disabled the plugin in app.yml and rebuild. Delete the two extra rows in the table and re-enabled the plugin.

Posts: 1

Participants: 1

Read full topic

Ignore button available for forum users?

$
0
0

@Rosemary wrote:

Hi

I have another question.

Is there an ignore button function we can request our forum. Install?

I know of a mute button that stops notifications from a thread.
But is there an ignore or block button where a chatter can be ignored by other users

Thankyou.

Posts: 9

Participants: 4

Read full topic

"new user of the month" title translation

New user of the month badge logic

$
0
0

@Pad_Pors wrote:

we’d one or two users, who got this badge in the next day of their arrival! it could be because of low rate of contribution of new users in our forum.

I don’t see any benefit in such fast recognition, because it gave them the sense of a little bit hollow recognition! “if for only one-two contributions, I’m one of the two selected newbies; perhaps I don’t need to contribute that much here.”

not all the months need selected new users. can there be some level of activity before a new user be considered as the new user?

or can admins of a forum sort of determine when this badge is granted?

Continuing the discussion from Weekly or monthly "best new user" badge:

Posts: 3

Participants: 3

Read full topic

Dl-custom-content plugin causes error during upgrade

$
0
0

@Vissie wrote:

Good day,

I am having issues upgrading our discourse. I made sure that docker is updated, all os updates installed. Look like it is having issues upgrading the database.

2017-11-06 21:09:35.048 UTC [772] discourse@discourse LOG:  duration: 161.633 ms  statement:               SELECT a.attname, format_type(a.atttypid, a.atttypmod),
                             pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
                             c.collname, col_description(a.attrelid, a.attnum) AS comment
                        FROM pg_attribute a
                        LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum
                        LEFT JOIN pg_type t ON a.atttypid = t.oid
                        LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation
                       WHERE a.attrelid = '"users"'::regclass
                         AND a.attnum > 0 AND NOT a.attisdropped
                       ORDER BY a.attnum

2017-11-06 21:09:35.195 UTC [772] discourse@discourse LOG:  duration: 136.413 ms  bind <unnamed>: SELECT COUNT(*) FROM (SELECT  1 FROM "users" LIMIT 20) subquery_for_count
rake aborted!
NoMethodError: undefined method `[]' for nil:NilClass
/var/www/discourse/plugins/dl-custom-content/plugin.rb:9:in `block (2 levels) in activate!'
/var/www/discourse/plugins/dl-custom-content/plugin.rb:8:in `class_eval'
/var/www/discourse/plugins/dl-custom-content/plugin.rb:8:in `block in activate!'
/var/www/discourse/lib/plugin/instance.rb:269:in `block in notify_after_initialize'
/var/www/discourse/lib/plugin/instance.rb:267:in `each'
/var/www/discourse/lib/plugin/instance.rb:267:in `notify_after_initialize'
/var/www/discourse/config/application.rb:211:in `each'
/var/www/discourse/config/application.rb:211:in `block in <class:Application>'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/lazy_load_hooks.rb:67:in `block in execute_hook'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/lazy_load_hooks.rb:60:in `with_execution_control'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/lazy_load_hooks.rb:65:in `execute_hook'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/lazy_load_hooks.rb:50:in `block in run_load_hooks'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/lazy_load_hooks.rb:49:in `each'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/lazy_load_hooks.rb:49:in `run_load_hooks'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/railties-5.1.4/lib/rails/application/finisher.rb:73:in `block in <module:Finisher>'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/railties-5.1.4/lib/rails/initializable.rb:30:in `instance_exec'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/railties-5.1.4/lib/rails/initializable.rb:30:in `run'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/railties-5.1.4/lib/rails/initializable.rb:59:in `block in run_initializers'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/railties-5.1.4/lib/rails/initializable.rb:58:in `run_initializers'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/railties-5.1.4/lib/rails/application.rb:353:in `initialize!'
/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:in `method_missing'
/var/www/discourse/config/environment.rb:5:in `<top (required)>'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:292:in `require'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:292:in `block in require'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:258:in `load_dependency'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:292:in `require'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/railties-5.1.4/lib/rails/application.rb:329:in `require_environment!'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/railties-5.1.4/lib/rails/application.rb:445:in `block in run_tasks_blocks'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rake-12.1.0/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
I, [2017-11-06T21:09:38.582242 #15]  INFO -- :
I, [2017-11-06T21:09:38.605397 #15]  INFO -- : Terminating async processes
I, [2017-11-06T21:09:38.605546 #15]  INFO -- : Sending INT to HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/9.5/bin/postmaster -D /etc/postgresql/9.5/main pid: 44
I, [2017-11-06T21:09:38.605681 #15]  INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 158
2017-11-06 21:09:38.605 UTC [44] LOG:  received fast shutdown request
2017-11-06 21:09:38.605 UTC [44] LOG:  aborting any active transactions
2017-11-06 21:09:38.605 UTC [59] LOG:  autovacuum launcher shutting down
158:signal-handler (1510002578) Received SIGTERM scheduling shutdown...
2017-11-06 21:09:38.610 UTC [55] LOG:  shutting down
2017-11-06 21:09:38.653 UTC [55] LOG:  database system is shut down
158:M 06 Nov 21:09:38.701 # User requested shutdown...
158:M 06 Nov 21:09:38.701 * Saving the final RDB snapshot before exiting.
158:M 06 Nov 21:09:39.221 * DB saved on disk
158:M 06 Nov 21:09:39.221 # Redis is now ready to exit, bye bye...


FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 751 exit 1>
Location of failure: /pups/lib/pups/exec_command.rb:108:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"bundle_exec", "cmd"=>["su discourse -c 'bundle install --deployment --verbose --without test --without development'", "su discourse -c 'bundle exec rake db:migrate'", "su discourse -c 'bundle exec rake assets:precompile'"]}
121b50f162ef58dac81aad785043aa8691fe0574f608875b41b4d80ecc3849b0
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one

Version v1.9.0.beta4 +268

Does anyone know how I can resolve this?

Posts: 3

Participants: 2

Read full topic

Is Discourse App Available on F-Droid?

$
0
0

@hellekin wrote:

(Hopefully this post will be edited to answer yes, but right now, it seems that a Google account is necessary to obtain the Discourse App for Android.)

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

The F-Droid community uses Discourse! Please add the Discourse App for Android to the F-Droid catalogue!

Posts: 3

Participants: 2

Read full topic


No email on assignment

$
0
0

@Ivan_Rapekas wrote:

There is no email notification for assignees (discourse-assign plugin). No any useful messages in log file. Double checked on beta14+99, two cases: case 1 - forum working from root folder; case 2 - forum working from subfolder.

Posts: 3

Participants: 2

Read full topic

How to remove a domain-name link under the topic name

$
0
0

@meglio wrote:

image

There was a link in the firs topic. However, I removed it and rebaked the message’s HTML. The link is still there though. How do I remove it?

Posts: 1

Participants: 1

Read full topic

How to connect my (existing) User Database?

$
0
0

@mertins-mir wrote:

Hi all,

I have already an existing Webseite with a User DB. How can I use the Users from this DB to log into Discourse? It would be the best that they are automatically logged in, when the are already logged into my Website.

My Problem at the moment is, that the PW in my DB is encrypted and I can’t push them via Curl into Discourse. Is there a best practice article somewhere?

Thanks for your help!

Frank

Posts: 4

Participants: 3

Read full topic

Changing the category to tracking by default

$
0
0

@Val wrote:

Hi everyone,

I have tried to find an answer, but seems like I need your help…I am a admin and I would like to change the setting of “watching, tracking, etc” for ALL users (not just for new ones but for everyone. It seems like right now all the users have the setting of “watching” by default. However, in order to reduce notification emails for our users, I would like to change it for all users to “tracking”. Could you tell me, if this is possible and if so, how?

THANKS!!

Posts: 2

Participants: 2

Read full topic

Help to merge forum from Kunena

$
0
0

@frold wrote:

I have been traveling the long forum road. For more then 15 years I have been running a community for medical students in Denmark @ studmed.dk

For the first years I have been using phpBB2. Then in I did migrate to Joomla using Kunena on top of it. I have runned the site as a non-commerciel, none advertising site.

And now my site have been hacked and is down :sleepy: Therefore I would like to give Discourse a try!

But damn there is a steep learning curve using discourse!

I did setup a Ubuntu server using vultr and was able to install Discourse. And then there is the migration issue.

Seems like I need a ph.D in serverhosting and programming… Im not able to do the import script thing :frowning:

What will it cost to get someone to do it for me?

I have the .sql file and the attachment folder…

Posts: 3

Participants: 2

Read full topic

Bulk add to Group limitations

$
0
0

@kmg-yrabelo wrote:

Hi there,

A little about what I’m trying to do.

We are planning to lock down content to our Forums and we want to use the Bulk Add to Group feature so that we can paste in a list of specific list of users who are premium Subscribers. We have close to 30K users so I was wondering what’s the maximum number of emails I could paste into that field and expect the feature to work?

Thanks for your help in advanced.

Posts: 7

Participants: 3

Read full topic

Migration Re-direct

$
0
0

@charliel wrote:

Hi,

Update: we’ve fixed it.

We are migrating from oursite.com/forums using bbPress to forums.oursite.com

We have 1 redirect like this: from ^/forums/(.*) to https://forums.athemes.com/forums/$1

Which works perfectly except for it 404s the homepage as it redirects to forums.oursite.com/forums/ which isn’t right. It should redirect to forums.oursite.com without the extra /forums at the end.

How can we fix this please?

Posts: 2

Participants: 2

Read full topic


Mailjet not sending mail

$
0
0

@Noah751 wrote:

I have created a digital ocean droplet for discourse and have sucessfully installed it, but when I get to activating accounts it doesn’t send mail, even though I have entered in the exact SMTP information when configuring it

Posts: 7

Participants: 3

Read full topic

Forum CSS broke completely after upgrade due to Cloudflare

$
0
0

@Semaphorism wrote:

After upgrading my Discourse forum today, it has broken in CSS or html parts.

It now looks like this

Unsure what to do, I rebuilt the app twice, with no success. I have the following plugins:

I checked F12 console, all the CSS files appear to be loading fine, no 404’s reported.
I have some customization, but it only adds a few buttons at the top, no major HTML customzation.
Version: v1.9.0.beta14 +110

Posts: 4

Participants: 2

Read full topic

Why is there a Discourse app?

$
0
0

@Drew_Warwick wrote:

I tried out the Discourse app on my Android device and I could not find any differences between it and browsing Discourse on my phone’s Google Chrome app. In fact, it seems the Discourse app just runs an instance of Chrome to browse the forums.

Is there any reason we have an app other than the start screen of the app, which provides a hub users can use to access all of their Discourse forums from one place?

Posts: 2

Participants: 2

Read full topic

PROBLEM: Using Zapier & webhooks to post youtube videos to my site, it will only post to uncategorized

$
0
0

@Jeremiah_Schultz wrote:

I have it setup exactly the same posting links from various websites to different categories just fine. I’ve tried different category ids, but each time it posts to uncategorized. Nothing in the error logs, any idea what the problem could be? :confounded:

Posts: 2

Participants: 2

Read full topic

Twitter link expansion shows image of user profile

$
0
0

@achamess wrote:

When I post a link to a response in a topic that doesn’t have an image, it puts the user profile image. So in my case, the link expands to have a big picture of my face on Twitter. That’s not exactly what i’m trying to highlight :wink:

Is there a way to override that?

Posts: 9

Participants: 3

Read full topic

Viewing all 60613 articles
Browse latest View live




Latest Images