Re: Unable to download attachments that have been uploaded.

2017-10-18 Thread Not Saying
I got it working. THANKS On Tuesday, October 17, 2017 at 10:01:17 AM UTC-7, Not Saying wrote: > > RHEL 7 > *Review Board* 2.5.15 > > *I click on the download button and it give me a page *This page can’t be > displayed > The URL is >

Re: Unable to download attachments that have been uploaded.

2017-10-18 Thread Not Saying
On Tuesday, October 17, 2017 at 10:01:17 AM UTC-7, Not Saying wrote: > > RHEL 7 > *Review Board* 2.5.15 > > *I click on the download button and it give me a page *This page can’t be > displayed > The URL is >

Re: Unable to download attachments that have been uploaded.

2017-10-18 Thread Not Saying
[root@linuxa2 reviewboard-2.0.15-0]# ./ctlscript.sh start Warning: World-writable config file '/var/reviewboard-2.0.15-0/mysql/my.cnf' is ignored Warning: World-writable config file '/var/reviewboard-2.0.15-0/mysql/my.cnf' is ignored 171018 16:20:59 mysqld_safe Logging to

Re: Review Board Ticket #4467: Uploading File dialog triggers a JavaScript error if it can't communicate with the web server

2017-10-18 Thread Christian Hammond
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4467/ -- New update by chipx86 For Beanbag, Inc. > Review Board > Ticket #4467

Re: Unable to download attachments that have been uploaded.

2017-10-18 Thread Not Saying
I made the changes and now MySQL won't start??? I will post back when I know more. On Tuesday, October 17, 2017 at 10:01:17 AM UTC-7, Not Saying wrote: > RHEL 7 > *Review Board* 2.5.15 > > *I click on the download button and it give me a page *This

Re: Unable to download attachments that have been uploaded.

2017-10-18 Thread Not Saying
I made the change suggested and restart the server. Now MySQL is not working see below On Tuesday, October 17, 2017 at 10:01:17 AM UTC-7, Not Saying wrote: > > RHEL 7 > *Review Board* 2.5.15 > > *I click on the download button and it give me a page *This

Re: Unable to download attachments that have been uploaded.

2017-10-18 Thread Not Saying
THANK YOU On Wednesday, October 18, 2017 at 2:01:32 AM UTC-7, Christian Hammond wrote: > > Hi, > > Looks like your Media Path setting may be pointing to the wrong place, or > your Review Board server name setting isn't set to your domain name. Can > you check the Administration UI -> General

Re: MySQL/MariaDB utf8mb4

2017-10-18 Thread Christian Hammond
Hi Vince, Right now, don't use utf8mb4 by itself. That *is* the right encoding to use for proper Unicode support, yes, but additional settings need to be enabled manually on your database (globally and per-table) in order for key lengths to not be truncated (which will otherwise break things

MySQL/MariaDB utf8mb4

2017-10-18 Thread Vince Thyng
Is anyone using utf8mb4? We are looking at moving from latin1 to utf8. This article makes the case for using it over utf8, https://mathiasbynens.be/notes/mysql-utf8mb4 and am hoping someone in the community already has experience with it. I figure we will need to look at the size of every

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-18 Thread 'Rob Backhurst' via reviewboard
Yep thanks, index looks to be running now. Hopefully it will get to the end this time - if so I'll make the same change on our live system. Cheers Rob On Wednesday, 18 October 2017 14:42:55 UTC+1, Erik Johansson wrote: > > I'm guessing the if statement should be "if not ..." (i.e. not is

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-18 Thread Erik Johansson
I'm guessing the if statement should be "if not ..." (i.e. not is missing). // Erik On Oct 18, 2017 12:44, "'Rob Backhurst' via reviewboard" < reviewboard@googlegroups.com> wrote: Hi Chris, Ah yes sorry missed that...I have added it in but I get the same error though. 81 #

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-18 Thread 'Rob Backhurst' via reviewboard
Hi Chris, Ah yes sorry missed that...I have added it in but I get the same error though. 81 # Check for `__` in the field for looking through the relation. 82 attrs = self.model_attr.split('__') 83 current_object = obj 84 85

Re: Index failure after upgrade to ReviewBoard 2.5.16

2017-10-18 Thread Christian Hammond
Hi Rob, That doesn't include the code I mentioned in my previous e-mail. Note the standalone 'hasattr' call on the line preceding the if statement. The workaround is to call that in a standalone way to prime a cache and avoid the error. Christian On Tue, Oct 17, 2017 at 1:17 AM, 'Rob Backhurst'

Re: Unable to download attachments that have been uploaded.

2017-10-18 Thread Christian Hammond
Hi, Looks like your Media Path setting may be pointing to the wrong place, or your Review Board server name setting isn't set to your domain name. Can you check the Administration UI -> General Settings and see what those are set to? Christian On Tue, Oct 17, 2017 at 10:06 AM, Not Saying