Sitefinity live site error - sitefinity

we just launched our new site YunGoal developed in sitefinity, but how ever we are constantly running into these error msgs with every few clicks, this is really interfering with our user experience, does anyone know what is causing this, We tried changing various settings, look for bugs on our pages all to no avail. we really appreciate any help we can get, thanks in advance.

You need to follow these instructions when using MySQL with Sitefinity:
http://docs.sitefinity.com/administration-persist-multilingual-fields-in-separate-tables-for-each-language

Related

Why is this website so slow on mobile [shopify]

I'm trying to help a client with their slow-ish website https://www.dp-tools.de. If I use Google page speed for mobile I can see that it takes 7 seconds to be interactive but nothing in the found problems really tells me why it is actually that slow. I also tried chrome lighthouse and couldn't really see all that much.
Is there another way of checking or maybe anyone here sees why it is so slow?
Open up the client's Shopify Admin, and examine the theme. Does it have any strange slow code in it? Examine the Apps installed that directly affect theme. Are any of them crap, old, broken junk?
The best way to debug a slow theme is to just start hacking out any junk the client may have added to their theme. A lot of themes are so bad, for example, they load jQuery 3 times. Likely you have one bad apple in there, a call that is blocking and takes way to long to timeout or respond. Developer tools can point these out to in your console. Mobile versions have to come with a developer console you can inspect too right?

How to optimize for core web vitals google page speed insights Avoid chaining critical requests issue?

Google page speed is showing to avoid critical requests for cloud flare javascript files.
I tried multiple methods such as preload, fetch the javascript files in the head section of the website. Not a single method was helpful for me. Even I tried to get in touch with Cloudflare,they weren't helping much.
I would really appreciate it if anyone can help me regarding this critical issue.
Thank You.
This link explains how to get Rocket Loader to ignore certain scripts:
https://support.cloudflare.com/hc/en-us/articles/200169436-How-can-I-have-Rocket-Loader-ignore-specific-JavaScripts-
Presumably, if Rocket Loader ignores them, the scripts will be loaded directly, and this will shorten the request chain.

How do I get my discord bot to play music from YouTube (without link)?

I'm very new to this.
I've made a bot for discord and now i want it to play music from YouTube, without having to put in a link.
I'm using Heroku and am getting several errors, that I really need help with.
I have tried pushing it several times, but I'm unsure what else can do.
Dynos
Hope someone can help me :)
It looks like you may have forgotten to write the dyno to tell Heroku what to run. Try adding a Procfile to your project and name it "worker: node index.js". From what I understand, your second message says "missing script: start".

Unfortunately, there are no carriers available for your delivery address

I'm using prestashop_1.7.6.4 and am having this issue, I've been trying to fix it for 3 days now and I've seen every answer and question like this on Prestashop but nothing worked. The thing is, It works on my local server just fine. But, it doesn't work on the site. Any help will be highly appreciated!
My Website
this one on site:
this one on my local server:
Please help someone I have already read all answers and questions on StackOverflow but the problem has not been fixed yet. If you're professional in this domain and want the access to the BackOffice I'll give you that just to fix this problem because I've been stuck in this error like forever.

Execution cannot be found (rsExecutionNotFound)

I keep getting the errror "Execution 'APPLICATION ID' cannot be found (rsExecutionNotFound)" using SQL Server Reporting. It keeps happening for the same user, with the same application ID. While it happens for some other users it happens a lot for this one user. I have tried increasing the session timeout as menetioned here: http://blogs.msdn.com/jgalla/archive/2006/10/11/session-timeout-during-execution.aspx. The users don't say they are experiencing any problems, just us web developers can see them in the exception reporting.
Any thoughts?
We got around this issue with a client by clearing his web cache and deleting his cookies. Weird...
I just resolved this specific error for one user. This user could not run any reports using the report URL from her PC. She could run reports from other PCs though. I discovered that this user had not modified certain IE Internet\Scripting settings nor had this user downloaded the RSClientPrint ActiveX control. Not sure which of these was causing the problem, but when properly set and the user downloaded the RSClientPrint ActiveX control the error went away. Please note that my resolution might not work for you. I have a personal document with the needed settings but could not post them here. You will need to look in Books Online to obtain the internet settings necessary for running reports.
I have answered this in another thread
I hope this helps.