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

Error: 422 Unprocessable Entity


How do you insert magnet links into a post?

Twitter Log In - Fabric?

$
0
0

Justin Pierce wrote:

I went to setup Twitter login on my Discourse and Twitter is directing me to their new Fabric SDK, which has a wait list. I didn't see any mention of Fabric on this forum, but here's where I'm being directed: https://dev.twitter.com/products/signin

edit: Found this guide for using Twitter's old system, which seems to still work https://meta.discourse.org/t/configuring-twitter-login-for-discourse/13395

So I guess Fabric might end up replacing that?

Posts: 3

Participants: 2

Read full topic

How do I send an email to all my users?

$
0
0

Jeron Paraiso wrote:

Hi, I've scanned the discourse admin dashboard a few times and can't seem to find a place to send an email to all my users. I assume this is a feature, since the front end marketing site for discourse says you can use it as a mailing list. How can I do this, and can you point me to a reference that will have other use case instructions like this?
Thanks!

Posts: 4

Participants: 4

Read full topic

Discourse rebuilding failed when compiling js

$
0
0

wrote:

Hi, everyone, when rebuilding discourse, something goes wrong and the logs is as following, how can i fix it? i have tried several times

Compressing: application-c9dca8010d6857c69a3d4ed2acfe76f5.js
uglifyjs '/var/www/discourse/public/assets/_application-c9dca8010d6857c69a3d4ed2acfe76f5.js' -p relative -c -m -o '/var/www/discourse/public/assets/application-c9dca8010d6857c69a3d4ed2acfe76f5.js' --source-map-root '/assets' --source-map '/var/www/discourse/public/assets/application-c9dca8010d6857c69a3d4ed2acfe76f5.js.map' --source-map-url '/assets/application-c9dca8010d6857c69a3d4ed2acfe76f5.js.map'
rake aborted!

Errno::ENOENT: No such file or directory - /var/www/discourse/public/assets/application-c9dca8010d6857c69a3d4ed2acfe76f5.js

