Gii in Yii 1.1 not working in Mac showing error "Error 500 Only the first byte will be assigned to the string offset"

113 views Asked by At

enter image description herewhile adding more than one table in the database the Gii is showing error "Error 500 Only the first byte will be assigned to the string offset".

1

There are 1 answers

2
Ketan Vekariya On

Please check your php version. It seems like you are using latest php version 8 which does not supports some code. Please install php7.0 and try again hope this will help