arshidkv12 / phpBolt

Best php encoder - free | Encrypt php source code
https://phpbolt.com
236 stars 51 forks source link

PHP Startup: Unable to load dynamic library 'bolt' (tried: C:\xampp\php\ext\bolt (The specified module could not be found.), C:\xampp\php\ext\php_bolt.dll (%1 is not a valid Win32 application.)) in Unknown on line 0 #8

Closed prasanth22 closed 4 years ago

prasanth22 commented 4 years ago

Screenshot (233)

prasanth22 commented 4 years ago

i am using windows 10 and XAMPP with php version 7.3

mohammedSabbar commented 4 years ago

Try add this line in php.ini after copy the php_bolt.dll in the right path

extension="C:\xampp\php\ext\php_bolt.dll"

shqawe1 commented 4 years ago

I have the same problem i'm using windows 10 too i tried Mohammed solution but it doesn't work any idea about this issue?

dipenparmar12 commented 4 years ago

Seems like in php.ini extension directory is wrong. try this extension_dir = "ext"

Make sure semicolon (;) is removed before extension_dir

or if above not work then try this

extension_dir = "absulate_path_of_extensions_dir"

For me Windows 10 with php7.3 working fine.

truptinikhade commented 2 years ago

Unable to load dynamic library 'bolt' (tried: C:\xampp\php\ext\bolt (The specified module could not be found.), C:\xampp\php\ext\php_bolt.dll (The specified module could not be found.)) in Unknown on line 0 ERROR: Please run composer install

How to solve this error

Tarhex commented 2 years ago

The php_bolt.dll file is for Win x64 and not Win x32 as rightly placed in the Win x64 folder downloaded from the phpBolt website. You need a PHP version for Win x64