Primero explicare las condiciones en las que estoy trabajando
S.O Win 7, con Mssql 2008; estoy trabajando un sito .php que se conecta a esta base de datos, hasta ahy todo bien.
Ahora necesito crear una base de datos Mysql y cuando intento acceder al localhost/phpmyadmin me arroja el seguiente error
Código:
revisando en los logs de error enconttre estoCannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
Código:
Agradesco encarecidamente su ayuda para solventar el problema. [Sun Apr 22 20:50:42 2012] [warn] pid file C:/AppServ/Apache2.2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run? PHP Warning: PHP Startup: Unable to load dynamic library 'C:/AppServ\\php5\\ext\\php_exif.dll' - No se puede encontrar el m\xf3dulo especificado.\r\n in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:/AppServ\\php5\\ext\\php_mcrypt.dll' - No se puede encontrar el m\xf3dulo especificado.\r\n in Unknown on line 0 [Sun Apr 22 20:50:43 2012] [notice] Apache/2.2.8 (Win32) PHP/5.2.6 configured -- resuming normal operations [Sun Apr 22 20:50:43 2012] [notice] Server built: Jan 18 2008 00:37:19 [Sun Apr 22 20:50:43 2012] [notice] Parent: Created child process 1996 PHP Warning: PHP Startup: Unable to load dynamic library 'C:/AppServ\\php5\\ext\\php_exif.dll' - No se puede encontrar el m\xf3dulo especificado.\r\n in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:/AppServ\\php5\\ext\\php_mcrypt.dll' - No se puede encontrar el m\xf3dulo especificado.\r\n in Unknown on line 0 [Sun Apr 22 20:50:44 2012] [notice] Child 1996: Child process is running [Sun Apr 22 20:50:44 2012] [notice] Child 1996: Acquired the start mutex. [Sun Apr 22 20:50:44 2012] [notice] Child 1996: Starting 64 worker threads. [Sun Apr 22 20:50:44 2012] [notice] Child 1996: Starting thread to listen on port 80.
De ante mano muchas Gracias.