Error in Installation on Ubuntu
-
Installing on Ubuntu already enabled extension butstill getting this error while running cmd php artisan bagisto:install ?
cannot load Zend OPcache - it was already loaded
PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli' (tried: /usr/lib/php/20220829/mysqli (/usr/lib/php/20220829/mysqli: cannot open shared object file: No such file or directory), /usr/lib/php/20220829/mysqli.so (/usr/lib/php/20220829/mysqli.so: undefined symbol: mysqlnd_global_stats)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/path/to/extension/mysqli.so' (tried: /path/to/extension/mysqli.so (/path/to/extension/mysqli.so: cannot open shared object file: No such file or directory), /usr/lib/php/20220829//path/to/extension/mysqli.so.so (/usr/lib/php/20220829//path/to/extension/mysqli.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/lib/php/20220829/intl (/usr/lib/php/20220829/intl: cannot open shared object file: No such file or directory), /usr/lib/php/20220829/intl.so (/usr/lib/php/20220829/intl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli' (tried: /usr/lib/php/20220829/mysqli (/usr/lib/php/20220829/mysqli: cannot open shared object file: No such file or directory), /usr/lib/php/20220829/mysqli.so (/usr/lib/php/20220829/mysqli.so: undefined symbol: mysqlnd_global_stats)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'openssl' (tried: /usr/lib/php/20220829/openssl (/usr/lib/php/20220829/openssl: cannot open shared object file: No such file or directory), /usr/lib/php/20220829/openssl.so (/usr/lib/php/20220829/openssl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /usr/lib/php/20220829/pdo_mysql (/usr/lib/php/20220829/pdo_mysql: cannot open shared object file: No such file or directory), /usr/lib/php/20220829/pdo_mysql.so (/usr/lib/php/20220829/pdo_mysql.so: undefined symbol: pdo_parse_params)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'xsl' (tried: /usr/lib/php/20220829/xsl (/usr/lib/php/20220829/xsl: cannot open shared object file: No such file or directory), /usr/lib/php/20220829/xsl.so (/usr/lib/php/20220829/xsl.so: undefined symbol: dom_node_class_entry)) in Unknown on line 0
PHP Warning: Module "curl" is already loaded in Unknown on line 0 -
Hello there,
may i know, are you taking the clone from master branch and did you run composer create-project command?
It will help to understand the issue in a better manner so that we can assit you further. -
@ashish2409 thanks i just solved issue by talking with customer chat support they provided me guide to how to install on ubuntu few links
-
@mital
Sure,
In case you find any issue or you have any query, please reach out to us, we would love to help you.Thanks
-
@ashish2409 getting this on home page
Undefined variable $__env (View: /opt/lampp/htdocs/bagisto/public) (View: /opt/lampp/htdocs/bagisto/resources/themes/velocity/views/home/index.blade.php)
tried few solution but did not worked
-
As per checking the concern, it seems like that there are some configurations which are missing or not updated properly. Please check the .env file and once it is done run command - php artisan optimize:clear
& php artisan responsecache:clear -
thanks it solved issue but now i just upgraded to 2.0 version now not able to find all views folders ? can u guide