//OPEN AND LOAD THE XML FILE
if (file_exists($xmlFile))
{
    $fd = fopen(basename($xmlFile),'r');
    while(!feof($fd))
    {
        $contents .= fgets($fd,1024);
    }
    fclose($fd);
}
else
{
    err("No &lt;xml&gt; data file found<br>Please upload the data xml
file ".$xmlfile);
}

that is erroring on a server that i just took control of.
it worked on day -1 and not on day 1 of me getting it.

the ONLY thing that has happened that might be different
is a username has been removed from the server, but it wasnt
anything system level or whatever, just a user.  she
*COULD* have been an administrator, im not sure, but i doubt
rackspace would have set it up that way...

this is all code derived from "CoffeeCup" form builder and
worked last week, but doesnt today.  anyhow, ive personally
downloaded and installed coffeecup form builder, and ive
had no problem with anything.  forms work with php and all
just perfectly.  only problem is that ones created prior to me
showing up do not

help!!!!!!!!!!!!
i feel fairly confident that its a permissions issue, but i guess
i dont know how php handles that.  "EVERYONE" has read
access on the server in that directory...

thanks.
tony

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320337
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to