quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

Call to undefined function Search\Engine\Generic\iconv() #177

Closed cercos closed 7 years ago

cercos commented 7 years ago

Running the installer, everything goes good until the user creation, upon which the error in the title appears after clicking create.

CakePHP 3.4.5

botchris commented 7 years ago

You must enable the iconv PHP extension.

I think I forgot to add this checking to the installer's requirements step as installation should not continue if this extension is missing on your server.

Let me know if this solves the problem. Regards!

cercos commented 7 years ago

Yes that was the problem

botchris commented 7 years ago

Solved at de828c86c084077322909a29328a392411e79ad3