Search
Search results for «Extension» (54):
-
Re: Fresh install produces a blank page
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.
-
File Upload and Media Handling
MIME type and file extensionsBlacklisting File ExtensionsWhitelisting File Extensions# Allowed uploadable file extensions and mimetypes
-
I keep trying
>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
-
Troubleshooting
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. ...
mode_rewrite, nginx -
Local Test Server
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.
database, how to, mariadb, mysql, nginx, sql mode, xampp -
Bad Behaviour for WackoWiki
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
admin panel, bad behaviour, security, spam -
XAMPP + xDebug + PhpStorm
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.
phpstorm, tools -
Extensions / Components / Actions
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?
action, extension, formatter, handler -
Re: Once again about an empty screen
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.