Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Editing PHP pages containing forms crashes Dreamweaver

New Here ,
Nov 12, 2008 Nov 12, 2008
I have a small intranet project I'm using for doc storage and retrieval on a localhost machine.
Have Windows XP, DW CS3, MySQL DB, and phpMyAdmin.
The project was working fine up until about a week ago.
Now, whenever I place my cursor in an area of the php file that is between <?PHP ?> tags, Dreamweaver throws an exception error.
I had installed PEAR between the last time it worked and when it started throwing errors.
I removed all the PEAR folders and files and made sure PHP.ini isn't referencing any PEAR .dlls etc.
Checked environment paths too, BTW.
I'm still thoroughly broken though.
I'm inclined to think it's not in the code itself since that wasn't changed between the time everything worked and when everything stopped working.
Looking for any ideas as to possible causes of the problem.
TOPICS
Server side applications
320
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 12, 2008 Nov 12, 2008
tjfinn wrote:
> I have a small intranet project I'm using for doc storage and retrieval on a
> localhost machine.
> Have Windows XP, DW CS3, MySQL DB, and phpMyAdmin.
> The project was working fine up until about a week ago.
> Now, whenever I place my cursor in an area of the php file that is between
> <?PHP ?> tags, Dreamweaver throws an exception error.

It looks as though you have a corrupt cache file. Follow troubleshooting
step 4 in the following technote:

http://www.adobe.com/go/tn_19105

--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 12, 2008 Nov 12, 2008
LATEST
Thanks,
Deleting the FileCache.dat file from the Dreamweaver user config folder worked.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines