oh btw, this is the error im seeing...

Unable To Open XML File

We're sorry but we were unable to locate your XML file. Please be sure
that the 'garagerefacing.xml' is on your server in the same directory
as your other form builder files.

PHP Version: 5.2.4

Sendmail Path:
Sendmail From:
SMTP: localhost
SMTP Port: 25

MySQL: Not Installed

File Uploads: On
File Uploads Max Size: 2M
Post Max Size: 8M

Software Version: 7.1
Software Last Updated: 08/31/2007

Script Version: 4.0
Script Last Updated: 04/20/2008


On Tue, Mar 10, 2009 at 6:06 PM, Tony <[email protected]> wrote:
> //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...
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:320336
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to