openupload-devel Mailing List for Open Upload (Page 2)
Status: Beta
Brought to you by:
tsdogs
You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(11) |
Dec
(11) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(11) |
Feb
(9) |
Mar
(1) |
Apr
(32) |
May
(31) |
Jun
(6) |
Jul
(9) |
Aug
(108) |
Sep
(27) |
Oct
|
Nov
(9) |
Dec
(9) |
2010 |
Jan
(16) |
Feb
(38) |
Mar
(24) |
Apr
(2) |
May
(15) |
Jun
(2) |
Jul
(3) |
Aug
(4) |
Sep
(12) |
Oct
(21) |
Nov
(4) |
Dec
(17) |
2011 |
Jan
(7) |
Feb
(6) |
Mar
(26) |
Apr
(35) |
May
(6) |
Jun
(7) |
Jul
(1) |
Aug
(12) |
Sep
(5) |
Oct
(17) |
Nov
(6) |
Dec
(7) |
2012 |
Jan
(28) |
Feb
(17) |
Mar
(18) |
Apr
(2) |
May
(6) |
Jun
(15) |
Jul
(3) |
Aug
(3) |
Sep
(13) |
Oct
|
Nov
(6) |
Dec
(6) |
2013 |
Jan
(13) |
Feb
(2) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2014 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: gmartin <gm...@gm...> - 2013-01-19 14:42:48
|
Alessandro, Can php support larger files if you are running on a 64bit OS? I was under the opinion that the limit was due to the php integer size which would be larger when compiled for 64bit That said, the problem here seems one of configuration On Saturday, January 19, 2013, Alessandro Briosi wrote: > Il 2013-01-18 11:23 Freaky ha scritto: > > Hi, > > > > I'm running into errors uploading files and get an error file size > > exceeded. > > > > Not being a dev I'm running out of options. Get this error even with > > 2k > > files. I've inserted some code and $_FILES['tag']['error'] (don't > > recall > > the actual input field name :)) indeed returns 2 (which means file > > size > > exceeded). It's driving me insane :). > > > > First I tried Filez. Filez seems highly 'unstable' (git dev code, non > > matching/lacking db table layouts, docs don't match git code, etc.). > > Filez uses APC for upload progress too. Had too much issues getting > > it > > to work and found this then. This had some login issues, fixed those > > and > > get the same upload error to my surprise. > > > > Post size and upload size is set to 3072M - so no, 2k does not exceed > > that by far. The upload page reflects that too stating max upload > > size > > is 3G. > > > > What's odd is that I created some simple scripts like this: > > > > PHP has a 2GB limit for uploaded files. If you want to go further > you'll need some other software which uses perl to upload files. > > Try changing the limit in php.ini first. > > Alessandro > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122912 > _______________________________________________ > Openupload-devel mailing list > Ope...@li... <javascript:;> > https://lists.sourceforge.net/lists/listinfo/openupload-devel > -- \\Greg |
From: Alessandro B. <ts...@br...> - 2013-01-19 11:15:25
|
Il 2013-01-18 11:23 Freaky ha scritto: > Hi, > > I'm running into errors uploading files and get an error file size > exceeded. > > Not being a dev I'm running out of options. Get this error even with > 2k > files. I've inserted some code and $_FILES['tag']['error'] (don't > recall > the actual input field name :)) indeed returns 2 (which means file > size > exceeded). It's driving me insane :). > > First I tried Filez. Filez seems highly 'unstable' (git dev code, non > matching/lacking db table layouts, docs don't match git code, etc.). > Filez uses APC for upload progress too. Had too much issues getting > it > to work and found this then. This had some login issues, fixed those > and > get the same upload error to my surprise. > > Post size and upload size is set to 3072M - so no, 2k does not exceed > that by far. The upload page reflects that too stating max upload > size > is 3G. > > What's odd is that I created some simple scripts like this: > PHP has a 2GB limit for uploaded files. If you want to go further you'll need some other software which uses perl to upload files. Try changing the limit in php.ini first. Alessandro |
From: Freaky <fr...@ba...> - 2013-01-18 10:23:35
|
Hi, I'm running into errors uploading files and get an error file size exceeded. Not being a dev I'm running out of options. Get this error even with 2k files. I've inserted some code and $_FILES['tag']['error'] (don't recall the actual input field name :)) indeed returns 2 (which means file size exceeded). It's driving me insane :). First I tried Filez. Filez seems highly 'unstable' (git dev code, non matching/lacking db table layouts, docs don't match git code, etc.). Filez uses APC for upload progress too. Had too much issues getting it to work and found this then. This had some login issues, fixed those and get the same upload error to my surprise. Post size and upload size is set to 3072M - so no, 2k does not exceed that by far. The upload page reflects that too stating max upload size is 3G. What's odd is that I created some simple scripts like this: t.html ========================================================== <html> <body> <form action="up.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file"><br> <input type="submit" name="submit" value="Submit"> </form> </body> </html> up.php ========================================================== <?php if ($_FILES["file"]["error"] > 0) { echo "Error: " . $_FILES["file"]["error"] . "<br>"; } else { echo "Upload: " . $_FILES["file"]["name"] . "<br>"; echo "Type: " . $_FILES["file"]["type"] . "<br>"; echo "Size: " . ($_FILES["file"]["size"] / 1024) . " kB<br>"; echo "Stored in: " . $_FILES["file"]["tmp_name"]; } ?> Couldn't be much simpler (code from w3schools) :). These files are in the openupload www directory so they have the same config/settings/etc. Here uploading works just fine. Not only that, if I upload a somewhat large file (how large depends on where I am (bandwidth), something large enough to take ~20 sec or so) with this script I nicely see it create a temp upload file during the upload under /tmp (which is the php.ini's temp upload path). This is *NOT* the case with openupload (nor filez) which both return the file size exceeded error. The file is gone after the upload, think the script is supposed to copy it before it exits or something. Because both use APC I figured it might have to do with that. Stripped the entire module from php, verified it was gone with phpinfo();, same issue :(. Any ideas/pointers? PHP doesn't throw any errors which makes debugging quite hard for me, I'm not entirely without knowledge though. Kind regards, |
From: Alessandro B. <ts...@br...> - 2013-01-17 22:49:38
|
Il 2013-01-17 23:23 Ferry ha scritto: > Hi there, > > after installing openupload I couldn't log on. I've posted more > details > here: > > http://sourceforge.net/p/openupload/support-requests/149/ > > but the comments are awaiting moderation. > > Anyways it turns out the crypt function on my system (ubuntu 12.10 > 64-bit) returns 102 characters. The password field in mysql is a > varchar(100). The insert apparently continues, but it drops the last > 2 > characters. > > Could easily fix this by altering the password column to a > varchar(140) > and inserting the correct crypted password. > > On the PHP page for crypt I saw that crypt without a salt might > produce > unexpected results. This leads me to believe the current setup isn't > proper, as the end result is a crypted password salted by an unsalted > crypt of the same password (crypt($password,crypt($password))), the > left > crypt is salted, but the right one not. That's probably not the only > issue bugging this function as there's more downloads than users > complaining and I'd expect it to work on your system as well. Which > would mean crypt doesn't always return the same amount of characters > either, not with the current code anyways. > > It might be better to just store a random string as salt in the > database and just concatenate and md5/sha1/sha256/etc that (or > perhaps > multiple for the paranoid) as this would be more portable I think. If > crypt differs from machine to machine, moving a setup to another > machine > or upgrading might get one into trouble. > > Now I'm not a dev. I have a somewhat basic understanding of SQL and > programming languages, but I never code. I might be utterly wrong on > the > crypt stuff. > Yes, thanks. I had digged this out before, and it's a "bug" introduced by newer versions of PHP. The solution would be to generate a salt on every new password, and enlarging the password field. I haven't had much time to work on openupload and fix a few annoying bugs that are still there. Alessandro |
From: Ferry <fe...@ba...> - 2013-01-17 22:38:34
|
Hi there, after installing openupload I couldn't log on. I've posted more details here: http://sourceforge.net/p/openupload/support-requests/149/ but the comments are awaiting moderation. Anyways it turns out the crypt function on my system (ubuntu 12.10 64-bit) returns 102 characters. The password field in mysql is a varchar(100). The insert apparently continues, but it drops the last 2 characters. Could easily fix this by altering the password column to a varchar(140) and inserting the correct crypted password. On the PHP page for crypt I saw that crypt without a salt might produce unexpected results. This leads me to believe the current setup isn't proper, as the end result is a crypted password salted by an unsalted crypt of the same password (crypt($password,crypt($password))), the left crypt is salted, but the right one not. That's probably not the only issue bugging this function as there's more downloads than users complaining and I'd expect it to work on your system as well. Which would mean crypt doesn't always return the same amount of characters either, not with the current code anyways. It might be better to just store a random string as salt in the database and just concatenate and md5/sha1/sha256/etc that (or perhaps multiple for the paranoid) as this would be more portable I think. If crypt differs from machine to machine, moving a setup to another machine or upgrading might get one into trouble. Now I'm not a dev. I have a somewhat basic understanding of SQL and programming languages, but I never code. I might be utterly wrong on the crypt stuff. Thanks for the product and hope this helps :). Kind regards, Ferry van Steen |
From: Alessandro B. <ts...@br...> - 2013-01-17 22:34:57
|
Il 2013-01-17 17:29 Leonel Ibarra ha scritto: > Hi Alessandro: > > Thanks again for your help. I used the diff utility as you suggested > and indeed found a difference. > > It the files that I download from the server have some HTML tags > added, it mentions main.css. > > I did make some changes to OpenUpload. I am using Microsoft > Expression Web 4 to edit my openupload site. Once I was editing the > main.css file, and then I noticed there was an option that said > "apply > css file to all the site" (or something like that) and I clicked on > it. I noticed that after this, when viewing the source code for my > openupload pages, there were some extra lines at the begining with > "include main.css" instruction, but I never thought it was going to > affect the files I was uploading to the data directory. > > Now, according to what I've seen, this line isn't added to the files > when they are uploaded, it does it to the files when they are > downloaded, because the files in my openupload's server "data" > directory are fine. > > I am attaching the files for you to see what I'm talking about. > > So I have to find out how to "undo" this process in Expression Web 4. > Yes, you actually "screwed" the whole app. If you haven't changed too much you'd better restore the original files from openupload At least all .php files. Unless you want to change application behaviour you'd better only change .tpl files. Alessandro |
From: Leonel I. <Leo...@co...> - 2013-01-17 16:29:32
|
Hi Alessandro: Thanks again for your help. I used the diff utility as you suggested and indeed found a difference. It the files that I download from the server have some HTML tags added, it mentions main.css. I did make some changes to OpenUpload. I am using Microsoft Expression Web 4 to edit my openupload site. Once I was editing the main.css file, and then I noticed there was an option that said "apply css file to all the site" (or something like that) and I clicked on it. I noticed that after this, when viewing the source code for my openupload pages, there were some extra lines at the begining with "include main.css" instruction, but I never thought it was going to affect the files I was uploading to the data directory. Now, according to what I've seen, this line isn't added to the files when they are uploaded, it does it to the files when they are downloaded, because the files in my openupload's server "data" directory are fine. I am attaching the files for you to see what I'm talking about. So I have to find out how to "undo" this process in Expression Web 4. Thanks a lot for your help. Leonel -----Original Message----- From: Alessandro Briosi [mailto:ts...@br...] Sent: Wednesday, January 16, 2013 12:18 PM To: OpenUpload Delvel and General talk Subject: Re: [openupload-devel] downloaded files are corrupted Il 2013-01-15 23:32 Leonel Ibarra ha scritto: > Thanks for your response Alessandro. > > I have checked my Openupload server's Logs. I find no error nor > warning there. When I upload a file "uploadconfirm" shows up in the > logs, when I download a file "serveFile" shows up, both display > "ALLOW" also. > > I tried uloading different kinds of files like TXT, PDF, JPG, PNG, > DOCX and XLS. I had no problem with PDFs nor TXTs, but had the same > "corrupted file" message when opening them with word, excel or a > picture viewer (the default program assigned to the file) > > I am able to open all of the files with "vi" (text editor) of course, > and found some inconsistencies between files. This is what I found: > > When I upload a file to my openupload server, the file in the server > and the file at the local computer are exactly the same number of > characters and lines (according to vi). > > When I download the file from openupload server, the downloaded file > is different from the original one in the number of lines but with the > same number of characters (according to vi). This happens with all of > the files: PDF, XLSX, DOCX, TXT, etc. Maybe with a pdf file there's no > problem, but word and excel seem to have a problem with that. > > Everytime I download the same file from my openupload server and open > it with vi, the number of characters and lines are consistent, but > they are different from the one on my server. I don't know if this is > the cause to my problem or if discrepancies in the number of lines are > acceptable as long as the number of characters remain the same. > > I use MSOffice 2007, windows 7, my server is a windows server 2003. I > am using apache with mysql and php. > > Thanks for your help > > > > I have absolutely no idea on why it should change the content of the files. Have you tried using different browsers? What about antivirus software? insthead of vi, please use the diff utility to check if the file is the same. have you modified any part of OpenUpload? It seems it's sending some extra character but would not know where. could you try uploading a small txt file and then downloading it and attach both of them in an e-mail so I can analize them? Alessandro ------------------------------------------------------------------------------ Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow - 200+ hours of step-by-step video tutorials by Java experts. SALE $49.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122612 _______________________________________________ Openupload-devel mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/openupload-devel |
From: Alessandro B. <ts...@br...> - 2013-01-16 20:18:17
|
Il 2013-01-15 23:32 Leonel Ibarra ha scritto: > Thanks for your response Alessandro. > > I have checked my Openupload server's Logs. I find no error nor > warning there. When I upload a file "uploadconfirm" shows up in the > logs, when I download a file "serveFile" shows up, both display > "ALLOW" also. > > I tried uloading different kinds of files like TXT, PDF, JPG, PNG, > DOCX and XLS. I had no problem with PDFs nor TXTs, but had the same > "corrupted file" message when opening them with word, excel or a > picture viewer (the default program assigned to the file) > > I am able to open all of the files with "vi" (text editor) of course, > and found some inconsistencies between files. This is what I found: > > When I upload a file to my openupload server, the file in the server > and the file at the local computer are exactly the same number of > characters and lines (according to vi). > > When I download the file from openupload server, the downloaded file > is different from the original one in the number of lines but with > the > same number of characters (according to vi). This happens with all of > the files: PDF, XLSX, DOCX, TXT, etc. Maybe with a pdf file there's > no > problem, but word and excel seem to have a problem with that. > > Everytime I download the same file from my openupload server and open > it with vi, the number of characters and lines are consistent, but > they are different from the one on my server. I don't know if this is > the cause to my problem or if discrepancies in the number of lines > are > acceptable as long as the number of characters remain the same. > > I use MSOffice 2007, windows 7, my server is a windows server 2003. I > am using apache with mysql and php. > > Thanks for your help > > > > I have absolutely no idea on why it should change the content of the files. Have you tried using different browsers? What about antivirus software? insthead of vi, please use the diff utility to check if the file is the same. have you modified any part of OpenUpload? It seems it's sending some extra character but would not know where. could you try uploading a small txt file and then downloading it and attach both of them in an e-mail so I can analize them? Alessandro |
From: Leonel I. <Leo...@co...> - 2013-01-15 22:32:10
|
Thanks for your response Alessandro. I have checked my Openupload server's Logs. I find no error nor warning there. When I upload a file "uploadconfirm" shows up in the logs, when I download a file "serveFile" shows up, both display "ALLOW" also. I tried uloading different kinds of files like TXT, PDF, JPG, PNG, DOCX and XLS. I had no problem with PDFs nor TXTs, but had the same "corrupted file" message when opening them with word, excel or a picture viewer (the default program assigned to the file) I am able to open all of the files with "vi" (text editor) of course, and found some inconsistencies between files. This is what I found: When I upload a file to my openupload server, the file in the server and the file at the local computer are exactly the same number of characters and lines (according to vi). When I download the file from openupload server, the downloaded file is different from the original one in the number of lines but with the same number of characters (according to vi). This happens with all of the files: PDF, XLSX, DOCX, TXT, etc. Maybe with a pdf file there's no problem, but word and excel seem to have a problem with that. Everytime I download the same file from my openupload server and open it with vi, the number of characters and lines are consistent, but they are different from the one on my server. I don't know if this is the cause to my problem or if discrepancies in the number of lines are acceptable as long as the number of characters remain the same. I use MSOffice 2007, windows 7, my server is a windows server 2003. I am using apache with mysql and php. Thanks for your help -----Original Message----- From: Alessandro Briosi [mailto:ts...@br...] Sent: Tuesday, January 15, 2013 12:13 PM To: OpenUpload Delvel and General talk Subject: Re: [openupload-devel] downloaded files are corrupted Il 2013-01-14 18:30 Leonel Ibarra ha scritto: > Hi: > > I have my openupload server running. I am able to do mostly > everything, but when I try to open a file that was downloaded > following the link included in the notification emails (created by > openupload after a file is uploaded) I get a message telling me that > the file is corrupted or damaged. > > If I open the file directly from the data directory in the server I > get no such error. > > What could be happening? > Have you tried opening the file with a text editor? If the size differs, usually it means that openupload had an error while serving the file. That error probably is in the file itself. Also check the logs. Alessandro ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ Openupload-devel mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/openupload-devel |
From: Alessandro B. <ts...@br...> - 2013-01-15 20:13:35
|
Il 2013-01-14 18:30 Leonel Ibarra ha scritto: > Hi: > > I have my openupload server running. I am able to do mostly > everything, but when I try to open a file that was downloaded > following the link included in the notification emails (created by > openupload after a file is uploaded) I get a message telling me that > the file is corrupted or damaged. > > If I open the file directly from the data directory in the server I > get no such error. > > What could be happening? > Have you tried opening the file with a text editor? If the size differs, usually it means that openupload had an error while serving the file. That error probably is in the file itself. Also check the logs. Alessandro |
From: Leonel I. <Leo...@co...> - 2013-01-14 17:30:59
|
Hi: I have my openupload server running. I am able to do mostly everything, but when I try to open a file that was downloaded following the link included in the notification emails (created by openupload after a file is uploaded) I get a message telling me that the file is corrupted or damaged. If I open the file directly from the data directory in the server I get no such error. What could be happening? Leonel Ibarra Dept. Systems Support Technician County of Imperial (760) 482-4232 |
From: Leonel I. <Leo...@co...> - 2012-12-13 16:12:31
|
Thanks Alessandro, changing the adduser function solved the problem. -----Original Message----- From: Alessandro Briosi [mailto:ts...@br...] Sent: Tuesday, December 11, 2012 12:13 PM To: OpenUpload Delvel and General talk Subject: Re: [openupload-devel] Can't create users in open upload Il 2012-12-11 02:17 Leonel Ibarra ha scritto: > I forgot to mention what I am including in PHP.ini > > extension_dir = "c:\php\ext" > > extension=php_mysql.dll > extension=php_mysqli.dll > extension=php_pdo_mysql.dll > The error comes out as the php_pdo_mysql.dll is not installed. Simply comment that out, it's not needed by openupload. The fact that the users cannot be created I think it has something to do with mysql. Probably some query is failing 'cause mysql does not accept some value. There was a problem from some mysql version up that was related to datetime columns. Try setting the default value to "now()" or enable null values in the reg_date field of the users table. or change the useradd function in lib/modules/auth/default.inc.php (line 45) from function useradd($user) { $user['password']=crypt($user['password']); $this->db->insert('users',$user,$this->userfields); } to function useradd($user) { $user['password']=crypt($user['password']); if (!isset($user['reg_date']) or ($user['reg_date']=='')) $user['reg_date']=date('Y-m-d H:i:s'); $this->db->insert('users',$user,$this->userfields); } Alessandro ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Openupload-devel mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/openupload-devel |
From: Alessandro B. <ts...@br...> - 2012-12-11 20:13:16
|
Il 2012-12-11 02:17 Leonel Ibarra ha scritto: > I forgot to mention what I am including in PHP.ini > > extension_dir = "c:\php\ext" > > extension=php_mysql.dll > extension=php_mysqli.dll > extension=php_pdo_mysql.dll > The error comes out as the php_pdo_mysql.dll is not installed. Simply comment that out, it's not needed by openupload. The fact that the users cannot be created I think it has something to do with mysql. Probably some query is failing 'cause mysql does not accept some value. There was a problem from some mysql version up that was related to datetime columns. Try setting the default value to "now()" or enable null values in the reg_date field of the users table. or change the useradd function in lib/modules/auth/default.inc.php (line 45) from function useradd($user) { $user['password']=crypt($user['password']); $this->db->insert('users',$user,$this->userfields); } to function useradd($user) { $user['password']=crypt($user['password']); if (!isset($user['reg_date']) or ($user['reg_date']=='')) $user['reg_date']=date('Y-m-d H:i:s'); $this->db->insert('users',$user,$this->userfields); } Alessandro |
From: gmartin <gm...@gm...> - 2012-12-11 02:54:58
|
Take a look at this thread: http://board.phpbuilder.com/showthread.php?10325178-RESOLVED-Unable-to-load-dynamic-library \\Greg On Mon, Dec 10, 2012 at 8:17 PM, Leonel Ibarra < Leo...@co...> wrote: > I forgot to mention what I am including in PHP.ini > > extension_dir = "c:\php\ext" > > extension=php_mysql.dll > extension=php_mysqli.dll > extension=php_pdo_mysql.dll > > > Thanks > > -----Original Message----- > From: Leonel Ibarra [mailto:Leo...@co...] > Sent: Monday, December 10, 2012 5:11 PM > To: OpenUpload Delvel and General talk > Subject: [openupload-devel] Can't create users in open upload > > Hi: > > I am running open upload on a windows server 2003, using apache 2.2, PHP > 5.2.17 and MySQL Server 5.5 > > I am able to use the program, upload files etc, but I still can't create > users. > > Here's what I get from the access.log in Apache when I try to create a > user: > > [10/Dec/2012:16:56:46 -0800] "GET / HTTP/1.1" 200 3640 > 10.0.100.113 - - [10/Dec/2012:16:56:49 -0800] "GET /index.php?action=admin > HTTP/1.1" 200 2756 > 10.0.100.113 - - [10/Dec/2012:16:56:51 -0800] "GET > /index.php?action=adminusers HTTP/1.1" 200 6071 > 10.0.100.113 - - [10/Dec/2012:16:57:05 -0800] "GET > /index.php?action=adminusers&step=2&id= HTTP/1.1" 200 3116 > 10.0.100.113 - - [10/Dec/2012:16:57:29 -0800] "POST /index.php HTTP/1.1" > 302 - > 10.0.100.113 - - [10/Dec/2012:16:57:29 -0800] "GET > /index.php?action=adminusers&step=1 HTTP/1.1" 200 6071 > > > When I restart my apache server I get this warning in error.log PHP > Warning: PHP Startup: Unable to load dynamic library > 'c:\\php\\ext\\php_pdo_mysql.dll' - The specified module could not be > found.\r\n in Unknown on line 0 > > I am able to create the users directly in the DB, once created, I can edit > them in openupload, I just still can't create new ones. I am using the root > accout (admin) so I have all access there. > > Any ideas? > > > -----Original Message----- > From: Alessandro Briosi [mailto:ts...@br...] > Sent: Friday, November 30, 2012 5:12 AM > To: OpenUpload Delvel and General talk > Subject: Re: [openupload-devel] Warnings > > Il 2012-11-29 01:00 Leonel Ibarra ha scritto: > > 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. > > > > I'd be checking the mysql version, as maybe there is a problem with date > fields and needs some default. > > Alessandro > > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > TUNE You got it built. Now make it sing. Tune shows you how. > http://goparallel.sourceforge.net > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel > > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support Improve > your efficiency, and focus on delivering more value-add services Discover > what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel > > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel > |
From: gmartin <gm...@gm...> - 2012-12-11 02:08:28
|
It appears MySQL support is not loading. Can you work to clear the error: "PHP Warning: PHP Startup: Unable to load dynamic library 'c:\\php\\ext\\php_pdo_mysql.dll' - The specified module could not be found.\r\n in Unknown on line 0" \\Greg On Mon, Dec 10, 2012 at 8:17 PM, Leonel Ibarra < Leo...@co...> wrote: > I forgot to mention what I am including in PHP.ini > > extension_dir = "c:\php\ext" > > extension=php_mysql.dll > extension=php_mysqli.dll > extension=php_pdo_mysql.dll > > > Thanks > > -----Original Message----- > From: Leonel Ibarra [mailto:Leo...@co...] > Sent: Monday, December 10, 2012 5:11 PM > To: OpenUpload Delvel and General talk > Subject: [openupload-devel] Can't create users in open upload > > Hi: > > I am running open upload on a windows server 2003, using apache 2.2, PHP > 5.2.17 and MySQL Server 5.5 > > I am able to use the program, upload files etc, but I still can't create > users. > > Here's what I get from the access.log in Apache when I try to create a > user: > > [10/Dec/2012:16:56:46 -0800] "GET / HTTP/1.1" 200 3640 > 10.0.100.113 - - [10/Dec/2012:16:56:49 -0800] "GET /index.php?action=admin > HTTP/1.1" 200 2756 > 10.0.100.113 - - [10/Dec/2012:16:56:51 -0800] "GET > /index.php?action=adminusers HTTP/1.1" 200 6071 > 10.0.100.113 - - [10/Dec/2012:16:57:05 -0800] "GET > /index.php?action=adminusers&step=2&id= HTTP/1.1" 200 3116 > 10.0.100.113 - - [10/Dec/2012:16:57:29 -0800] "POST /index.php HTTP/1.1" > 302 - > 10.0.100.113 - - [10/Dec/2012:16:57:29 -0800] "GET > /index.php?action=adminusers&step=1 HTTP/1.1" 200 6071 > > > When I restart my apache server I get this warning in error.log PHP > Warning: PHP Startup: Unable to load dynamic library > 'c:\\php\\ext\\php_pdo_mysql.dll' - The specified module could not be > found.\r\n in Unknown on line 0 > > I am able to create the users directly in the DB, once created, I can edit > them in openupload, I just still can't create new ones. I am using the root > accout (admin) so I have all access there. > > Any ideas? > > > -----Original Message----- > From: Alessandro Briosi [mailto:ts...@br...] > Sent: Friday, November 30, 2012 5:12 AM > To: OpenUpload Delvel and General talk > Subject: Re: [openupload-devel] Warnings > > Il 2012-11-29 01:00 Leonel Ibarra ha scritto: > > 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. > > > > I'd be checking the mysql version, as maybe there is a problem with date > fields and needs some default. > > Alessandro > > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > TUNE You got it built. Now make it sing. Tune shows you how. > http://goparallel.sourceforge.net > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel > > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support Improve > your efficiency, and focus on delivering more value-add services Discover > what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel > > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel > |
From: Leonel I. <Leo...@co...> - 2012-12-11 01:17:24
|
I forgot to mention what I am including in PHP.ini extension_dir = "c:\php\ext" extension=php_mysql.dll extension=php_mysqli.dll extension=php_pdo_mysql.dll Thanks -----Original Message----- From: Leonel Ibarra [mailto:Leo...@co...] Sent: Monday, December 10, 2012 5:11 PM To: OpenUpload Delvel and General talk Subject: [openupload-devel] Can't create users in open upload Hi: I am running open upload on a windows server 2003, using apache 2.2, PHP 5.2.17 and MySQL Server 5.5 I am able to use the program, upload files etc, but I still can't create users. Here's what I get from the access.log in Apache when I try to create a user: [10/Dec/2012:16:56:46 -0800] "GET / HTTP/1.1" 200 3640 10.0.100.113 - - [10/Dec/2012:16:56:49 -0800] "GET /index.php?action=admin HTTP/1.1" 200 2756 10.0.100.113 - - [10/Dec/2012:16:56:51 -0800] "GET /index.php?action=adminusers HTTP/1.1" 200 6071 10.0.100.113 - - [10/Dec/2012:16:57:05 -0800] "GET /index.php?action=adminusers&step=2&id= HTTP/1.1" 200 3116 10.0.100.113 - - [10/Dec/2012:16:57:29 -0800] "POST /index.php HTTP/1.1" 302 - 10.0.100.113 - - [10/Dec/2012:16:57:29 -0800] "GET /index.php?action=adminusers&step=1 HTTP/1.1" 200 6071 When I restart my apache server I get this warning in error.log PHP Warning: PHP Startup: Unable to load dynamic library 'c:\\php\\ext\\php_pdo_mysql.dll' - The specified module could not be found.\r\n in Unknown on line 0 I am able to create the users directly in the DB, once created, I can edit them in openupload, I just still can't create new ones. I am using the root accout (admin) so I have all access there. Any ideas? -----Original Message----- From: Alessandro Briosi [mailto:ts...@br...] Sent: Friday, November 30, 2012 5:12 AM To: OpenUpload Delvel and General talk Subject: Re: [openupload-devel] Warnings Il 2012-11-29 01:00 Leonel Ibarra ha scritto: > 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. > I'd be checking the mysql version, as maybe there is a problem with date fields and needs some default. Alessandro ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: TUNE You got it built. Now make it sing. Tune shows you how. http://goparallel.sourceforge.net _______________________________________________ Openupload-devel mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/openupload-devel ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Openupload-devel mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/openupload-devel |
From: Leonel I. <Leo...@co...> - 2012-12-11 01:11:10
|
Hi: I am running open upload on a windows server 2003, using apache 2.2, PHP 5.2.17 and MySQL Server 5.5 I am able to use the program, upload files etc, but I still can't create users. Here's what I get from the access.log in Apache when I try to create a user: [10/Dec/2012:16:56:46 -0800] "GET / HTTP/1.1" 200 3640 10.0.100.113 - - [10/Dec/2012:16:56:49 -0800] "GET /index.php?action=admin HTTP/1.1" 200 2756 10.0.100.113 - - [10/Dec/2012:16:56:51 -0800] "GET /index.php?action=adminusers HTTP/1.1" 200 6071 10.0.100.113 - - [10/Dec/2012:16:57:05 -0800] "GET /index.php?action=adminusers&step=2&id= HTTP/1.1" 200 3116 10.0.100.113 - - [10/Dec/2012:16:57:29 -0800] "POST /index.php HTTP/1.1" 302 - 10.0.100.113 - - [10/Dec/2012:16:57:29 -0800] "GET /index.php?action=adminusers&step=1 HTTP/1.1" 200 6071 When I restart my apache server I get this warning in error.log PHP Warning: PHP Startup: Unable to load dynamic library 'c:\\php\\ext\\php_pdo_mysql.dll' - The specified module could not be found.\r\n in Unknown on line 0 I am able to create the users directly in the DB, once created, I can edit them in openupload, I just still can't create new ones. I am using the root accout (admin) so I have all access there. Any ideas? -----Original Message----- From: Alessandro Briosi [mailto:ts...@br...] Sent: Friday, November 30, 2012 5:12 AM To: OpenUpload Delvel and General talk Subject: Re: [openupload-devel] Warnings Il 2012-11-29 01:00 Leonel Ibarra ha scritto: > 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. > I'd be checking the mysql version, as maybe there is a problem with date fields and needs some default. Alessandro ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: TUNE You got it built. Now make it sing. Tune shows you how. http://goparallel.sourceforge.net _______________________________________________ Openupload-devel mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/openupload-devel |
From: Alessandro B. <ts...@br...> - 2012-11-30 13:34:24
|
Il 2012-11-29 01:00 Leonel Ibarra ha scritto: > 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. > I'd be checking the mysql version, as maybe there is a problem with date fields and needs some default. Alessandro |
From: Bob M. <bo...@co...> - 2012-11-29 00:20:28
|
On Thu, 2012-11-29 at 00:00 +0000, Leonel Ibarra wrote: > 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. Maybe you didnt' grant your mysql user enough privileges on the database? What do your logs say? between the apache logs and the mysql logs, there should be a clue as to what is failing... > > I still can't create users with open upload, Do i need to use a specific PHP version? I am still using php5.3. can't say if php5.4 will break openupload, but it breaks other software I use, so all I can say is php5.3 works. > I am getting some warnings like that the function split() is no longer supported by php, timezone warnings and others. Timezone warning are fixed in your php.ini. I would suggest googling those errors, probably most of them are easily fixed by fine tuning your configuration. You might also search the openupload mailing list archives and bug reports for your errors, if you haven't already... > > 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 > > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > VERIFY Test and improve your parallel project with help from experts > and peers. http://goparallel.sourceforge.net > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
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 |
From: Leonel I. <Leo...@co...> - 2012-11-28 23:54:48
|
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 |
From: Bob M. <bo...@co...> - 2012-11-27 00:30:19
|
> 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... > |
From: Leonel I. <Leo...@co...> - 2012-11-26 22:16:11
|
Hi, I'm new to open upload. I have successfully installed the program on my Win 7 PC. I have Apache 2.2, PHP 5 and MySQL. I am able to configure the program but when I execute the program I get several warnings. 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 2.- After uploading a file I get this warnings: 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 Warning: mail(): Failed to connect to mailserver at "localhost" port 25, 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 Deprecated: Function split() is deprecated in C:\websites\openupload\plugins\email.inc.php on line 79 Warning: mail(): Failed to connect to mailserver at "localhost" port 25, 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 The file does upload, but no one gets an email with a link to download the file. 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. Can anyone help me? Leonel Ibarra Dept. Systems Support Technician County of Imperial (760) 482-4232 |
From: Alessandro B. <ts...@br...> - 2012-09-23 18:18:44
|
Il 2012-09-19 16:28 Balakishore Pamarti ha scritto: > Thanks for the response Alessandro! > > I have uncommented $CONFIG['translator']='gettext'; > in www/config.inc.php.example. > > Locale -a in the server returned English (en_US.utf8) but still the > app works fine for languages such as Deutsch, Italian, Portugues, > etc... > > Can you please advise. Any help is greatly appreciated!! > > Thanks, > Bala > > well, actually you translated with gettext so you should be using gettext. The only thing is that if I recall correctly gettext need the language to be enabled at system level. check it with the command : locale -a the result should list all the supported locales. Alternatively there is a script which converts the gettext to phparray in "locale/tools/po2php.php" and use the phparray translation. Alessandro |
From: Balakishore P. <bal...@as...> - 2012-09-19 14:44:22
|
Thanks for the response Alessandro! I have uncommented $CONFIG['translator']='gettext'; in www/config.inc.php.example. Locale -a in the server returned English (en_US.utf8) but still the app works fine for languages such as Deutsch, Italian, Portugues, etc... Can you please advise. Any help is greatly appreciated!! Thanks, Bala -----Original Message----- From: Alessandro Briosi [mailto:ts...@br...] Sent: Wednesday, September 19, 2012 3:00 AM To: OpenUpload Delvel and General talk Subject: Re: [openupload-devel] help adding a new language preference Il 18/09/2012 22:07, Balakishore Pamarti ha scritto: > Hello All: > > In the process of adding spanish language to the app I added > locale/es/LC_MESSAGES/openupload.po and > locale/es/LC_MESSAGES/openupload.mo > > Add templates/default/locale/es/LC_MESSAGES/template.po and > templates/default/locale/es/LC_MESSAGES/template.mo > > Created the above files using poedit software. > > In the application, added the new Spanish language - Administration > -> Languages added new - > > ID: es > > Name: Spanish > > Locale: es_ES.utf8 > > Browser recon: [es];[es-ES] > > Charset: utf-8 > > Active: yes > > I restarted the server. > > Now from the application when I click on Spanish on the top menu bar > to switch my language preference to Spanish, I still see all the text > in English. > > Am I missing something here. Can you please let me know if I need to > do anything else to get this working properly. > > Thanks a lot! > > Bala > Have you set the translator setting to gettext or are you using the default phparray ? Also be sure that the es_ES.utf8 is installed and generated on the system. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Openupload-devel mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/openupload-devel |