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

Discourse Testing & Deployment

$
0
0

@Zehni_Khairullah wrote:

Hello everyone,
I'm a college student who is currently working on a project that requires a web application with a forum along with other dynamic features. I did clone Discourse from github and tried to run it locally using vagrant and it went great! The problem that I'm facing is that i wanted to test if it takes to an LDAP server knowing that Discourse uses oAuth which doesn't really matter. However, when I try to that redis keeps stopping me and gives me the error of "Connection cannot be established". I hope you guys can help a brother out.

In a nutshell, I want to take some of the features that discourse has, take off extra stuff and add more features to finish my project. Note that again, I need to use oAuth 1.0 that talks to a LDAP server.

Zehni

Posts: 1

Participants: 1

Read full topic


Heisenbug: can't delete user without post in rapid succession of deleting users without posts

$
0
0

@dandv wrote:

I'm deleting a bunch of spammers manually since there's no batch mode for user operations: from the Users search results table with emails shown, I ctrl+click on the spammers to open them in new tabs, about 15 at a time. Then I go to each tab, click Delete User -> Delete only, and move to the next tab.

About one in 10 to 15 times, I get this error:

If I click OK and Delete again, the deletion succeeds.

Much more often (~25% of the cases), I get

: - (
Error
while trying to load
Something went wrong.

which I assume is due to load on the server? I use a 1GB VPS and there are no active users.

Posts: 3

Participants: 2

Read full topic

Can We Edit Our Discourse Emails Format?

$
0
0

@Siraj_M wrote:

I want to know that, I'm using mailgun for outgoing email messages (Registration, test emails and further notification). Because by default emails look slightly ugly, can we edit or reproduce these email formats, if yes then what is the actual procedure.

Posts: 2

Participants: 2

Read full topic

Add a slider show on header

What is "(do not include files)" when creating a backup manually?

$
0
0

@dandv wrote:

When attempting to create a new backup, I get dialog with the options Yes and Yes (do not include files):

What files is that dialog talking about? Source files so the forum's condition can be reproduced reliably? Uploaded ones? Would be nice and easy to specify.

Posts: 7

Participants: 5

Read full topic

STL, DXF and STEP viewer plugin wanted

$
0
0

@terraboss wrote:

Hi,
one of my Discourse communities is very specialized on CAD construction. Therefore I'm looking for a easy-to-use way of embedding the most common construction file formats. Has someone else any kind of solution?

Something like this: Have a try!

Or do you guys think we're able to embed those A360 viewer?
https://360.autodesk.com/viewer
(ahhh they have a limitation at storing time: max 30 days)

My preferred way is: Uploading the right file format -> getting an viewer with UI elements and download option.

Other thoughts appreciated.

Posts: 1

Participants: 1

Read full topic

Internal Server Error caused by I18n::InvalidPluralizationData

$
0
0

@jaromir wrote:

When new user tries to create new post with more then 2 links then he receives "Internal server error".

I found in /var/discourse/shared/standalone/log/rails/production.log the following:

Completed 500 Internal Server Error in 76ms (ActiveRecord: 12.5ms)
I18n::InvalidPluralizationData (translation data {:zero=>"Bohužel, návštěvníci nemohou vkládat odkazy do příspěvků.", :one=>"Bohužel, návštěvníci mohou do jednoho příspěvku vložit jen jeden odkaz.", :other=>"Bohužel, návštěvníci mohou do jednoho příspěvku vložit maximálně %{count} odkazů."} can not be used with :count => 2)
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/i18n-0.7.0/lib/i18n/backend/pluralization.rb:35:in `pluralize'

I have installed the latest version of discourse (latest-release +140, 1.4.0.beta12).

Jaro.

Posts: 5

Participants: 4

Read full topic

Info on Footer; registered member and more information

$
0
0

@Roxelle wrote:

Many platforms, contain information on the footer of the forum: last member registered, users connected, etc...
It is possibile add the same features of Discourse?

Posts: 1

Participants: 1

Read full topic


Long pauses browsing meta on android galaxy s3

What tools used for Discourse development?

$
0
0

@tenzan wrote:

I'm curious to know what tools used for Discourse development.

  • Version control: Github
  • Project management Trello ?
  • Continous Integration: Travis CI ?
  • Monitoring ?
  • Deployment ?
  • Other tools?

Posts: 3

Participants: 3

Read full topic

Why is better to run mutliple docker containers then run one?

$
0
0

@demil wrote:

It seems much more cleaner to me to run one docker container for all dependecies for some app, and to have multiple docker containers to sepparate apps, for example discourse container, wordpress container.

But on many places i have read that that was not good practise, and that is better to separate database container, app container etc.

Can someone explaine me why is so?

Posts: 4

Participants: 2

Read full topic

PAID Require Discourse expert for extreme customization

$
0
0

@rocketstuffideas wrote:

We are looking for a developer with a good knowledge of discourse and a passion for developing on the platform.

We are looking to create a highly customized version of discourse. Our site will itself be a platform where each user can create their own 'room', with a room being similar to a discourse category.

There will therefore be thousands or tens of thousands of rooms. The owner of a room will have some form of extra moderation privileges. And each room can be public or private at the owners discretion.

Looking for referrals on a full time developer at an hourly rate.

Posts: 1

Participants: 1

Read full topic

All outgoing email has been globally disabled by an administrator

$
0
0

@dandv wrote:

Just saw this message appear at the top of my forum:

All outgoing email has been globally disabled by an administrator. No email notifications of any kind will be sent.

I was re-running an import script. Still using Gmail, but /logs doesn't show anything for the past 24 hours (Debug through Fatal are checked).

UPDATE: after reloading the page, the message is gone. What might've happened?

Posts: 2

Participants: 2

Read full topic

Image upload inside topic doesn't work if language is not English

$
0
0

@Harakiri wrote:

Hi there,

the upload inside a thread does not work if the language is de (german). If you switch back to english the upload works fine.

The Bug:
Instead of the image it only appears a text XYZ.png wird hochgeladen... instead of the image.

The locales seems correct to me:
German: {{filename}} wird hochgeladen...
English: Uploading {{filename}}...

Maybe one have to switch the order from {{filename}} wird hochgeladen... to Wird hochgeladen: {{filename}} because of a possible syntax issue (maybe it's expecting the variable {{filename}} at the beginning)..?

Posts: 5

Participants: 3

Read full topic

Admin user filter

$
0
0

@davemaxwell wrote:

The user filter in the active users area has a minor but annoying bug in it.

Steps to reproduce

  1. Go to the active user page in the admin area (/admin/users/list/active)
  2. Enter some value in the filter area. The list is filtered appropriately :white_check_mark:
  3. Enter a profile (something you need to do if you filter by email since they aren't shown in the list)
  4. Use the back button to get back to the user list. The value is still in the filter box, but the user list is not filtered. :x:

It's pretty obvious the filter is only applied by an onchange event, but it should still be applied when coming back, since there is no other way to return to the user list.

Posts: 1

Participants: 1

Read full topic


Highlight pinned topic?

$
0
0

@SidV wrote:

Hello my friends, how could I highlight the title of pinned thread?

I mean:

I need something like that (of course thats an image to example)

Thank for your advices.
Regards

Posts: 1

Participants: 1

Read full topic

Try Discourse locally with Docker Machine (ex boot2docker)

$
0
0

@fbender wrote:

After sinking way too much time into trying to get Discourse running on my Mac, I finally got it to work reliably. This post summarizes the steps so you don't have to spend your precious time trying to debug boot2docker and Discourse.

The setup uses the official Docker Machine installed with Docker Toolbox (tested with version 1.8.2b), which is the successor to boot2docker (I'll use both names interchangeably). The big issue with running Discourse within the lightweight boot2docker VM is that, by design, any data within the VM is not presisted (excluding the Docker containers themselves) – but Discourse has the launcher script that manages and provisions the container(s).

After mucking around with VirtualBox shared volumes, only to find them breaking Postgres due to some weird permission issue, I settled on mounting a folder from the VM volume that holds the container data (hat-tip to Lidlanka). To persist that mounting through VM restarts, I wrote (eh, copy-pasted) a boot script, which also installs bash (needed by launcher) for you.

Long story short, here is what you need to do (assuming a Mac, Windows should work, too):

  1. Install Docker Toolbox if you haven't done so yet.
  2. Run the Docker Quickstart Terminal.
  3. SSH into the VM: docker-machine ssh default
  4. Create the (persistent) Discourse directory: mkdir /mnt/sda1/var/discourse
  5. Put this script at /var/lib/boot2docker/bootlocal.sh (this file will be persisted through reboots), e.g. using vi: sudo vi /var/lib/boot2docker/bootlocal.sh
  6. Set the executable bit on the script: chmod +x /var/lib/boot2docker/bootlocal.sh
  7. Exit the boot2docker VM: exit & reboot it: docker-machine restart default
  8. After reboot is completed, SSH into the VM again. You should now see the Docker folder in /var: ls -hal /var/discourse. Follow installation instructions for Discourse (start from the git clone command).

Whenever you want to work with Discourse on your local machine, you need to SSH into the boot2docker VM (docker-machine ssh default) and execute the launcher script in /var/discourse as you would do when running Discourse on a server.

HTH,
@fbender

Posts: 1

Participants: 1

Read full topic

Cannot start the Rails Console when entering the app

$
0
0

@pankee wrote:

Hi! I've been using Discourse for about a month now and I'm loving every second of it. Congratulations on making an awesome tool ! :thumbsup:

Unfortunately, it would seem something is wrong with my setup, or with the way I do things.
I wanted to install the Babble plugin, and during the installation process they say the following thing :

Enter your running web container and launch the rails console.
[sudo] ./launcher enter app
rails c

Great, no biggie. So I proceed and try to do that :

As you can see, things don't really work as planned. :expressionless:

bash: rails: command not found

Did I mess anything up? I always use the ./launcher rebuild app command to rebuild Discourse and install/upgrade plugins, and it works wonders.
If it's any help, here's what my Discourse folder looks like :

I'm pretty confused, and I'm fairly certain I'm messing up somewhere, but I don't really know where. My apologies if I'm missing something obvious or if it's a dumb question.

Thank you!

Posts: 13

Participants: 4

Read full topic

Installing Discourse on a Linux Web Server @ one.com

$
0
0

@iamkrishnam wrote:

Hi all,

I would like to install Discourse on a Linux Web Server which is hosted at one.com.

Please help me with the instructions.

Thanks, K

Posts: 4

Participants: 4

Read full topic

How to edit discourse user trust level permissions?

$
0
0

@Siraj_M wrote:

Recently we read each basic to leader level requirements and what they can do on forum. But at level 4 leader can remove nofollow forum links and can make it dofollow. Can admin edit this leader level 4 commands?

Posts: 3

Participants: 2

Read full topic

Viewing all 60721 articles
Browse latest View live




Latest Images