-
attached file x10.PDF contains a great fix for FC9 - it DOES WORK!
2008-07-04 21:22:48 UTC in Linux X10 universal device driver
-
File Added: x10.pdf.
2008-07-04 21:22:03 UTC in Linux X10 universal device driver
-
http://linux.derkeiler.com/Newsgroups/comp.os.linux.misc/2008-06/msg00685.html
/usr/local/src/x10dev-2.1.7/dev/dev.c:621: error: void value not ignored as it ought to be
/usr/local/src/x10dev-2.1.7/dev/dev.c:626: error: void value not ignored as it ought to be
make[3]: *** [/usr/local/src/x10dev-2.1.7/dev/dev.o] Error 1
make[2]: *** [_module_/usr/local/src/x10dev-2.1.7/dev] Error 2.
2008-07-04 21:20:44 UTC in Linux X10 universal device driver
-
You know I noted that reporting is simply non existent so I downloaded a very cool php code generator called php5 maker and then created custom reports
The maker will download your MySQL database structure and create very easy menus to get data and present it in a very neat way.
2008-05-15 15:53:06 UTC in eTicket
-
Sure did but having a form which accepts any address compared to form which accepts none and bombs out is the better choice for me
Perfection is utopian..
2008-05-14 16:20:54 UTC in eTicket
-
solution:
function is_email($email) {
{ return $email; }
}
Works like a charm.. LOL.
2008-05-14 07:17:00 UTC in eTicket
-
Here is the function def but how do I modify it so that i can have dot as part of the first portion of the e-mail address;
function is_email($email) { //returns email address if it's valid
$pattern='/^(([A-Za-z0-9]+_+)|([A-Za-z0-9]+\-+)|([A-Za-z0-9]+\.+)|([A-Za-z0-9]+\++))*[A-Za-z0-9]+@((\w+\-+)|(\w+\.))*\w{1,63}\.[a-zA-Z]{2,6}$/';
if (preg_match($pattern, $email)) {
if...
2008-05-13 21:57:46 UTC in eTicket
-
No one can use the php form to open a ticket
If their e-mail is of the form firstname.last@company.com they get:
Error: Please enter a valid email address
if the e-mail does not have a dot in the first part (to the left of @company.com) then all works?
If the MySQL is modified manually with the correct e-mail address all works so this seems to be a problem with the php form?
HELP!
2008-05-13 21:38:04 UTC in eTicket
-
cool thanks. that is a starting point. i just wanted to make sure there is at least one working windows install. i will focus on it more tomorow..
Thank you
B.
2008-05-13 04:41:35 UTC in eTicket
-
Hi,
Has anyone been able to have working setup of eTicket under Windows and I specifically mean the automail.pl script?
This is an endless nightmare of Perl modules and other sludgy stuff so may be it’s not meant to run under Windows?
I would be happy to scrap the Windows box but given the time investment may be there are 2-3 people out there running it under Windows and they would be...
2008-05-11 20:58:04 UTC in eTicket