[openupload-devel] New user creation
Status: Beta
Brought to you by:
tsdogs
|
From: Bica, G. <geo...@in...> - 2010-10-19 17:09:45
|
I am using Open Upload 0.4.1, and have come up to an interesting "bug" Dev environment---- Server2Go on Windows 7, comes prepackaged with: Apache 2.2.15 PHP 5.3.2 MySQL 5.1.46 Production environment, manually configured and integrated ---- Windows 2003 Apache 2.2.16 PHP 5.3.3 MySQL 5.1.51 I run the script configuration, all setup good and working properly. The only thing that I am having problems with is creating new users from Administration in the production environment. In development a new user is created, no problem. In production once I click "Add" button the user list comes back, but no user is created. There is no error in logs or screen. Incidentally, if I allow registrations in the production server, then users are self created without a problem. Short of trying to figure out manually which package is to blame, is there a debug tool I can use to troubleshoot this? My guess is the the SQL statement passed via PHP to MySQL is not being executed, but can not be sure, just a wild guess at this time. Your help is appreciated. George |