Getting Laravel error while hosting on shared hosting - laravel

Warning: require(/storage/ssd1/943/12963943/public_html/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php): failed to open stream: No such file or directory in /storage/ssd1/943/12963943/public_html/vendor/composer/autoload_real.php on line 66
Warning: require(/storage/ssd1/943/12963943/public_html/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php): failed to open stream: No such file or directory in /storage/ssd1/943/12963943/public_html/vendor/composer/autoload_real.php on line 66
Fatal error: require(): Failed opening required '/storage/ssd1/943/12963943/public_html/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php' (include_path='.:/usr/share/pear:/usr/share/php') in /storage/ssd1/943/12963943/public_html/vendor/composer/autoload_real.php on line 66

Related

Magento 1.9 on PHP 7.2 - phpseclib failed to open stream

I have installed the latest Magento version 1.9.4.5 on PHP 7.2.33. At the file /var/log/system.log, I frequently see the below lines:
DEBUG (7): include(Phpseclib\Crypt\Base.php): failed to open stream: No such file or directory /lib/Varien/Autoload.php
DEBUG (7): include(Phpseclib\Crypt\Base.php): failed to open stream: No such file or directory /lib/Varien/Autoload.php
DEBUG (7): include(): Failed opening 'Phpseclib\Crypt\Base.php' for inclusion (include_path='/app/code/local:/app/code/community:/app/code/core:/lib:.:/opt/cpanel/ea-php72/root/usr/share/pear')/lib/Varien/Autoload.php
DEBUG (7): include(Phpseclib\Crypt\Blowfish.php): failed to open stream: No such file or directory /lib/Varien/Autoload.php
DEBUG (7): include(Phpseclib\Crypt\Blowfish.php): failed to open stream: No such file or directory /lib/Varien/Autoload.php
DEBUG (7): include(): Failed opening 'Phpseclib\Crypt\Blowfish.php' for inclusion (include_path='/app/code/local:/app/code/community:/app/code/core:/lib:.:/opt/cpanel/ea-php72/root/usr/share/pear')/lib/Varien/Autoload.php
DEBUG (7): include(Phpseclib\Crypt\Random.php): failed to open stream: No such file or directory /lib/Varien/Autoload.php
DEBUG (7): include(Phpseclib\Crypt\Random.php): failed to open stream: No such file or directory /lib/Varien/Autoload.php
DEBUG (7): include(): Failed opening 'Phpseclib\Crypt\Random.php' for inclusion (include_path='/app/code/local:/app/code/community:/app/code/core:/lib:.:/opt/cpanel/ea-php72/root/usr/share/pear')/lib/Varien/Autoload.php
I have checked the below files under the Magento root directory and they are all exist:
/lib/phpseclib/Crypt/Base.php
/lib/phpseclib/Crypt/Blowfish.php
/lib/phpseclib/Crypt/Random.php
Is this problem related with PHP 7.2?

Xampp Syntax Error When Starting Apache line 74

I get this error when starting xampp:
httpd.exe: Syntax error on line 74 of C:/xampp/apache/conf/httpd.conf:
Cannot load modules/mod_access_compat.so into server: The specified
module could not be found.

H2 Trying to access /private/var/empty directory

Why is H2 trying to access the file below?
org.h2.message.DbException: Log file error: "/private/var/empty/test.trace.db", cause: "java.io.FileNotFoundException: /private/var/empty/test.trace.db (Permission denied)" [90034-195]
org.h2.message.DbException: Log file error: "/private/var/empty/test.trace.db", cause: "java.io.FileNotFoundException: /private/var/empty/test.trace.db (Permission denied)" [90034-195]
at org.h2.message.DbException.get(DbException.java:168)

Magento Fatal error: Class 'WP_ThemeGrayscale_Helper_Data' not found in.../app/Mage.php on line 546

I can't access to my system> setting - i'm getting this error:
Fatal error: Class 'WP_ThemeGrayscale_Helper_Data' not found in.../app/Mage.php on line 546
, any suggestions ?

Issue in Push Notifications (APNS)

I am getting following message while sending Push Notifications from my php code:
#
Warning: stream_socket_client() [function.stream-socket-client]: SSL operation failed with code 1. OpenSSL Error messages: error:14094414:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate revoked in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 225
Warning: stream_socket_client() [function.stream-socket-client]: Failed to enable crypto in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 225
Warning: stream_socket_client() [function.stream-socket-client]: unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unknown error) in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 225
Warning: fwrite(): supplied argument is not a valid stream resource in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 243
Warning: fclose(): supplied argument is not a valid stream resource in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 245
Warning: stream_socket_client() [function.stream-socket-client]: SSL operation failed with code 1. OpenSSL Error messages: error:14094414:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate revoked in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 225
Warning: stream_socket_client() [function.stream-socket-client]: Failed to enable crypto in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 225
Warning: stream_socket_client() [function.stream-socket-client]: unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unknown error) in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 225
Warning: fwrite(): supplied argument is not a valid stream resource in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 243
Warning: fclose(): supplied argument is not a valid stream resource in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 245
Warning: stream_socket_client() [function.stream-socket-client]: SSL operation failed with code 1. OpenSSL Error messages: error:14094414:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate revoked in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 225
Warning: stream_socket_client() [function.stream-socket-client]: Failed to enable crypto in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 225
Warning: stream_socket_client() [function.stream-socket-client]: unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unknown error) in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 225
Warning: fwrite(): supplied argument is not a valid stream resource in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 243
Warning: fclose(): supplied argument is not a valid stream resource in /opt/lampp/htdocs/world-vision/admin/iPhonePush/admin.php on line 245

Resources