[TAG] appache dreamweaver problem

Rick Moen rick at linuxmafia.com
Fri Jan 12 09:02:24 MSK 2007


Quoting j.bakshi at icmail.net (j.bakshi at icmail.net):

> My server is running XAMPP for linux. 

Just for clarification's sake, XAMPP is not a single thing in itself,
but rather a preconfigured bundle of Apache httpd, MySQL, PHP, Perl,
ProFTPd, OpenSSL, gdbm, SQLite, gettext, mcrypt, Freetype2, 
IMAP C-Client, phpMyAdmin, and a bunch of support libs.

> Now the users are accessing the server and doing their
> project work using dreamweaver from win PC.
> 
> but frequently they see the message "This file has been
> modified outside of Dreamweaver. Do you want to reload it"

Well, use basic troubleshooting to try to determine what's going on.
Use the Dreamweaver client to check in a file.  Figure out where it's
getting stored.  If it's being stored in a MySQL table (which would be
odd, but conceivable), you'll need to hunt it down there, and check 
the values in that record.  If it's a regular file (which seems a lot
more likely), take note of its size and modification time stamp -- and
you might want to just make a copy of it in /tmp or somewhere.

Now, attempt to replicate the problem:  Modify your local workstation
copy in Dreamweaver, then try to check it in.  Does Dreamweaver now
claim that the server's copy has been modified?  If so, _has_ it been 
modified?  What modifications?

If Dreamweaver claims the server-end copy has been modified, and yet you
verify that it hasn't, then you have a Dreamweaver problem and need to
concentrate on that.  If Dreamweaver _doesn't_ claim that the server-end
copy's changed, then you haven't yet relicated the symptom, and need to
keep trying until you figure out how.  (Problems whose symptoms you
cannot replicate are difficult to solve, as you cannot observe them.)

If Dreamweaver claims the server-end file's changed, and you _confirm_
that it's changed, now you need to study your server setup -- and the
nature of the changes made, when they were made, etc. -- to figure out
what's changing the file, and why.

See?  It's not magic.  I didn't need to know anything in particular
about the XAMPP bundle, to give you that analysis.  It's just basic 
everyday troubleshooting:  Break large problems into a series of smaller
problems, identify suspects, eliminate variables, stop periodically to 
assess what you know and what you don't, carefully introduce changes to
the test scenario to observe what results, that sort of thing.

> has any one experienced such a problem ? 

When you ask questions about highly specialised configurations, it's
really, really unlikely that anyone's experienced the same problem,
because it's highly unlikely anyone's running the same environment.

E.g, I have plenty of experience with Apache httpd, MySQL, PHP, Perl,
and phpMyAdmin -- but zero experience with Dreamweaver and zero with the
megabundle you're wrestling with.  Others here probably are in a similar
situation.  So, my point is:  You're not asking a very useful question
when you ask, in effect, is there anyone here who's running the very
same thing I am and has encountered this exact same problem?  You're
extremely likely to get null answers, which means your question was a
waste of your and others' time.

-- 
Cheers,      "Transported to a surreal landscape, a young girl kills the first
Rick Moen     woman she meets, and then teams up with three complete strangers
rick at linuxmafia.com       to kill again."  -- Rick Polito's That TV Guy column,
              describing the movie _The Wizard of Oz_





More information about the TAG mailing list