I've a running TYPO3 project on a Linux webserver and now I'm trying to get it working properly on a local Windows 10 machine with XAMPP for development purposes.
What I've done
xampp/htdocs/typo3
foldertypo3/typo3conf/LocalConfiguration.php
The versions are:
In general everything works, and also Environment -> Check Environment
in TYPO3 Backend doesn't show errors or warnings. However, if I change some page or content in the backend this is horribly unreliable:
Maybe I should just file a bug for TYPO3, but maybe somebody has a hint for me what I could try on my part to fix this problem. However since it's working on the remote server, it seems like a configuration issue and not a TYPO3 bug. I've run out of ideas.
Updates based on comments:
Finally I switched from XAMPP to Laragon, where all the errors disappeared. Don't ask me why and what's the difference there, versions are nearly the same:
error: selenium.common.exceptions.TimeoutException: Message:
jetpack compose not responding to keyboard input on emulator
Hexagon Grid CSS - All hexagons change size when each of them is clicked
How to render HTML pages as PNG/JPEG images with URL array using Javascript only?
Get count of items that matches a condition from mongo db in node js
“Duplicate entry” even though the column has UNIQUE constraint
I'm writing a program that renders mind mapsSo far, I've succeeded in drawing the root node and the first level of child nodes around it, in a circle
I am trying to filter an object type list based on a string value which is working fine, but now I need to filter based on an integer attribute of the objects on the list
I am trying to execute a php shortcode on button click but that is not running