Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2003 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(18) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(1) |
Feb
(36) |
Mar
(57) |
Apr
(24) |
May
(24) |
Jun
(31) |
Jul
(28) |
Aug
(8) |
Sep
(9) |
Oct
(17) |
Nov
(138) |
Dec
(77) |
2005 |
Jan
(125) |
Feb
(101) |
Mar
(25) |
Apr
(31) |
May
(6) |
Jun
(15) |
Jul
(14) |
Aug
(31) |
Sep
(19) |
Oct
(11) |
Nov
(3) |
Dec
(2) |
2006 |
Jan
(5) |
Feb
(2) |
Mar
(6) |
Apr
(1) |
May
(5) |
Jun
|
Jul
(18) |
Aug
(37) |
Sep
(36) |
Oct
(54) |
Nov
(5) |
Dec
(34) |
2007 |
Jan
(3) |
Feb
(27) |
Mar
(39) |
Apr
(30) |
May
(33) |
Jun
(4) |
Jul
(12) |
Aug
(13) |
Sep
(11) |
Oct
(36) |
Nov
(104) |
Dec
(24) |
2008 |
Jan
(20) |
Feb
(12) |
Mar
(6) |
Apr
(8) |
May
(78) |
Jun
(88) |
Jul
(40) |
Aug
(40) |
Sep
(18) |
Oct
(25) |
Nov
(17) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
(4) |
Apr
(3) |
May
(8) |
Jun
(3) |
Jul
|
Aug
|
Sep
(2) |
Oct
(2) |
Nov
(4) |
Dec
(7) |
2010 |
Jan
(3) |
Feb
(5) |
Mar
(3) |
Apr
(16) |
May
(3) |
Jun
(4) |
Jul
(3) |
Aug
(3) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
(2) |
16
(1) |
17
(1) |
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
From: Isac Balder <piis8@ya...> - 2010-06-17 20:27:59
|
Upon creating a new user the admin.php sends an email to that user with a predefined ppt, SOCSCAN_Training.ppt. While this file did not exist on my build, when I upload a custom doc and change the name accordingly the document is delivered to the user with no data. Have tried several formats, ppt, pdf, txt, and the user always gets an empty file. I'm not familiar with the PDFMail functionality and not even sure what would be causing this.Is this a known issue?Or did I miss something in my config? Thanks I.B. "top posting cause yahoo makes me..." |
From: Isac Balder <piis8@ya...> - 2010-06-16 14:23:41
|
Kenneth, Thanks, I stumbled upon that same post this morning. The my.cnf is pointing to the correct location. Attempts to force the location via adodb in config.php failed. Everything else I found was pointing to the use of a symlink. While I don't exactly like it, the symlink got things working. ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock FYI, This is on a RHEL5 box, did not have to do this on my test box which is Fedora 12. I should really test and run on the same platform ; ) Thanks again. I.B. "top posting cause yahoo makes me..." --- On Tue, 6/15/10, Kenneth Kline <kenneth.kline@...> wrote: > From: Kenneth Kline <kenneth.kline@...> > Subject: Re: [Inprotect-users] SQL cannot connect > To: "Inprotect Users : General questions & announcements" <inprotect-users@...> > Date: Tuesday, June 15, 2010, 6:21 PM > On Tuesday 15 June 2010 01:28:12 pm > Isac Balder wrote: > > Installed 1.93 and when attempting to view the web > interface getting a sql > > error. mysql://inprotect:@localhost/inprotect3 > failed to connectCan't > > connect to local MySQL server through socket > '/tmp/mysql.sock' (2) > > > > Any thoughts? > > I.B. > > > > > > > > "top posting cause yahoo makes me..." > > > > > It appears to be a problem with the install location of the > mysql database and > where the system is trying to find the /mysql.sock fille > > In my one install version I allowed it to be specified as I > had to install > mysql /var/lib/mysql to a non-standar location as my ./var > partition was not > big enough. > > check the following article may help > > http://www.tech-recipes.com/rx/762/solve-cant-connect-to-local-mysql-server- > through-socket-tmpmysqlsock/ > > review /etc/my.cnf to see where the socket is specified and > see where it is > really at. > > also check the command line usage and test connectivity > > mysql -u inprotect -p inprotect3 > enter password > then at prompt > > > >show tables; > >exit; > > as a test > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to > win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > inprotect-users mailing list > inprotect-users@... > https://lists.sourceforge.net/lists/listinfo/inprotect-users > |
From: Kenneth Kline <kenneth.kline@gm...> - 2010-06-15 21:59:34
|
On Tuesday 15 June 2010 01:28:12 pm Isac Balder wrote: > Installed 1.93 and when attempting to view the web interface getting a sql > error. mysql://inprotect:@localhost/inprotect3 failed to connectCan't > connect to local MySQL server through socket '/tmp/mysql.sock' (2) > > Any thoughts? > I.B. > > > > "top posting cause yahoo makes me..." > It appears to be a problem with the install location of the mysql database and where the system is trying to find the /mysql.sock fille In my one install version I allowed it to be specified as I had to install mysql /var/lib/mysql to a non-standar location as my ./var partition was not big enough. check the following article may help http://www.tech-recipes.com/rx/762/solve-cant-connect-to-local-mysql-server- through-socket-tmpmysqlsock/ review /etc/my.cnf to see where the socket is specified and see where it is really at. also check the command line usage and test connectivity mysql -u inprotect -p inprotect3 enter password then at prompt > >show tables; >exit; as a test |
From: Isac Balder <piis8@ya...> - 2010-06-15 17:28:20
|
Installed 1.93 and when attempting to view the web interface getting a sql error. mysql://inprotect:@localhost/inprotect3 failed to connectCan't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Any thoughts? I.B. "top posting cause yahoo makes me..." |