windows filename too long
Wenn z.B.: error: open("Resources/Public/JS/MySuperScript.js"): Filename too long
dann die Git Bash ALS ADMIN öffenn und git config --system core.longpaths true
setzen.
Quelle
… was ich mir mal eben merken wollte.
Wenn z.B.: error: open("Resources/Public/JS/MySuperScript.js"): Filename too long
dann die Git Bash ALS ADMIN öffenn und git config --system core.longpaths true
setzen.
Quelle
Weil ichs gerade für ein TYPO3 Flow Projekt brauchte… 🙂 Notiz an mich:
Given the problem you have a new column postion and that column should be updated for all existing rows with ascending numbers. Furthermore these numbers should be generated by a special order. In order to achieve that you could do the following:
SET @pos := 0; UPDATE pages SET position = ( SELECT @pos := @pos + 1 ) ORDER BY updated_at DESC;
Quelle: How to update a MySQL column with ascending numbers – makandropedia
Im folgenden kurz zusammengefasst wie man auf einem frisch aufgesetzten Lubuntu (alternativ geht auch Ubuntu und jedes andere Derivat) einen „LAMP-Stack“ installiert und auf selbigem TYPO3 Flow zum laufen bekommt. Mehr lesen