Search







Search results for «Extension» (3):

  1. Troubleshooting

    07/23/2025 12:30 - WikiAdmin - 4.7 KiB - en - 1

    this means you've got a Fatal error, this can be caused by a missing PHP extension (intl, gd) or another issue.For XAMPP Windows you first need to enable the GD and Intl extension in php.ini, both of which are required by WackoWiki. ...

    , ,
  2. Local Test Server

    08/11/2025 07:34 - WikiAdmin - 8.0 KiB - en - 1

    Enable GD and Intl extension on WindowsOn XAMPP for Windows the GD and Intl extension are disabled by default, however WackoWiki requires both extensions. 1. Open php.ini file (e.g. C:\xampp\php\php.ini). 1. Search for ;extension=gd and ;extension=intl. 1. Remove ; from both then restart the Apache server.

    , , , , , ,
  3. XAMPP + xDebug + PhpStorm

    04/30/2020 10:41 - Elar9000 - 11.5 KiB - en - 1

    In fact there is no any xdebug.so extension where it should be (as well as no most of other extensions). installation of xDebug. Tailored Installation means you can compile an extension for a pre-installed PHP. So it's compiler time.Extensions directory: /opt/lampp/lib/php/extensions/no-debug-non-zts-201909025. Install the pre-requisites for compiling PHP extensions.

    , ,