Hi everyone,
Im configuring the serweb and when I tried to test the missed_calls button I got an error "error in SQL query, line: 77 No missed calls" but when i looked at the missed_call in mysql there is an entry on it. im using mySQL 3.23.58 which comes from fedora. anyone can help me on how to fix the error? is it in the missed_calls.php script or in the database part.
thanks a lot.
//wiggler
-- www.bembang.com
Hi,
serweb uses mysql UNION statement to display the missed calls (see http://dev.mysql.com/doc/mysql/en/UNION.html). As you can see in the docs, this statement is supported only stating from MySql 4.0.0.
Regards, Bogdan
wiggler wrote:
Hi everyone,
Im configuring the serweb and when I tried to test the missed_calls button I got an error "error in SQL query, line: 77 No missed calls" but when i looked at the missed_call in mysql there is an entry on it. im using mySQL 3.23.58 which comes from fedora. anyone can help me on how to fix the error? is it in the missed_calls.php script or in the database part.
thanks a lot.
//wiggler
-- www.bembang.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
thanks for the info.
so i need to compile mysql4 from source? i thinking about the other package like apache and php, i should compile them from source since the packages comes from the rpms. what do you think is the easiest solution?
thanks
----- Original Message ----- From: "Bogdan-Andrei IANCU" iancu@fokus.fraunhofer.de To: sysad@bembang.com Cc: serusers@lists.iptel.org Sent: Friday, May 07, 2004 06:51 PM Subject: [Serusers] error in serweb missed call
Hi,
serweb uses mysql UNION statement to display the missed calls (see http://dev.mysql.com/doc/mysql/en/UNION.html). As you can see in the docs, this statement is supported only stating from MySql 4.0.0.
Regards, Bogdan
wiggler wrote:
Hi everyone,
Im configuring the serweb and when I tried to test the missed_calls button I got an error "error in SQL query, line: 77 No missed calls" but when i looked at the missed_call in mysql there is an entry on it. im using mySQL 3.23.58 which comes from fedora. anyone can help me on how to fix the error? is it in the missed_calls.php script or in the database part.
thanks a lot.
//wiggler
-- www.bembang.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- www.bembang.com
wiggler wrote:
thanks for the info.
so i need to compile mysql4 from source? i thinking about the other package like apache and php, i should compile them from source since the packages comes from the rpms. what do you think is the easiest solution?
if there are no binary packages available for mysql4, I guess you will need to get sources and compile. Ther is no need to do so for apache and php (if you already have a php > ver 4).
Regards, Bogdan
thanks
----- Original Message ----- From: "Bogdan-Andrei IANCU" iancu@fokus.fraunhofer.de To: sysad@bembang.com Cc: serusers@lists.iptel.org Sent: Friday, May 07, 2004 06:51 PM Subject: [Serusers] error in serweb missed call
Hi,
serweb uses mysql UNION statement to display the missed calls (see http://dev.mysql.com/doc/mysql/en/UNION.html). As you can see in the docs, this statement is supported only stating from MySql 4.0.0.
Regards, Bogdan
wiggler wrote:
Hi everyone,
Im configuring the serweb and when I tried to test the missed_calls button I got an error "error in SQL query, line: 77 No missed calls" but when i looked at the missed_call in mysql there is an entry on it. im using mySQL 3.23.58 which comes from fedora. anyone can help me on how to fix the error? is it in the missed_calls.php script or in the database part.
thanks a lot.
//wiggler
-- www.bembang.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- www.bembang.com
Ok. I will try to find the binary package(rpm/tar) of mysql4 and if i couldnt find it i i will try to install in source package. yeah i have php 4 already installed from rpm and it support mysql.
thanks wiggler
----- Original Message ----- From: "Bogdan-Andrei IANCU" iancu@fokus.fraunhofer.de To: sysad@bembang.com Cc: serusers@lists.iptel.org Sent: Friday, May 07, 2004 07:47 PM Subject: [Serusers] error in serweb missed call
wiggler wrote:
thanks for the info.
so i need to compile mysql4 from source? i thinking about the other package like apache and php, i should compile them from source since the packages comes from the rpms. what do you think is the easiest solution?
if there are no binary packages available for mysql4, I guess you will need to get sources and compile. Ther is no need to do so for apache and php (if you already have a php > ver 4).
Regards, Bogdan
thanks
----- Original Message ----- From: "Bogdan-Andrei IANCU" iancu@fokus.fraunhofer.de To: sysad@bembang.com Cc: serusers@lists.iptel.org Sent: Friday, May 07, 2004 06:51 PM Subject: [Serusers] error in serweb missed call
Hi,
serweb uses mysql UNION statement to display the missed calls (see http://dev.mysql.com/doc/mysql/en/UNION.html). As you can see in the docs, this statement is supported only stating from MySql 4.0.0.
Regards, Bogdan
wiggler wrote:
Hi everyone,
Im configuring the serweb and when I tried to test the missed_calls button I got an error "error in SQL query, line: 77 No missed calls" but when i looked at the missed_call in mysql there is an entry on it. im using mySQL 3.23.58 which comes from fedora. anyone can help me on how to fix the error? is it in the missed_calls.php script or in the database part.
thanks a lot.
//wiggler
-- www.bembang.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- www.bembang.com
-- www.bembang.com
You can use Mysql 3.23 just get a previous version of missed_calls.php if you don't want to upadate your database.
Harry
Harry
Le ven 07/05/2004 à 11:38, wiggler a écrit :
Hi everyone,
Im configuring the serweb and when I tried to test the missed_calls button I got an error "error in SQL query, line: 77 No missed calls" but when i looked at the missed_call in mysql there is an entry on it. im using mySQL 3.23.58 which comes from fedora. anyone can help me on how to fix the error? is it in the missed_calls.php script or in the database part.
thanks a lot.
//wiggler
-- www.bembang.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers