Fatal error: Uncaught Error: Class "DOMDocument" - php-8

Looking for some help with this error. I'm running Ubuntu 20.04 on an EC2. I have PHP 8.0 installed with DOM and XML modules installed and loaded. phpinfo() shows the modules loaded but I'm still getting Fatal error: Uncaught Error: Class "DOMDocument". I have restarted apache.

I just rebooted the EC2 instance and tested the page again and now it's working.

Related

How to fix dyld: Library not loaded: #rpath/libtbb.dylib

i'm using HiC-Pro mapping program on macOS Catalina. When it's running the log says:
dyld: Library not loaded: #rpath/libtbb.dylib
Referenced from: /Applications/anaconda3/bin/bowtie2-align-s
Reason: image not found
(ERR): Description of arguments failed!
Exiting now ...
Does anyone know how to fix this library not loaded error message?
I just started getting this error, as well -- environments I had installed just a couple weeks ago that included Bowtie2 still work, but when I install a new environment with the same Conda yaml file today it is no longer working, with this same error.
Try installing tbb through
brew install tbb
This fixed the error for me for a different binary that threw the same error.

MongoDB CodeIgniter connection issues

PHP-8, CodeIgniter V-3 , DLL install for php-8 that is php_mongodb.dll in extension folder and enabled in PHP.ini file as well as - given below screen shot of phpinfo still code show error
Fatal error: Uncaught Error: Class "MongoDB\Client" not found in D:\xampp\htdocs\miles\conntest.php:11 Stack trace: #0 {main} thrown in D:\xampp\htdocs\miles\conntest.php on line 11 can some plz help me out this problem
Finally i got the solutions for this using composers, and updated to php8 and mongodb 1.9 and by using supporting libraries i got the success.

Error while installing AllegroGraph on Arch Linux

I get the following error when running install-agraph for agraph-6.6.0
An unhandled error occurred during initialization:
Loading sys:aclissl.so failed with error:
/home/<username>/agraph-6.6.0/aclissl.so: undefined symbol: CRYPTO_set_locking_callback.
[physical pathname is /home/<username>/agraph-6.6.0/aclissl.so]
Cannot find much with google-fu on this error - at least nothing useful. Any leads would be helpful.
This problem has been fixed in the upcoming 7.0 release of AllegroGraph. Your workaround, using a system with OpenSSL 1.0.x is the correct one, for the currently released version of AllegroGraph.

Compser is updating with some warnings

This happens in my mac osx. This is regarding zend framework 3.
When I update the composer some warnings are occur.
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/Cellar/php70/7.0.15_8/lib/php/extensions/no-debug-non-zts-20151012/mcrypt.so' - dlopen(/usr/local/Cellar/php70/7.0.15_8/lib/php/extensions/no-debug-non-zts-20151012/mcrypt.so, 9): image not found in Unknown on line 0
after that when the page is refreshing this error occur.
Fatal error: Uncaught Error: Class 'MongoDB\Driver\Manager' not found in /Users/ishara/Documents/workspace/leapx-portal/vendor/mongodb/mongodb/src/Client.php on line 81
Error: Class 'MongoDB\Driver\Manager' not found in /Users/ishara/Documents/workspace/leapx-portal/vendor/mongodb/mongodb/src/Client.php on line 81
This has nothing to do with zendframework 3.
PHP Warning: PHP Startup: Unable to load dynamic library mcrypt.so
This is probably caused by not having the PHP mcrypt extension installed.
Fatal error: Uncaught Error: Class 'MongoDB\Driver\Manager' not found
According to the mongodb/mongodb package, you need to install the PHP mongodb extension.

error in java executable jar file connecting to database

i have a error in connecting executable jar file to database,it gave me error that there is a mismatch driver and application but when same code compiled and run through eclipse it does not gave me an error
few days back there was no error suddenly it started giving me a error