<div>Hi,</div>
<div>&nbsp;</div>
<div>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:</div>
<div>&nbsp;</div>
<p>$host[]=&quot;<a href="http://206.188.6.160:6001">206.188.6.160:6001</a>&quot;;</p>
<p>$mfs = MogileFS::NewMogileFS( 'test',$host,'/var/mogdata');</p>
<p><br>if (!$mfs-&gt;saveFile(&quot;123&quot;,&quot;testclass&quot;,&quot;arrow1.gif&quot;)){<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo('Failed='.$mfs-&gt;error);<br>}<br></p>
<div>When I run the test I am getting the following error:</div>
<div>&nbsp;</div>
<div>open failedFailed=ERR unreg_domain</div>
<div>&nbsp;</div>
<div>The configuration file is setup as follows:</div>
<div>&nbsp;</div>
<div>db_dsn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DBI:mysql:mogile<br>db_user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mogile<br>db_pass&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mogile<br>conf_port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6001<br>listener_jobs&nbsp;&nbsp; 5<br><br>&nbsp;</div>
<div>Do I need to put something into the mysql database for this?</div>
<div>&nbsp;</div>
<div>Thanks for any help.</div>
<div>&nbsp;</div>
<div>Gareth</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><br><br>&nbsp;</div>