| Re: module cd base |
| by zgzdeluxe on 2005/3/1 20:11:56 In my local server, XOOPS works well. I'm trying now to list the albums by year of record. Anybody can give me a hint?? Thanks: zgzdeluxe http://www.zaragozadeluxe.com |
| Re: module cd base |
| by flyingtux on 2005/2/28 13:07:34 Hi everybody, after installing the module I always get an internal server error, whatever I try to do. Using XOOPS 2.0.9.2. Is there any know compatibility problem with other modules? I could post a list of my installed ones. Thx in advance. Bye, ft |
| Re: module cd base |
| by catalin12345 on 2005/2/27 19:07:10 hello i`ve emailed you the search.inc.php file from cdbase/include! tell me if you received the mail! Best whises and thanks for helping! |
| Re: module cd base |
| by zgzdeluxe on 2005/2/27 18:50:20 Hello again catalin. Please, would yo send me a copy of the file "search.inc.php" that is in modules\cdbase\include? Is the file that control de search on modules. I want to compare this with the mine. My search doesn't work well. I think the first part of the file in not well writen: function cdbase_search($queryarray, $andor, $limit, $offset, $userid) { global $xoopsDB; $ret = array(); if ( $userid != 0 ) { return $ret; } $dis = $xoopsDB->prefix("cdbase_discs"); $art = $xoopsDB->prefix("cdbase_artists"); $lyr = $xoopsDB->prefix("cdbase_lyrics"); $sql = "SELECT ".$dis.".id_art, ".$dis.".album, ".$art.".artista, ".$lyr.".titulo " . "FROM ".$dis.", ".$art.", ".$lyr ." WHERE ((".$art.".id_art = ".$dis.".id_art) AND (".$art.".id_art = ".$lyr.".id_art))"; // because count() returns 1 even if a supplied variable // is not an array, we must check if $querryarray is really an array My e-mail adress is lalala@terra.es Thanks in advance. |
| Re: module cd base |
| by catalin12345 on 2005/2/27 18:37:39 yes that solved the problem with the url! Search Results Keyword(s): horace The following words are shorter than allowed minmum length (5 chars) and were not included in your search: dj Links No Match Found for your Query Downloads No Match Found for your Query Stiri No Match Found for your Query Clubber`s Dictionary No Match Found for your Query Forum No Match Found for your Query Calendar de evenimente No Match Found for your Query Disco - Bar - Clubs No Match Found for your Query FAQ No Match Found for your Query Poze No Match Found for your Query Discography dj horace: February 2005 Charts dj horace: February 2005 Charts he find ...from the search of XOOPS he find the result of discography .... |