I review what stopped working, when it happened and which changes may be related.
Website diagnosis and repair
Recover your website
Locating errors, broken functionality and technical incidents.
When something fails, the first step is understanding why
A website can stop working for many reasons: an update, a changing integration, a code error, an incorrect configuration, a problematic deployment or a combination of several factors.
Before changing anything, I need to understand what happened and which part of the site is actually affected.
The goal is not to make blind changes, but to locate the cause and repair it with the lowest possible risk.
Problems I can investigate and repair
- PHP or JavaScript errors
- forms that stop working
- broken routes or pages
- failing integrations
- problems after an update
- incompatibilities between components
- configuration errors
- functionality that behaves unexpectedly
- problems arising after a deployment
- partially inaccessible or degraded sites
How I approach an incident
Before intervening, I check which information, code or copies may need protection.
I try to identify the conditions that cause the problem and which parts of the site are affected.
I analyse the relevant code, configuration, integration or component until I find a verifiable explanation.
I decide which change is needed and which areas must not be touched.
I make only the changes needed to resolve the incident.
I check the repaired functionality and review possible related regressions.