Search







Search results for «Extension» (53):

  1. Re: Fresh install produces a blank page

    11.03.2022 12:22 - WikiAdmin - 1.2 KiB - en

    It seems that the intl extension is missing. I tested only XAMPP for Linux, so I guessing that the intl extension is not enabled by default in XAMPP for Windows.I found two possible issues: 1. How can I enable PHP extension intl in XAMPP for Windows? (https://stackoverflow.com/questions/33869521/how-can-i-enable-php-extension-intl) ... Please check and ensure that the intl extension is enabled and installed correctly.

  2. File Upload and Media Handling

    06.05.2024 21:14 - WikiAdmin - 13.6 KiB - en

    MIME type and file extensionsBlacklisting File ExtensionsWhitelisting File Extensions# Allowed uploadable file extensions and mimetypes

  3. I keep trying

    10.12.2019 23:14 - walttheboss - 4.0 KiB - en

    >getMathExtension()\n#1 /var/www/html/wackowiki/class/urirouter.php(250): Hashids\\Hashids->construct('O-oiND7eRCQrps8...')\n#2 /var/www/html/wackowiki/class/urirouter.php(79): ... PHP Fatal error: Uncaught RuntimeException: Missing BC Math or GMP extension. in /var/www/html/wackowiki/lib/hashids/Hashids.php:418\nStack trace:\n#0 /var/www/html/wackowiki/lib/hashids/Hashids.php(106): ... PHP Fatal error: Uncaught RuntimeException: Missing BC Math or GMP extension. in /var/www/html/wackowiki/lib/hashids/Hashids.php:418\nStack

  4. Troubleshooting

    02.09.2024 06:38 - WikiAdmin - 4.3 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. ...

    ,
  5. Local Test Server

    13.02.2024 10:41 - WikiAdmin - 7.4 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.

    , , , , , ,
  6. Bad Behaviour for WackoWiki

    05.02.2024 07:43 - WikiAdmin - 4.1 KiB - en - 2

    implemented as extensionTo activate the extension you have to set ext_bad_behaviour to 1 in the the Secondary Config, you can do this via the Admin panel.Admin panel: Extensions -> Bad Behaviour -> Settings0.4 Integrated in distribution as extension

    , , ,
  7. XAMPP + xDebug + PhpStorm

    30.04.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.

    ,
  8. Extensions / Components / Actions

    04.01.2022 21:44 - matjung - 623.0 B - en - 1

    https://wackowiki.org/doc/Search?phrase=ExtensionWhat is the best place to find commercial / open source Extensions / Components ?I can see that extension Bad Behavior was pre-installed.What other extensions are known to be useful?

    , , ,
  9. Re: Once again about an empty screen

    22.09.2024 12:39 - WikiAdmin - 1.2 KiB - en

    There is probably a missing PHP extension (/Org/Tools/Hosting/TestServer) (intl) or similar or an environment configuration issue. semicolon ( ; ) from your xampp/php/php.ini the following code. ;extension=php_intl.dll Restart XAMPP.Please check if you've activated the intl extension, for some reason in XAMPP for Windows it is not enabled by default.