Click here to Skip to main content
15,881,715 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: KickStart Pin
Richard MacCutchan15-Dec-09 23:29
mveRichard MacCutchan15-Dec-09 23:29 
GeneralRe: KickStart Pin
plnakumar16-Dec-09 17:17
plnakumar16-Dec-09 17:17 
AnswerRe: KickStart Pin
markkuk16-Dec-09 2:15
markkuk16-Dec-09 2:15 
GeneralRe: KickStart Pin
plnakumar16-Dec-09 17:19
plnakumar16-Dec-09 17:19 
QuestionSimple trouble. Pin
Nikz215-Dec-09 11:59
Nikz215-Dec-09 11:59 
AnswerRe: Simple trouble. Pin
cjoki16-Dec-09 9:00
cjoki16-Dec-09 9:00 
GeneralRe: Simple trouble. Pin
Nikz216-Dec-09 9:48
Nikz216-Dec-09 9:48 
QuestionJoomFish problem with my component Pin
sharkbc13-Dec-09 16:48
sharkbc13-Dec-09 16:48 
Hi there !

Im using Joomla 1.5 to build my site.

My component(query data from database of website) work well if i don't install joomfish.

After i installed Joom!Fish 2.0.4 Stable into my site for translation my component does not work(with error).

My code of component as bellow:

$query='select * from jos_content where sectionid=11 and state=1 
				 order by catid ';
$database->setQuery( $query );
		$result=mysql_query($query);

		while($row=mysql_fetch_object($result)){

                   echo 'data'.$row->title;
                    }


And i see these bellow warnings if i refer to my component.

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\so\components\com_products\products.php on line 131

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\xampp\htdocs\so\components\com_products\products.php on line 131

Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\so\components\com_products\products.php on line 137



Any ideas !

Thanks in regards !
AnswerRe: JoomFish problem with my component Pin
Marc Firth14-Dec-09 2:24
Marc Firth14-Dec-09 2:24 
GeneralRe: JoomFish problem with my component Pin
sharkbc15-Dec-09 0:04
sharkbc15-Dec-09 0:04 
GeneralRe: JoomFish problem with my component Pin
sharkbc25-Jan-10 15:08
sharkbc25-Jan-10 15:08 
QuestionREMOTE ACCESS OF MYSQL? Pin
hifiger200411-Dec-09 7:31
hifiger200411-Dec-09 7:31 
AnswerRe: REMOTE ACCESS OF MYSQL? Pin
EliottA11-Dec-09 7:41
EliottA11-Dec-09 7:41 
QuestionError while sending e-mail Pin
Gagan.2011-Dec-09 5:46
Gagan.2011-Dec-09 5:46 
AnswerRe: Error while sending e-mail Pin
Dr.Walt Fair, PE11-Dec-09 6:55
professionalDr.Walt Fair, PE11-Dec-09 6:55 
GeneralRe: Error while sending e-mail Pin
Gagan.2011-Dec-09 16:21
Gagan.2011-Dec-09 16:21 
GeneralRe: Error while sending e-mail Pin
Dr.Walt Fair, PE11-Dec-09 16:52
professionalDr.Walt Fair, PE11-Dec-09 16:52 
GeneralRe: Error while sending e-mail Pin
Gagan.2011-Dec-09 21:47
Gagan.2011-Dec-09 21:47 
GeneralRe: Error while sending e-mail Pin
Dr.Walt Fair, PE12-Dec-09 5:23
professionalDr.Walt Fair, PE12-Dec-09 5:23 
AnswerRe: Error while sending e-mail Pin
adslccn19-Dec-09 17:05
adslccn19-Dec-09 17:05 
Questionregarding reading elements to array from dialog Pin
sriharichowdary10-Dec-09 22:23
sriharichowdary10-Dec-09 22:23 
AnswerRe: regarding reading elements to array from dialog Pin
cjoki22-Dec-09 4:29
cjoki22-Dec-09 4:29 
Questiona block problem Pin
mark_zxy10-Dec-09 16:35
mark_zxy10-Dec-09 16:35 
AnswerRe: a block problem Pin
shawndeprey10-Dec-09 17:12
shawndeprey10-Dec-09 17:12 
GeneralRe: a block problem Pin
mark_zxy10-Dec-09 18:36
mark_zxy10-Dec-09 18:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.