arshidkv12 / phpBolt

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

Call to undefined function bolt_encrypt() #1

Closed shukla-rohit closed 4 years ago

shukla-rohit commented 4 years ago

Thank you for smart tool, but its not working when I am trying to encrypt through bolt_encrypt,

I checked for 2 different machine.

PHP Fatal error: Uncaught Error: Call to undefined function bolt_encrypt() in /srv/www/vhosts/*/phpBolt-encrypt/phpBolt-encrypt/index.php:44 Stack trace:

0 {main}

thrown in /srv/www/vhosts/*/phpBolt-encrypt/phpBolt-encrypt/index.php on line 44

arshidkv12 commented 4 years ago

Your configuration is not correct. That is you getting undefind function error. Sorry... I can't provide free support.

Regards

On Tue, Sep 3, 2019, 3:47 PM Rohit Shukla notifications@github.com wrote:

Thank you for smart tool, but its not working when I am trying to encrypt through bolt_encrypt,

I checked for 2 different machine.

PHP Fatal error: Uncaught Error: Call to undefined function bolt_encrypt() in /srv/www/vhosts/

/phpBolt-encrypt/phpBolt-encrypt/index.php:44 Stack trace: #0 {main} thrown in /srv/www/vhosts//phpBolt-encrypt/phpBolt-encrypt/index.php on line 44

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/arshidkv12/phpBolt/issues/1?email_source=notifications&email_token=ABT5Y5MN4WT543EVDSOIWOTQHY2UBA5CNFSM4ITEQFGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HI6F3UQ, or mute the thread https://github.com/notifications/unsubscribe-auth/ABT5Y5IYTC66U32CH4ORAPDQHY2UBANCNFSM4ITEQFGA .

shukla-rohit commented 4 years ago

bolt_decrypt is working for one of test file, but when trying to encrypt with dummy code provided, thats not working.

Please check this if possible.

arshidkv12 commented 4 years ago

Please note, many people are installed without any problem.

Regards

On Tue, Sep 3, 2019, 3:50 PM Rohit Shukla notifications@github.com wrote:

bolt_decrypt is working for one of test file, but when trying to encrypt with dummy code provided, thats not working.

Please check this if possible.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/arshidkv12/phpBolt/issues/1?email_source=notifications&email_token=ABT5Y5NEU7C7LE2R6GT6TTLQHY253A5CNFSM4ITEQFGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5XXKGI#issuecomment-527398169, or mute the thread https://github.com/notifications/unsubscribe-auth/ABT5Y5NX7IEOGBEC7NVFI63QHY253ANCNFSM4ITEQFGA .

arshidkv12 commented 4 years ago

phpBolt now working with windows also.

bahramiholding commented 3 years ago

hi , i am using webserver ubuntu 20.4 , and i,m using php7.4 after installion bolt everything in command line completely working but when i using url give me error

Error Call to undefined function bolt_decrypt()

thanks for helping

KTN1990 commented 2 years ago

a-bahrami use this command sudo systemctl restart php7.4-fpm.service

amjiddader commented 1 year ago

Here is the solution..

You are encrypting using CLI ?? and you have added extension on in php/7.2/apache2/php.ini file ..

it shoul be also added in /etc/php/7.2/cli/php.ini after adding run : systemctl restart apache2 It should be workin .

( in apache2/php.ini extension is used to decode file)

rhidayatrhd commented 9 months ago

Hi.. I am using windows 10 in my PC and I want to use encrypt/decrypt in my php code. I get problem : PHP Warning: PHP Startup: Unable to load dynamic library 'bolt' (tried: ./ext/bolt (The specified module could not be found), ./ext/php_bolt.dll (The specified module could not be found)) in Unknown on line 0

thanks for helping