Trackmine Error: Can't find Redmine IssueStatus: Accepted - redmine

This is driving me crazy. I've tried to install the trackmine plugin to integrate pivotal tracker and redmine, but I continually have problems with dependancies and setup errors.
Now I have almost got it working, but when I add a story in Pivotal and modify it I get an email with this error:
Got error from Trackmine:
Error while reading activity message from Pivotal Tracker: Can't find Redmine IssueStatus: 'Accepted'
Any idea how I would fix that?

The thing is that starting a story creates a Redmine issue with status "Accepted".
So you must have the status with that name otherwise you will get an error. You can add that status through administrator panel or manually from console. I use Trackmine everyday for more than year and it seems to work (Rails 2.3.5 + Redmine 1.0.4).
Anyway good luck with Backlogs.

Related

Setting up a blog on AWS Cloud9

I'm new to programming, and i've been following the upskill course for about 2 weeks now. Everything was going great untill yesterday. I started the Deep Dive: Build a Blog section that uses Cloud9 and Ruby to build a blog. I have tried many times to follow the exact same path as the instructor but i keep on having the same problem.
The commands that I input in the terminal are the following (I do this on a new environment with the default settings).
$ rails new blog
Then the instructor ask us to change the 'sqlite3' line in the file called "gemfile" into gem 'sqlite3', '1.3.13'. To use the same version as him.
I then inpunt :
cd
cd environment
cd blog
bundle install
bundle update
rails generate scaffold Post title:string body:text
rake db:migrate
rails server
It is at this point that the problem occurs. The instructor terminal's response 3 more lines that i don't have . In my case the output stops at Ctrl c to shut down.
Plus after that the instructor click preview running application and is sent to the "ruby welcome page". He then get rid of a part of the URL to go to the blog. In my case the URL is completely different from his, it looks like that https://c187d78accd944209c8f91023e991d71.vfs.cloud9.us-east-2.amazonaws.com/ (actual URL). and his like that
Please help to solve this i can not see anything in preview page.
Do you guys know what I've been doing wrong ?
Thank you for reading all of these it's my first time posting so i hope it's kind of understandable.
Have a great day
I am trying to solve this problem but i can't solve this.
please help me why i am not see anything in preview page ?

"Elasticsearch:UserIllegalArgumentException" on app that was working before

I have an app published on Android that was working perfectly, one day just stopped working, debugging the code I got this error on elastic search query:
"Elasticsearch:UserIllegalArgumentException"
Any clue? I think this is something related to AWS Admin Page Settings but not sure, I don't know what can I do.
Notes:
The React Native code has not been updated.
The app was working everyday and stopped to work without touch the code, so the error should be something related to AWS, I don't know :s
It is very likely that your index was deleted. You can check that by going to your esv3 dashboard, click on "domains" and then click on the domain in question. Then find the "indices" tab and see if the index you're using is there. If not, you'll need to recreate it and its data.

Installed version not tested with active version of WooCommerce 4.4.1

I continue to get this error message on my wordpress front page:
Warning: Cookie paths cannot contain any of the following ',; \t\r\n\013\014' in /var/www/aveugle-shop.com/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php on line 1035
I can't figure out why this message is showing?
My hosting said that it was because they updated their php database (or something), and all i needed to do, was to run back their old one, by inserting a snippet into .htaccess file.
This worked for a day or two, and now it's showing again.
Do anyone know what the actual issue is, and how to fix it?
My woocommerce status also says this on a bunch of plugins, and i don't know if that's the fault:
Installed version not tested with active version of WooCommerce 4.4.0
I dont know if this is the correct solution but I got the same error just now.
It happened to me when I upgraded PHP from 7.2=>7.4.
It seems to originate somewhere from the database because I solved it by just importing the database again from my testserver, same database, same codebase but all of a sudden, it started to work after reimporting db... A cache issue maybe?

How do I get a Django Server Error 500 report

I recently ran my tests on django for my project, one of them turned out as a server error 500. Thi confused me as I thought everything was passing. I currently have DEBUG=True. When I checked the documentation it said to set debug to true and add some admins to email for the full output. Is there an easier way to get the output or should I work on setting that up.
For more info my project is still being developed. I dont really want to post my test code as I really need more debugging experience but if you people ask I will!
Thanks for any help!
Errors are mailed throught Django logging framework. You must configure logging apropiatly to use other Handler than Email (email is by default for errors on django). Change it to Console or File Handler instead....
Here is the source doc:
https://docs.djangoproject.com/en/3.0/topics/logging/

Error "no function with name [GETDATAACCESSFACTORY]" starting Mango Blog

Error: onApplicationStart: component [org.mangoblog.Mango] has no function with name [GETDATAACCESSFACTORY]
I got this error once I've installed MangoBlog. I've already checked there is "GETDATAACCESSFACTORY" function in components/mango.cfc file.
PS: I've installed it on Railo.
I helped ppshein on the Mango Blog forums, where he also posted this issue. It turns out that all he had to do was restart his CFML App Server (Railo).
Looks like this is a plug-in you should have installed but don't for some reason. I'd compare a fresh downloaded version with what's on the webroot. Beyond Compare will do it for you in a blink
I was getting the same error, and I am on a shared host so I can't restart Railo without emailing my host. But I DO have access to the Railo administrator, and I found that clearing the caches did the trick for me. In Railo Admin go to Settings->Performance/Caching and click all the Clear _ Cache buttons. I am not sure which you need to clear...you may be fine just clearing Component cache. I just cleared them all and