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

Discourse Chrome Extension

$
0
0

@alefattorini wrote:

Hi folks,
my friend Alessandro has just made this extremely useful extension for our community
https://chrome.google.com/webstore/detail/nethserver-community/afieionhihmhhfclpkcpcblmjafcegid

Displays the number of unread notifications of your Discourse account, same notifications of Discourse balloon also with tab closed
You can also click the icon to open the Discourse site.
He can shortly work on it and made a generic customizable extension on your Discourse installation
Do you like it?

Posts: 5

Participants: 4

Read full topic


Errors when user posts

$
0
0

@CCSAwebdev wrote:

Getting a lot of errors when users attempt to post. Any idea what could could be causing this?

Job exception: Wrapped ActiveRecord::RecordNotFound: Couldn't find Post with 'id'=86 [WHERE ("posts"."deleted_at" IS NULL)]

10 hrs ago
!

Job exception: Couldn't find Post with 'id'=98 [WHERE ("posts"."deleted_at" IS NULL)]

9 hrs ago
!

Job exception: Wrapped ActiveRecord::RecordNotFound: Couldn't find Post with 'id'=98 [WHERE ("posts"."deleted_at" IS NULL)]

9 hrs ago
!

Job exception: Couldn't find Post with 'id'=86 [WHERE ("posts"."deleted_at" IS NULL)]

6 hrs ago
!

Job exception: Wrapped ActiveRecord::RecordNotFound: Couldn't find Post with 'id'=86 [WHERE ("posts"."deleted_at" IS NULL)]

6 hrs ago
!

Job exception: Couldn't find Post with 'id'=98 [WHERE ("posts"."deleted_at" IS NULL)]

5 hrs ago
!

Job exception: Wrapped ActiveRecord::RecordNotFound: Couldn't find Post with 'id'=98 [WHERE ("posts"."deleted_at" IS NULL)]

5 hrs ago

Posts: 1

Participants: 1

Read full topic

What is the default ordering for TOP list?

"Unknown error saving post" when starting new topic with inline code

$
0
0

@gareth wrote:

We just had an issue on our discourse (v1.3.0.beta4 +88) where a user was getting an unhelpful error message trying to create a post with a code sample inline. I guess the code in question was not valid markdown, but the error could be handled more gracefully...

Attempting to post resulted in a lightbox with "Unknown error saving post, try again. Error: 0 error" and in the browser debug toolbar the error was reported as net::ERR_CONNECTION_RESET. Nothing appears in the discourse admin error logs.

The code in question is reproduced below. It was included directly in the post without any markdown formatting:

set -e
git log --all -M -C --name-only --format='format:' "$@" | sort | grep -v '^$' | uniq -c | sort -n | awk 'BEGIN {print "count,file"} {print $1 "," $2}' > churn.csv

Posts: 2

Participants: 1

Read full topic

SAML authentication proxy for Discourse SSO

Discourse parses italics when there is one unmatched beginning underscore token in the link text and at least one more underscore in the link itself

Admin page showing inconsistent version number

$
0
0

@davemaxwell wrote:

This isn't the first time we've encountered this, but I don't see it reported, so I'm adding to the queue.

Background: We're fighting a gateway problem with our version of discourse running, and the fine folks here have made some changes in beta6 which should resolve the problem.

I started receiving the gateway issues consistently earlier today, so I went onto the admin page to see what version we were running, and it looked like we were running the new beta, so I reported in our problem thread that I was still receiving the error with what I thought was the "new" version.

Come to find out the admin page is not showing the correct version. The admin page (do notice the "Updates are available!" message):

But if we view source:

Perhaps an issue with the branch we run against? Just a thought.

Posts: 6

Participants: 4

Read full topic

Using API to change custom user field deletes location

$
0
0

@AdamCapriola wrote:

I am using cURL to update a custom user field: user_fields[1]. It's deleting the location field value unless I also include location in the PUT request.

Custom fields are located right above location in profiles, so I'm guessing the positioning might have something to do with this.

Here's my sample PHP code. Maybe I'm doing something wrong, but this feels like a bug.

// URL
$url = sprintf(
	'%s/users/%s?api_key=%s&api_username=%s',
	'http://discourse.example.com',
	'Adam',
	'abcd1234',
	'system'
);

// Parameters
$paramArray = array(
	'user_fields[1]' => 'field_value'
);

// cURL
$ch = curl_init();
curl_setopt( $ch, CURLOPT_URL, $url );
curl_setopt( $ch, CURLOPT_POSTFIELDS, http_build_query( $paramArray ) );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 );
curl_setopt( $ch, CURLOPT_CUSTOMREQUEST, 'PUT' );
$body = curl_exec( $ch );
curl_close( $ch );

Posts: 1

Participants: 1

Read full topic


Bump documented required postgres version

We're Hiring a Sysadmin

$
0
0

