Actions
Error #108
closedMissing c-type extension or missing c-type methods
Description
There are two solutions available.
- The first and safest method on Linux:
If your server runs on Linux, the problem is solved with a few mouse clicks or terminal entries: Just ask your hosting provider to install the ctype extension. The extension is usually included in the PHP package recommended by the PHP group as the default. - With Windows servers it is much more complicated, since the extension has to be compiled into PHP. A userland solution is being worked on here.
Actions