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

Can't run the launcher to install Discourse

$
0
0

Miles Jefferson wrote:

I followed this guide. (I'm on CentOS 7.): http://www.howtoinstalldiscourse.com/how-to-install-discourse-on-centos/
When I try and run the command
/var/docker/launcher start app
I get this error:

which: no docker.io in (/sbin:/bin:/usr/sbin:/usr/bin)
Device "docker0" does not exist.
2014/12/12 14:41:50 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

PLEASE HELP!
Miles

Posts: 18

Participants: 4

Read full topic


Discourse API. Searching users by email

$
0
0

Alex Nikitin wrote:

Is any way in API search users by email?

I make some kind of SSO feature for my site. Discourse SSO feature working good, but I want when user login on my main site he login on my discourse site too. I try to make it by API. But have a problem in search user by his email.

As I understand I cannot get email of user by API (I try this: /users/search/users.json and have no email in result)
And when I make this search: /admin/users/list/active.json
I receive resuls like this (no paging in results disapointed)

0 => stdClass#2
        (
            [id] => 100
            [username] => 'xxx'
            ...
            [single_sign_on_record] => stdClass#3
            (
                [user_id] => 100
                [external_email] => 'xxx@gmail.com'
        ...
            )
        )
...
99 => ...

P.S. Only 100 results? How to get other?

So in [single_sign_on_record] I can see user email.
The Question: Is any way to get single user by searching by his [external_email] or better by his [email]?

Thanks for all answers smile

Posts: 3

Participants: 2

Read full topic

Replacing "New Topic" with "New Document" globally

$
0
0

Max8000 wrote:

Hi Guys

I wanted to do this changed globally. If anyone knows an efficient way to do it please could you let me know? Cheers

Posts: 2

Participants: 2

Read full topic

No room for replies on Android in horizontal position?

$
0
0

wrote:

Hi there,

My Discourse site is new and so are my users, but I think I have a legitimate bug report. A user posted this screenshot from a Samsung Galaxy Note 3, Android 4.3, stock browser version 1.5:

(As you can see, he's still pretty impressed with Discourse despite the issue. wink)

The bug report came in while I was running Discourse 1.2.0.beta3, and I just now updated to beta4, but I doubt anything has changed in the layout engine?

Posts: 9

Participants: 5

Read full topic

How to blacklist email domains

$
0
0

Molly Cushing wrote:

I feel dumb asking this, but I can't figure it out. How do you blacklist email domains?

For example, I have a lot of new members with email domains from nokiamail.com, nbseomail.com, and others. I'd like to just blacklist those all together. I know there's a way, I just can't figure it out worried

Posts: 4

Participants: 3

Read full topic

Log messages using cyrillic characters?

Fixed div for navigation

$
0
0

wrote:

Is there a way to add a fixed div for custom navigation on the left side of Discourse?

Posts: 1

Participants: 1

Read full topic

Docker 1.3.3/1.4.0 released - 3 security fixes + bug fixes


Star VS Bookmark?

$
0
0

Scott Trager wrote:

What is the difference between a Star and a Bookmark? In posts there is a bookmark button that doesn't seem to do much - on the front page I see stars and a star menu. Are these meant to be the same feature?

Posts: 3

Participants: 3

Read full topic

Install Directories

$
0
0

Stephen Kerr Jr wrote:

So I am not a huge Linux guy, but I can navigate my way around with no problems.

One thing holding me back is being worried about the install locations and correct setup of my server. I feel like there are several duplicate directories on my server after installing wordpress, mysql, and docker+discourse. Can someone confirm these file locations as correct so I can feel more confident moving forward?

Root Directory: /

bin home lib64 opt sbin tmp vmlinuz.old
boot initrd.img lost+found proc srv usr
dev initrd.img.old media root swapfile var
etc lib mnt run sys vmlinuz

Web Dir: /var/www

html phppgadmin

Discourse Dir: /var/discourse

bin containers launcher samples shared
cids image README.md scripts templates

Maybe it is just the root directory that I am concerned about. That and the inability to connect to the database if I want to (some wierd feeling not being able to connect to the "heart" of the application), but if the backup inside discourse is enough to recover everything in the forum, then I might not have anything to worry about.

Also, is there a quick way to delete all the content in the forum to start from "scratch" in an easy way?

Posts: 2

Participants: 2

Read full topic

Registration fails with timeout on Gravatar

$
0
0

Mic wrote:

I have an issue with registrations on our Discourse 1.1.2

When submitting the registration form, Discourse runs into the following error:

Net::ReadTimeout

Backtrace shows that the timeout occures when trying to download the avatar image from Gravatar

/var/www/discourse/app/models/user_avatar.rb:20:in update_gravatar!
/var/www/discourse/app/models/user.rb:645:in refresh_avatar

The user account is not being created.

This leaves us in the situation that registration is impossible because of some timeout with Gravatar.

Sending a test email succeeds, by the way.

Posts: 9

Participants: 3

Read full topic

"Shadow" link for moved topics

$
0
0

wrote:

Hi, on my other non-Discourse forum there is an option to leave a "shadow" link in the first category when moving a thread to a different category. This is useful to prevent situations where the user goes back to the category he originally posted in and, upon not finding his post, thinks that it was completely deleted by a moderator.

Maybe in the case of Discourse, this could be implemented with an option for the "shadow" link to automatically fade away after the original poster visits the thread, or possibly after a specified period of time.

Posts: 2

Participants: 2

Read full topic

Login via twitter/fb/google always uses "localhost:6000"

$
0
0

Bersaelor wrote:

I'm running discourse on a debian server, via docker etc.

Everything is working fine, I followed the standard setup to allow login via fb/twitter/google but regardless of the site, I always have the problem that:

"The redirect URI in the request: http://localhost:6000/auth/google_oauth2/callback did not match a registered redirect URI."

I can totally use "http://localhost:6000/auth/google_oauth2/callback" as the allowed redirect url in the google/fb/twitter fields, but then the redirect obviously won't work, since it won't redirect to my server "forum.mysite.org".
I installed my discourse on my server, not on the local machine, why is discourse always giving this localhost:6000-url to the third party apis?

Also when I run "discourse config --help" on my server it correctly reports:

...
APP_USER=discourse
APP_WIZARDS=
DATABASE_URL=postgres://***:***@127.0.0.1/discourse
DISCOURSE_DEVELOPER_EMAILS=@.com
DISCOURSE_HOSTNAME=forum.mysite.org
GEM_PATH=/opt/discourse/vendor/bundle/ruby/2.0.0:
...

Posts: 6

Participants: 3

Read full topic

Invalid Format Error at the bottom of all post pages

$
0
0

Tarik Yildirim wrote:

For the Turkish translation, we get the following error at the bottom of all post pages:

Invalid Format: Plural Function not found for locale: tr_TR

Does anyone else experience a similar problem? (Perhaps we messed up the translation somewhere?)

Posts: 1

Participants: 1

Read full topic

Can i install this to server via ftp manager, just like wordpress?


Discourse and Vultr? Where to start on new instance for multi?

$
0
0

Tarak'ha wrote:

Hey there! I have been 'shopping' for different forum solutions that have nothing to do with PHP and really innovate the entire 'thing' of forums. I've checked out NodeBB but it is lacking in community-related aspects that I need for my forum. Discourse looks to be exactly what I need.

I noticed the emphasis on DO around here. I tried them, did my research. I decided instead to go to Vultr.

My questions are:

  • Will Discourse work on a Vultr instance? If so, is the 4GB Memory and 2 CPU enough for a Discourse multi installation? I want to do two forums and a WordPress blog for each and include forced HTTPS through port 443.
  • I am willing to re-install my server instance if need be. What do I need to do (in order of completion) to set up nginx with Docker and Discourse to host two separate forums? (on two separate domain names: domain1.com for WordPress blog; forum.domain1.com for first Discourse forum; domain2.com for the other Wordpress blog; forum.domain2.com for second Discourse forum)

I have gone over what I could to search for these answers. I got some useful threads, but I have no idea in what order to do them.

Granted, yes, I am a beginner with Linux and Ruby on Rails but I have been practicing with the command line over the past month. I am not new to working with web-related skills needed to do this.

What also is kinda worrying me is this thread on Discourse performance.

Thank you for reading. I hope I don't come off as demanding! I really want to dig in and get started but all this wealth of information is daunting at best. A good point in the right direction to get started would be ace.

Posts: 6

Participants: 4

Read full topic

I just updated Discourse and now it doesn't work. Please help

$
0
0

eiklid wrote:

I just updated to the latest beta and the update stopped halfway through and I got an error message. It won't send out emails and I can't post new topics. The docker tells me to upgrade to the latest version but when I click on it it says that everything is up to date.

When I try to post a new topic I get this:
Unknown error saving post, try again. Error: 500 Internal Server Error

I also get this message in my admin panel:
There are 8 email jobs that failed. Check your config/discourse.conf file and ensure that the mail server settings are correct. See the failed jobs in Sidekiq.


Can anyone help??

Posts: 3

Participants: 2

Read full topic

New Posts - Pending Approval

$
0
0

ginger man wrote:

There is a need in our college instance to approve the posts / moderate from students

Is this feature already present ?

I could see the below conversations but I am not able to find in the application. Any idea when it will be ready (if not already present) ?

Posts: 1

Participants: 1

Read full topic

Poll: Who needs "create only" category type to contact list of moderators / admins without private message

$
0
0

ginger man wrote:

  • Yes I need.
  • No. I dont need.

Here is the background:

Posts: 1

Participants: 1

Read full topic

Play store onebox issue

Viewing all 60707 articles
Browse latest View live




Latest Images