Pixik brokes my website - matomo

I have a blog, programed by me in PHP. I use Piwik to track my visitors. I rewrite my website, in PHP with Symfony. I delete my old website except piwik and I put my new website. I use the same database and the same folder for piwik than before.
Now, when I go to Piwik, the first page works but after, my website is down during about ten minutes, Piwik and the all site. Chrome says the website is innacessible, with the error : ERR_CONNECTION_TIMED_OUT.
I try to reinstall Piwik, with the last version, but I have the same problem : after the installation, when I go to the dashboard, the site is down.
I use a shared server. Pwik works in the server with my precedent website or with Joomla!, on a website with some hundred vistors by day.
There are nothing in the logs, except index.htm and index.php
Why and how resolves this problem ?
Thanks,
Jérémie

Related

Cpanel don't refresh my last production React?

I upload my app React on Cpanel (O2Switch) since March. On server, my app refresh every weeks... Stranger things but it was working, no problem. My last production is a formular for contact the organization, on localhost it works but is'nt visible on server. I don't have cookies on this server. I've change my Web browser, i refresh my page... so..
I contact O2Switch, they do not know what it is.
Do you know where problem's come ?
https://github.com/Dodox17000/mobileminute17

How to get BlogEngine.NET to run outside of a local environment?

I am trying to run BlogEngine.NET. It works fine locally in Visual Studio but whenever I publish it outside of my local computer none of the posts are showing up.
I think this is because none of the scripts or CSS are being loaded (the posts are done via AngularJS). I've made sure that the read and write permissions are allowed in IIS so I know that isn't the problem.
I believe that AngularJS isn't loading properly, as when I go to the admin panel the url returned with the 404 error is this:
8926/admin/%7B%7BSiteVars.RelativeWebRoot%7D%7Dadmin/#/dashboard
instead of:
8926/admin/#/dashboard
Even If I manually take out all of the %7B%7BSiteVars.RelativeWebRoot%7D%7Dadmin text, the posts still don't show up as they do locally which leads me to believe the posts are also tied to AngularJS as well.
Does anyone know how to fix this? This may not be a BlogEngine.NET problem as much as it is just a loading of Javascript and CSS problem inside of IIS
The documentation for my project is here.
BlogEngine.Net had moved to GitHub that is where the latest updates are at.
Best to go here:
https://github.com/rxtur/BlogEngine.NET
and try again with a fresh install.
I have a fresh install working with no issues here:
http://blogengine07.azurewebsites.net
Took a total of around 30 mins to it it 100% up and running, creating new web app service,database, change web.config, publish to Azure, and making some changes in settings.
What web host are you using to host your website?
You can also try Azure Web App Service for free here:
https://azure.microsoft.com/en-us/try/app-service/web/?language=cs
If you can get it to work there but not at your current web host then that points to a web server issue, since you are able to run it locally and on Azure.
Hope this helps.
Have a great Day!
Brian Keith Davis

How to configure Azure to always show index.html

I am hosting a web application on Azure - I deployed it yesterday by just copying all the required files into wwwroot.
It sort of works - except that it behaves differently than when it did when I just ran npm start locally (it's an Angular 2 app, with config copied from the 5 min quickstart guide) - when I ran it locally, I could manually enter any URL which was handled by routers and it did load, and on Azure it throws a 404 (also happens when I just refresh any page besides the home page) - I presume that somehow when I ran it locally, it figured out that I always need to load index.html, regardless of the actual URL, and let the router handle everything. How can I replicate this behavior on Azure?
Your Azure WebApp is running on an IIS instance by default.
If you want to handle the Html5 Mode(without the hashbang) then you have to create a Web.Config file and define a rewrite.
See How do I configure IIS for URL Rewriting an AngularJS application in HTML5 mode?
Dont forget to set <base href="/"> in the <head> of your index.html. Otherwise it wont work.
I think you will probably have to use URL Rewrite for this, unless you are using MVC to deliver the page. Here is a previous answer that will help you configure URL Rewrite. It is talking about WordPress, but it should point you in the right direction.
You should try checking the Azure portal under the Application Settings for the Web Application if .index.html is included in the List of Default Document option
I would be glad if you can rephrase your Question to understand it more.

New Website on New Server displaying 404 from old site on old server

Recently I launched a WordPress site (Note: inmotion linux server) with Gravity Forms (GFrom). The site uses a GFrom as a job application and has an input for users to upload their resume. I have tested it, it works and I can login to the WP Dashboard View and Download all the entries ( in all browsers ) just fine.
After turning things over to the client, they came back to us saying they are unable to view or download the uploaded resumes from the Gravity Forms "Entries" section (Note: the client is able to access both the front and backend of the site, issue seems to only be related to the viewing and or downloading the resumes). They get a 404 error. Now the weird thing is, the 404 error they are getting was part of their old site on a completely different server (Note: Non WP on a godaddy windows server). They have tried clearing their browser cache and no success. Does anyone know what can cause this?

Can't manage roles in DNN (get 404 error)

I have a DNN site up an running and everything seems to work EXCEPT for when I attempt to manage roles for a user or manage roles. When I click on the link I get a 404 error.
I am using an older version of DNN (based on .net 1.1) and I am putting it on IIS7.
This is a forklift move from one server to another so upgrading to a newer DNN is only a last resort option at this point.
There was something wrong with the URL rewriting. In the HostSetting I set the Use Friendly URLS to No and the problem went away.

Resources