Re: [openupload-devel] Warnings
Status: Beta
Brought to you by:
tsdogs
|
From: Leonel I. <Leo...@co...> - 2012-11-29 00:00:49
|
I forgot to mention that I can edit the users from upenupload, like change the password, name, etc, and it works, I just can't add new users. -----Original Message----- From: Leonel Ibarra [mailto:Leo...@co...] Sent: Wednesday, November 28, 2012 3:55 PM To: bo...@co...; OpenUpload Delvel and General talk Subject: Re: [openupload-devel] Warnings I still can't create users with open upload, Do i need to use a specific PHP version? I am getting some warnings like that the function split() is no longer supported by php, timezone warnings and others. I am using PHP version 5.4.8 Apache 2.2.21 mysql 5.0.10 Running it for testing purposses on a win 7 workstation. If i go directly to the database (mysql) and add a new line to the users table, it swows up in openupload's users list, but if I try to add a new user in openupload, I am able to fill the user information and when I click "add" I get no errors nor warnings, but the user is simply not added, I can't see it in the database either. Thanks Leonel -----Original Message----- From: Bob Miller [mailto:bo...@co...] Sent: Monday, November 26, 2012 4:30 PM To: ope...@li... Subject: Re: [openupload-devel] Warnings > I'm new to open upload. I have successfully installed the program on > my Win 7 PC. Here is your first problem, but I commend your bravery ;) > 1.-On top of the Login Screen I get this message: > Strict Standards: Declaration of defaultAuth::useredit() should be > compatible with authBase::useredit($user) in C:\websites\openupload > \lib\modules\auth\default.inc.php on line 72 The strict standards warnings *should (ie no guarantees) all be completely harmless. You can disable the error reporting so the error doesn't show, google will show you at least 3 different ways to do it... > 2.- After uploading a file I get this warnings: > > Warning: mail(): Failed to connect to mailserver at "localhost" port > 25, Since you are using a win7 PC, you probably do not have a mail server installed on it. Hence, you are not able to send mail out through localhost:25. Either install a mail server on your local machine, or you will have to figure out how to get php to send mail through windows... > verify your "SMTP" and "smtp_port" setting in php.ini or use > ini_set() in C:\websites\openupload\lib\general.inc.php on line 269 You might have a newer version of openupload than I do, I cannot configure SMTP in mine. But this error message suggests you can configure the SMTP server of your ISP or hosting provider in C:\websites \openupload\lib\general.inc.php on line 269 > The file does upload, but no one gets an email with a link to download > the file. As expected. The error above says it cannot find a mail server to send email with... > > 3.- When I try to create a new user, I don't get any error message but > users aren't created or they don't show up on the users list. Not sure what is going on there, but I would suggest looking in your apache logs, you might find a clue in there... > ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Openupload-devel mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/openupload-devel ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net _______________________________________________ Openupload-devel mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/openupload-devel |