Warning: PHP Startup: Unable to load dynamic library -


i hosting on 1und1.de. codes work on localhost upon uploading on shared hosting server got following errors:

warning: unknown: open(c:\xampp\tmp/sess_bnt91ftgq6s4obn2684fud47p5, o_rdwr) failed: no such file or directory (2) in unknown on line 0 warning: unknown: failed write session data (files). please verify current setting of session.save_path correct (c:\xampp\tmp) in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_bz2.dll' - c:\xampp\php\ext/php_bz2.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_curl.dll' - c:\xampp\php\ext/php_curl.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_mbstring.dll' - c:\xampp\php\ext/php_mbstring.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_exif.dll' - c:\xampp\php\ext/php_exif.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_gd2.dll' - c:\xampp\php\ext/php_gd2.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_gettext.dll' - c:\xampp\php\ext/php_gettext.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_mysql.dll' - c:\xampp\php\ext/php_mysql.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_mysqli.dll' - c:\xampp\php\ext/php_mysqli.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_openssl.dll' - c:\xampp\php\ext/php_openssl.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_pdo_mysql.dll' - c:\xampp\php\ext/php_pdo_mysql.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_pdo_sqlite.dll' - c:\xampp\php\ext/php_pdo_sqlite.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_soap.dll' - c:\xampp\php\ext/php_soap.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_sockets.dll' - c:\xampp\php\ext/php_sockets.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_sqlite3.dll' - c:\xampp\php\ext/php_sqlite3.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_xmlrpc.dll' - c:\xampp\php\ext/php_xmlrpc.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: php startup: unable load dynamic library 'c:\xampp\php\ext/php_xsl.dll' - c:\xampp\php\ext/php_xsl.dll: cannot open shared object file: no such file or directory in unknown on line 0 warning: cannot open 'c:\xampp\php\extras\browscap.ini' reading in unknown on line 0 

what these errors mean. these errors have hosting provider?

it looks though you've copied php.ini configuration file directly system hosting server. don't that. data in configuration file specific xampp installation; not appropriate web server, , causing these errors because files referenced in configuration not exist on server.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -