Bill Shupp wrote:
> Robin Bowes wrote:
> 
> 
>>The previous message was sent before I tried Bob's fix.
>>
>>It worked!
>>
>>VegaDNS is now working for me with php-4.3.11 and mysql-5.0.18.
>>
>>I've also removed php4 and installed php-5.1.2 from rpms, i.e. the
>>standard FC5 packages and that works too!
>>
>>I'm one happy bunny.
>>
>>Thanks Bob!
> 
> 
> Excellent, thanks for reporting back.  I'll double check things here,
> but I think the lack of quotes around the string 'test' was the main
> issue.  I'll get an update out today.

You can fix some typos while you're at it:

[EMAIL PROTECTED] live]# grep -r "writabale" *
index.php:if(!is_writable($session_dir)) die("Error: $session_dir is not
writabale.  Please read INSTALL");
index.php:if(!is_writable("$private_dirs/templates_c")) die("Error:
$private_dirs/templates_c is not writabale.  Please read INSTALL");
index.php:if(!is_writable("$private_dirs/configs")) die("Error:
$private_dirs/configs is not writabale.  Please read INSTALL");
index.php:if(!is_writable("$private_dirs/cache")) die("Error:
$private_dirs/cache is not writabale.  Please read INSTALL");

:)

R.

Reply via email to