ancruna / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

"vsnprintf error" with phpMyAdmin #362

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>What steps will reproduce the problem?
1. start Mongoose 3.1
2. open phpMyAdmin in browser

>What is the expected output? What do you see instead?
The phpMyAdmin php script is not executed, instead I receive errors.

Response from the Server:
Error 500: Internal Server Error

Error log entries:
[1339338522] [error] [client 127.0.0.1] GET /phpMyAdmin/: Error 500: Internal 
Server Error
[1339338522] [error] [client 127.0.0.1] GET /phpMyAdmin/: vsnprintf error

>What version of the product are you using? On what operating system?
Windows 7 Professional 64bit
Mongoose 3.1
PHP 5.4.3
phpMyAdmin 3.5.1
MySQL 5.5

>Please provide any additional information below.
Other PHP scripts are working fine.

My config:
cgi_interpreter C:\Program Files (x86)\php5\php-cgi.exe
cgi_pattern **.php$
access_log_file C:\Users\Ch\Documents\www\access.log
error_log_file C:\Users\Ch\Documents\www\error.log
index_files index.php,index.html,index.htm
listening_ports 8080
document_root C:\Users\Ch\Documents\www\htdocs

Original issue reported on code.google.com by lighttr...@gmail.com on 10 Jun 2012 at 2:37

GoogleCodeExporter commented 9 years ago
Cannot reproduce, works well with me:

./mongoose -r ~/Downloads/phpMyAdmin-3.5.2.2-english -I /usr/bin/php

Original comment by valenok on 22 Sep 2012 at 12:01