@codinghorror wrote:

Discourse has been growing by leaps and bounds, and we’re deep into the 1.3 release, which has some exciting new features.

Along with this growth, there have been some growing pains, mostly in the area of keeping up with configuration changes in our infrastructure. Which reminds me, have you followed @discourse on Twitter? If not, you should!

It has become very clear that we need someone here at Discourse working full time on system adminstration and ops.


This topic is for comments on the original blog entry at: http://blog.discourse.org/2015/04/were-hiring-a-sysadmin/

Posts: 5

Participants: 4

Read full topic

Should it be possible to flag a closed issue?

Links to /raw/nnn content end up loading as an error

Editing a poll changes votes to NaN%

$
0
0

@downey wrote:

Reproduce:

  1. Create a new multiple-choice poll that follows some lead-in text.
  2. Cast at least one vote.
  3. Edit the post and change only (that preceding text).

Expected results:

  • The poll still works with updated text.

Actual results:

  • Vote totals are gone and the following is displayed with no way to cast further votes:

Posts: 1

Participants: 1

Read full topic

Link in poll email notification goes to site root

$
0
0

@downey wrote:

Reproduce:

  1. Be set up to receive email notifications of your own posts.
  2. Create a new poll and wait for the notificaiton to arrive.

Expected results:

  • I can vote for a result by clicking on the option in the email (preferred) or,
  • A link exists to take me to the poll to vote (this seems to be the design)

Actual results:

Screenshot:

Posts: 2

Participants: 2

Read full topic

Error updating site info using SSO after update

$
0
0

@Grex315 wrote:

Updated Discourse to v1.3.0.beta6 +20 and SSO stopped working showing this error:

Error updating information, contact site admin

I am running SSO with Wordpress using the "Official" Discourse wordpress plugin.

Looking at the logs i am getting a job exception error for the avatar URL. Not sure why its replacing my URL with "valid-host/avatar/...":

Job exception: bad URI(is not URI?): http://valid-host/avatar/8873fecd2e0ccc4af0c54c8bdb1aab99?s=96&d=http%3A%2F%2Fgrimreapergamers.com%2Fwp-content%2Fthemes%2Fgameaddict-child%2Fimages%2Fgrg-default-avatar.png&r=x

I have posted the full log (backtrace, env) info to pastebin here: http://pastebin.com/nfgvQn3z

Thanks

Posts: 2

Participants: 1

Read full topic


Existing Polls broken by recent revamp

$
0
0

@DeanMarkTaylor wrote:

The following commit appears to have broken existing polls.

I'm now seeing zero votes / results for active polls created before this change was included.

Polls also just display as bullet points - they don't look like polls.

EDIT:
Selecting "Rebuild HTML" causes poll to display, but the previous votes appear lost and the message No votes yet. Want to be the first? is displayed.

EDIT2:
This can be seen on try via the two polls there:
http://try.discourse.org/t/poll-do-you-have-polls/172
http://try.discourse.org/t/poll-whats-your-preferred-mobile-os/284

EDIT3:
Tagging @zogstrip as the developer - just to make sure he knows - nothing more.

Posts: 3

Participants: 3

Read full topic

Uploading % text is improperly displayed

@sam elongated on mobile

Hiding elements of the interface

$
0
0

@Logan_Merriam wrote:

I have an ember app, so discourse is a natural pick for the discussion board that I want to integrate into it. But it's much more full-featured than I need, I'd like to branch a version and trim out some of the interface elements that I don't want. One basic example would be removing the category, users and views columns in the top-level view.

How tough is it to work with the interface? Sorry if this is a common questions but I couldn't find other examples.

And if this is something that would be better suited to a another platform, do you know of a good alternative?

Thanks!

Posts: 6

Participants: 3

Read full topic

Quoting across discourse instances with links getting process as local links

$
0
0

@abarker wrote:

Before I get into this, I want to mention that I was going to try duplicating this on try.discourse, but it appears to be offline. Since I didn't want to pollute things experimenting here, I'm just presenting what I found at WTDWTF.

Ok, basic description. Generally when quoting a post by using a link, you get pretty reliable results. However, when I have been trying to quote posts from here over at WTDWTF, I've been getting 1 of 2 results:

  1. The topic ID and post number are parsed from the link, and then the relevant post from WTDWTF is wuoted instead of the post from here. [Example]
  2. The link is left bare. Base on experimentation, it appears that this is because the corresponding topic at WTDWTF is restricted access, or the corresponding post does not exist. [Example]

Let's see what happens here when I try to link to the corresponding bug report at WTDWTF:

http://what.thedailywtf.com/t/meta-d-link-getting-baked-as-wtdwtf-link-and-displaying-a-wtdwtf-quote/48129?u=abarker

Posts: 7

Participants: 3

Read full topic

Viewing all 60642 articles
Browse latest View live




Latest Images