Featured Posts

Fixing The Wordpress Error: Could not copy file /public_html/blog/wp-content/upgrade/*Fixing The Wordpress Error: Could not copy file /public_html/blog/wp-content/upgrade/* So I've been halfheartedly trying to setup a new Wordpress installation for a client that I subcontract for and I kept running into permissions errors when trying to update the Wordpress installation and...

Read more

How To Fix Dreamweaver Crashing When Opening A PHP FileHow To Fix Dreamweaver Crashing When Opening A PHP... I've been working on my first html template to Wordpress theme conversion and every thing was going great (aside from having millions of tabs open trying to figure out how to best use the template tags),...

Read more

How To Not Fail The Crap Out Of A Job InterviewHow To Not Fail The Crap Out Of A Job Interview For about the past 6 months to a year I have been conducting interviews.  Some of the adjectives used by people to describe this interview are: *Stressful *Insightful *Hard *Depressing *Educational The...

Read more

Shameless Plug - I Want Dual Monitors From Jonathan VolkShameless Plug - I Want Dual Monitors From Jonathan... So if you are in the internet marketing space at all, you might have heard the name Jonathan Volk.  Not only does Jon, make a ton of money online.... but, from what I hear he's a pretty decent drummer...

Read more

Making Money On Twitter (Kind Of)Making Money On Twitter (Kind Of) If you aren't on twitter then you either don't care about social networking or are still stuck on Myspace thinking it's the greatest thing in the world.  I've been on twitter for several months and it's...

Read more

How To Fix Dreamweaver Crashing When Opening A PHP File

Posted by Keith | Posted in Webdev | Posted on 16-11-2009

Tags: , , ,

1

dreamweaver-cs3-crashesI’ve been working on my first html template to Wordpress theme conversion and every thing was going great (aside from having millions of tabs open trying to figure out how to best use the template tags), until I started working on a theme options page in functions.php.

Originally this was working ok, and then after one save BAM!  The damn thing crashed on me.  So I opened Dreamweaver back up again and it was working just fine, until again, I opened the functions.php file and it crashed.

I renamed the file to have a .txt extension and when I opened it up this time it worked just fine.  I started getting sick of editing the file as a .txt and then renaming it to .php to test it out on my local Wordpress installation so I took time from being neck deep in template tags and php code to see if I could find a solution.

Lucky for me I found it!

Issue

Adobe Dreamweaver CS3 crashes when working with certain PHP or ASP files in Code view or Design view after the clock goes back one hour, when Daylight Savings Time ends. The crashes only occur when selecting certain lines in Code view, or selecting certain objects in Design view. The crashes only occur in files that have PHP or ASP code, intermingled with HTML code. The crashes do not occur in Dreamweaver 8 or earlier (Ref. 229536).
Reason

The Dreamweaver CS3 WinFileCache-AD76BB20.dat file has been corrupted by the time change.
Solution

1. If Dreamweaver is open, quit the application.
2. Delete the WinFileCache-AD76BB20.dat file from the Dreamweaver user configuration folder. Note that on Windows, the Application Data and AppData folders are hidden by default, so verify that your Windows Explorer folder options are set to View Hidden Folders. The location of this file is as follows:
* Dreamweaver CS3 on Windows Vista:
C:\Users\[username]\AppData\Roaming\Adobe\Dreamweaver 9\Configuration
* Dreamweaver CS3 on Windows XP:
C:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver 9\Configuration

This solution was found after looking through several forums and was taken here from the Adobe websites.

So if you are having the same issue, and it matches the problem description – try this out.  I hope it works for you and doesn’t slow down your work-flow as much as it did mine.

Issue


Adobe Dreamweaver CS3 crashes when working with certain PHP or ASP files in Code view or Design view after the clock goes back one hour, when Daylight Savings Time ends. The crashes only occur when selecting certain lines in Code view, or selecting certain objects in Design view. The crashes only occur in files that have PHP or ASP code, intermingled with HTML code. The crashes do not occur in Dreamweaver 8 or earlier (Ref. 229536).

Reason


The Dreamweaver CS3 WinFileCache-AD76BB20.dat file has been corrupted by the time change.

Solution


  1. If Dreamweaver is open, quit the application.
  2. Delete the WinFileCache-AD76BB20.dat file from the Dreamweaver user configuration folder. Note that on Windows, the Application Data and AppData folders are hidden by default, so verify that your Windows Explorer folder options are set to View Hidden Folders. The location of this file is as follows:
    • Dreamweaver CS3 on Windows Vista:
      C:\Users\[username]\AppData\Roaming\Adobe\Dreamweaver 9\Configuration
    • Dreamweaver CS3 on Windows XP:
      C:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver 9\Configuration
Share and Enjoy:
  • Print
  • Digg
  • Twitter
  • Facebook
  • Google Bookmarks
  • Reddit
  • Posterous
  • del.icio.us
  • StumbleUpon
  • Blogplay
  • Sphinn
  • Mixx

Comments (1)

AWESOME! Thanks for saving me hours of frustrations trying to find a solution. This worked perfect.

[Reply]

Write a comment

CommentLuv Enabled