Home > Archive > PHP SQL > September 2004 > sql error in class from phpclasses
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
sql error in class from phpclasses
|
|
|
| I also downloaded phpforumplus and have dropped it into the web space
on freeprohost.com. I also dropped the pear.php.net/package/DB/ stuff
in there. I configured the MySQL database using the tools freeprohost
provides, so I have the tables defined. As noted earlier, I used
DATETIME for the one field type and also I only had INT to choose from
(no INTEGER). But table definition should be good.
But when I point my browser to vergas2005.freeprohost.com/forums.php,
I get "DB Error: insufficient permissions". Is what I'm doing going
to work? I double-checked the userid and password that was sent by
freeprohost, and they are in there correctly. One thing is that
freeprohost gave me a database port to use, but there was no where to
configure that. I tried putting:
var $db_host="freeprohost.com:3306";
as well as
var $db_host="freeprohost.com";
but both gave the same error.
Any ideas?
--Dale--
| |
| Manuel Lemos 2004-09-04, 8:55 pm |
| Hello,
On 09/04/2004 04:10 PM, Dale wrote:
> I also downloaded phpforumplus and have dropped it into the web space
> on freeprohost.com. I also dropped the pear.php.net/package/DB/ stuff
> in there. I configured the MySQL database using the tools freeprohost
> provides, so I have the tables defined. As noted earlier, I used
> DATETIME for the one field type and also I only had INT to choose from
> (no INTEGER). But table definition should be good.
>
> But when I point my browser to vergas2005.freeprohost.com/forums.php,
> I get "DB Error: insufficient permissions". Is what I'm doing going
> to work? I double-checked the userid and password that was sent by
> freeprohost, and they are in there correctly. One thing is that
> freeprohost gave me a database port to use, but there was no where to
> configure that. I tried putting:
> var $db_host="freeprohost.com:3306";
> as well as
> var $db_host="freeprohost.com";
> but both gave the same error.
>
> Any ideas?
Have you tried mailing the author directly?
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
| |
|
| Manuel Lemos <mlemos@acm.org> wrote in message news:<413A2617.3070508@acm.org>...
>
> On 09/04/2004 04:10 PM, Dale wrote:
>
> Have you tried mailing the author directly?
>
Yes. I sent a note to Tsiavos Chris at his freemail address, but it
came back with an error (he has apparently exceeded some limit).
Any other ideas?
--Dale--
| |
| Manuel Lemos 2004-09-06, 3:56 am |
| Hello,
On 09/05/2004 04:16 PM, Dale wrote:
>
>
> Yes. I sent a note to Tsiavos Chris at his freemail address, but it
> came back with an error (he has apparently exceeded some limit).
>
> Any other ideas?
Maybe it is a temporary message box limit excess. You may want to try
later again.
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
|
|
|
|
|