Builder not working for about 13 hours so far.
-
I'm having trouble getting Builder to load projects today. Is this a problem at my end or is there a malfunction in the programme?
-
try clear cache in chrome, restart browser, something like that ...
-
Hello,
I couldn't reach the webpage during the whole day, has anything gone wrong with the webpage or the server?
Now it works again.
Thank you,
-
I guess this problem was universal. I checked www.fxdreema.com on the site http://downanalyze.com/check/fxdreema.com and it confirmed that the entire site was down for about 18 hours for everyone around the globe. The good news: It's up again.
-
Glad that the builder page is up again. However, when I export a mql4, rename and load back in, I get a blank project. Also when I try to drop and place a new block, edit the sequence number, everything got messed up. Full of bugs
-
@chuahb said in Builder not working for about 13 hours so far.:
Glad that the builder page is up again. However, when I export a mql4, rename and load back in, I get a blank project.
@fxDreema I am having the same issue.
-
Hello,
Still the builder can't load projects. Anyone still having same issues on their end?
-
Hi yes when i try to import project they come out blank and when ever time i refresh all connection are gone and they will not work in MT4
-
@fxDreema Confirm that the importation is a real issue. Also, when I attempted to delete projects by clicking the X at the "Load Project" window, the software asked for confirmation and removed the selected project after confirmation, but when I reopen the "Load Project" window, the deleted projects are still available... Last, the Trace block doesn't trace the same indicator it traced before the blackout. I still investigating it on my side but so far it seem that the problem resides on FxDreema server, since I can trace this indicator with the desktop version of FxDreema (with some limitation since this version is not fully complaint with new updates of the online software) . It seems there are serious issues with the working copy of FxDreema after the blackout. Please check it. Thanks in advance.
-
The history not show create or delete connectors and not save.
-
Same all issues here.... additionally when copy&paste some connectors dissapear!
-
@bwwilson said in Builder not working for about 13 hours so far.:
I'm having trouble getting Builder to load projects today. Is this a problem at my end or is there a malfunction in the programme?
I've done a cache clear as recommended and still can't load builder. I want to delete the previous load list and it freezes as wonder if they might be blocking up?? . The Builder page continues to freeze Not good when we pay a sub that clocks down daily... Please can you address this. asap.
-
I'm petty sure that all the other topic in this category contain the same reports, so I will answer to all of them here.
I'm sorry for 2 problems that happened. The first - the website was down for few hours. This always happen when suddenly the VPS is restarted. The problem is that the NodeJS server does not start automatically until I open the VPS, so in the whole time the VPS itself is up and running, but the website is not started. And I don't know how to fix this problem yet. I have some .bat file in the Startup folder to start everything when opened, but it doesn't open until I log in.
The second problem is that there was a serious problem with the database - some changes to the projects were not saved correctly. For that I suggest to go to "History" and click on some previous history point if you have something missing in your project.
Why that happened? Because of the first problem I decided to write a MongoDB script to add few extra days to all people who paid to use this program. And one keyword of that script required newer version of MongoDB. I installed it and it worked, but I did not realized that there are some other problems. I tried to find what is the problem, still without success. So I downgraded MongoDB back to its old version where everything works. I still don't know if that problem did serious damages to your projects. Just in case I have some daily backup of the database, although it would be very difficult for me to dig into it to find some project. But if someone has such damages, I will try to restore them.
-
Someone knows how to set up Android to ring or alert me in any way, if a new email is received in certain email address? I actually added the website in uptimerobot.com and it sends me emails every time, but they don't alert me (I don't look at emails all the time).
-
-
@fxdreema Thanks for the update. I think people will be more patient if they are kept up to date daily and have some idea of what's happening or that you need time. Also the credit to account issue is secondary to getting the builder working so keep up the good work. When everything is ticking you have an awesome product. Shame we have the technical issues to deal with. What I've achieved from discovering this site in the last few weeks has transformed my trading. Can't wait for it to be back on track. Be encouraged.
-
I just found one problem that caused projects of some people to disappear. This is not a new problem and not related to the server downtime these days. So, this problem starts from a bug in the forum (when the person updates his profile, I guess), when certain user ID is written as a "string" instead of "integer" value in the database. Then if this ID is used by the EA builder, certain projects disappear. They are still in the database of course, but the EA builder can't see them. So I wrote 2 scripts and I fixed both databases. Now I will check how this "string" value is entering the database of the EA builder, so I can turn it into "integer".