Getting "grapheme_substr(): grapheme_substr: length is beyond start" error when saving from composer
Permalink
Each time I try to save a page from Composer, I get the following error message:
grapheme_substr(): grapheme_substr: length is beyond start
grapheme_substr(): grapheme_substr: length is beyond start
For those of u that have problem installing C5 regarding this issue, you can fix this by forgiving error handling for E_WARNING too:
Open \concrete\bootstrap\configure.php (line 414) and change:
to
Open \concrete\bootstrap\configure.php (line 414) and change:
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED & ~E_WARNING);
This worked for me as well, although on version 5.7.5.13 it was on line 328 in concrete/bootstrap/configure.php
Thank you!
Thank you!
Thanks this worked on my install issues! Version affected was: 5.7.5.2
I get this message when I try to install 5.7.2 on a (new) windows8.1 laptop. Never had problems on Win7.
Do I miss some component or something?
Can't install 5.7.2 :(