/var/www/discourse/lib/tasks/assets.rake:154:in `size'
/var/www/discourse/lib/tasks/assets.rake:154:in `block (2 levels) in <top (required)>'
/var/www/discourse/lib/tasks/assets.rake:141:in `each'
/var/www/discourse/lib/tasks/assets.rake:141:in `block in <top (required)>'
Tasks: TOP => assets:precompile
(See full trace by running task with --trace)
I, [2015-01-01T11:02:01.575280 #42]  INFO -- : Purging temp files
Bundling assets
Compiling css for default
desktop_0681247a21af0e9fe9e332b3510395a007e81d15.css
mobile_0681247a21af0e9fe9e332b3510395a007e81d15.css
Compressing Javascript and Generating Source Maps

I, [2015-01-01T11:02:01.576430 #42]  INFO -- : Terminating async processes
I, [2015-01-01T11:02:01.576512 #42]  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.3/bin/postmaster -D /etc/postgresql/9.3/main pid: 69
I, [2015-01-01T11:02:01.576707 #42]  INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 182
[182 | signal handler] (1420110121) Received SIGTERM scheduling shutdown...
2015-01-01 11:02:01 UTC LOG:  received fast shutdown request
2015-01-01 11:02:01 UTC LOG:  aborting any active transactions
2015-01-01 11:02:01 UTC LOG:  autovacuum launcher shutting down
2015-01-01 11:02:01 UTC LOG:  shutting down
[182] 01 Jan 11:02:01.608 # User requested shutdown...
[182] 01 Jan 11:02:01.608 * Saving the final RDB snapshot before exiting.
2015-01-01 11:02:01 UTC LOG:  database system is shut down
[182] 01 Jan 11:02:01.743 * DB saved on disk
[182] 01 Jan 11:02:01.743 # Redis is now ready to exit, bye bye...


FAILED

Posts: 1

Participants: 1

Read full topic

How to use HTTP_X_SHARED_SESSION_KEY?

$
0
0

Nilesh Trivedi wrote:

lib/auth/default_current_user_provider looks for this request header while looking for current_user. If present, the user_id is looked up in Redis for this header's value.

What are the use cases that make use of this ability? Google did not turn up anything.

Also, after loading a user from this header, it seems that the rest of the checks and actions (checking whether the user is suspended or inactive, updating the user's last_seen timestamp and ip_address) are bypassed. Why is this desirable?

Posts: 1

Participants: 1

Read full topic

How can i disable plugin on my server

$
0
0

wrote:

after installing a few plugins, the home page display nothing and i cannot login as admin.
so the question is ,can i disable plugin in the docker, thank u!

Posts: 2

Participants: 2

Read full topic

Installing a Plugin Detailed Help?

$
0
0

Matt wrote:

Hi -
I'm a bit of newb in terms of git and Discourse. I have two separate installs for two separate Discourse sites installed on Docker.

Could someone provide some very basic, step-by-step directions on how to install a plugin. I'd like to ensure that I'm installing it on the correct Discourse site.

Thank you!

Posts: 4

Participants: 2

Read full topic


Logging checked_for_custom_avatar

$
0
0

Allen - Watchman Monitoring wrote:

I just exported all my logs, and found something interesting.

checked_for_custom_avatar accounted for 42,525 lines,

check_email accounted for 364 (maybe that gets purged?)

the other 880 items were all quite varied.

I wonder if we could skip logging checked_for_custom_avatar ?

Posts: 9

Participants: 5

Read full topic

Incorrect column header on category view

Pull announcements from discourse to a static home page?

$
0
0

Luke wrote:

Hey, I've decided to migrate from XenForo to discourse, permentantly... I've been testing it for the last few months, I'm in love. The only thing I can not figure out how to do is create a "portal" type thing. If you look at SpongePowered's website, they seem to pull announcements from their forum to their main site, how could I accomplish something similar? With RSS possibly? Thanks! smile

Posts: 12

Participants: 4

Read full topic

Is it possible to create custom dropdown type user field in discourse?

$
0
0

Naveen Aggarwal wrote:

I want to create a custom dropdown user field. i want to use it in user signup where i can ask the user for there country & age group. Is it possible in discourse?

Posts: 2

Participants: 2

Read full topic

Create New Topic via Anon Email Bug

$
0
0

Jake Jackson wrote:

Hi,

I've configured one of my categories to allow new topics to be created from an anonymous user with no account - this category setting:

Accept emails from anonymous users with no accounts

This is working correctly and the new topic is being created. However I noticed when a reply is made the original 'email' address used to create the topic isn't receiving a notification email. I would have thought this anon poster would have got a notification. Could you clarify the behaviour?

Posts: 3

Participants: 2

Read full topic

Joomla integration

$
0
0

Tom Wrench wrote:

Apologies if this has been mentioned elsewhere - a search has turned up nothing useful!

I'm interested in integrating a Joomla based site with Discourse. In particular, Discourse using my Joomla site's user database and my Joomla user db using any users registered through Discourse. Is this currently possible?

Thanks

Posts: 1

Participants: 1

Read full topic

Changing Grey Button Colours

$
0
0

Joseph Pullan wrote:

Hi, i recently got a discourse website, Fantasia, and was playing around with the clour customiseationns in the settings menu, and saw that there was no obvious way to change the grey colour of some buttons and header (like the top 4 in the top right hand corner). I was just wondering whether or this was actually possiblt to do, as the grey dosent really fit in with my colour scheme

Thanks

Posts: 3

Participants: 2

Read full topic


Infiniscroll not working if the last item of first batch is not off-screen. Part deux

$
0
0

PJH wrote:

Continuing the discussion from Infiniscroll not working if the last item of first batch is not off-screen:

Still have this as a problem on certain resolutions - window needs to be resized to kick the last item off screen so it can be scrolled back into view to start loading more.

Reproducible on here:

Posts: 3

Participants: 2

Read full topic

Problem in Social login/signup through google and facebook

$
0
0

Naveen Aggarwal wrote:

I have activated the Signin with "Facebook" and "Google" functionality in discourse.

To configure it i refer Google and Facebook topic, but it's not working.

Here i am attaching the screenshot mentioning the problem i am facing.

As soon as i click on Signup "with Facebook" or "with Google" popup screen will came with URL's:
http://form.website.com/auth/google_oauth2 for Google and http://form.website.com/auth/facebook for Facebook. then nothing happens.

When i check the browser error console it's showing Failed to load resource error in both case.

Posts: 2

Participants: 2

Read full topic

How to delete the whole database?

$
0
0

Abdul Munim Zahid wrote:

I know this is a silly question and i think i one saw the answer to this somewhere but i just cant find it.
I have modified the Vanilla Import script since the current script doesn't support import of media files and im trying it out. (kind of like a hit and trial)

So, i want the delete the whole database of my discourse site.
And by database i mean all the topics, categories and users.
Thanks a lot 😊

Posts: 2

Participants: 2

Read full topic

I have a website!

$
0
0

Joseph Pullan wrote:

Hello again,

As you may or may not know, I got a website like yesterday, Fantasia, and i just thought i'd share this with you guys. I would be extremely grateful if you could go check it out (although it may be a bit broken at the minute, as i am messing about with plugins) and maybe tell me how it could improve. Thanks a lot.

Just to let you know, Fantasia is a discourse website revolving around the fantasy side of things, with stuff like Warhammer, Dungeons and Dragons, as well as the odd bit of art and music thrown in their aswell.

By the way, huge thanks to @Cyral for the logo design!

Thaks alot,

Fezodge III

Posts: 7

Participants: 4

Read full topic

Odd change in boldness of font on Safari/Macbook Retina when scrolling

$
0
0

Sander Datema wrote:

When reading a topic using Safari on my Macbook 13" retina every time I scroll, the font boldness changes back and forth a bit. Doesn't happen in Firefox. No plugins used.

Posts: 1

Participants: 1

Read full topic

Viewing all 60721 articles
Browse latest View live




Latest Images