help with php class
Brad Fitzpatrick
brad at danga.com
Tue Jul 4 17:57:00 UTC 2006
Use 'mogadm' command to create the domain (namespace) that you're trying
to use, which I believe is "123". You'll also need to create the class
("testclass").
Then you won't get that error.
Don't touch MySQL yourself: use mogadm.
On Tue, 4 Jul 2006, Gareth Thomas wrote:
> Hi,
>
> we are evaluating mogilefs as our image server and have setup a test
> environment. I have been using the one and only PHP class that I found out
> there, just trying a simple test to save an image as follows:
>
>
> $host[]="206.188.6.160:6001";
>
> $mfs = MogileFS::NewMogileFS( 'test',$host,'/var/mogdata');
>
>
> if (!$mfs->saveFile("123","testclass","arrow1.gif")){
> echo('Failed='.$mfs->error);
> }
> When I run the test I am getting the following error:
>
> open failedFailed=ERR unreg_domain
>
> The configuration file is setup as follows:
>
> db_dsn DBI:mysql:mogile
> db_user mogile
> db_pass mogile
> conf_port 6001
> listener_jobs 5
>
>
> Do I need to put something into the mysql database for this?
>
> Thanks for any help.
>
> Gareth
>
More information about the mogilefs
mailing list