Search found 3 matches

by arfinator
Wed Jan 02, 2008 10:39 pm
Forum: Joombie Coding Q/A
Topic: [SOLVED] Connect to a remote database in a component
Replies: 2
Views: 839

Re: Connect to a remote database in a component

Somehow I got past those errors by making the array $options[...] instead of $option[...]. Now, I am still getting an error: Fatal error: Call to undefined method JException::setQuery() in C:\Program Files\Apache Group\Apache2\htdocs\components\com_playing\playing.php on line 46 What would this erro...
by arfinator
Wed Jan 02, 2008 9:48 pm
Forum: Joombie Coding Q/A
Topic: [SOLVED] Connect to a remote database in a component
Replies: 2
Views: 839

Re: Connect to a remote database in a component

Okay.  I found a way to initiate a remote instance of the database and am utilizing that in this script.  The only problem is that I am getting weird errors that I cannot seem to explain: These are the errors that I get when I try to load my component (com_playing). Warning: array_key_exists() [func...
by arfinator
Wed Jan 02, 2008 8:31 pm
Forum: Joombie Coding Q/A
Topic: [SOLVED] Connect to a remote database in a component
Replies: 2
Views: 839

[SOLVED] Connect to a remote database in a component

Hello, This is my first post on the forums and my second day using joomla and i am in love.  My question refers to connecting to another database (not the joomla database) and fetching data from there.  I tried searching the forums but to no avail.  Hopefully someone might be able to help.  I just r...