Menu

Dreamweaver files

2009-03-05
2012-11-14
  • shamun toha

    shamun toha - 2009-03-05

    I have a large framework written on dreamweaver for php. Now i am not using it by dream weaver but only notepad++.

    There is one problem, while doing those files on notepad++, php shows error:

    Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\OTHERS\hbc\p_Global.php:147) in C:\xampp\htdocs\OTHERS\hbc\admin\p_Reloaded.php on line 299

     
    • shamun toha

      shamun toha - 2009-03-08

      Notepad++ ! great job you did guys.. thanks

       
    • shamun toha

      shamun toha - 2009-03-05

      This type of errors showing, some google show that its some dreamweaver characters.

      Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\OTHERS\hbc\admin\p_RPreport.php:7) in C:\xampp\htdocs\OTHERS\hbc\admin\p_RPreport.php on line 13

       
    • ZeeWolf

      ZeeWolf - 2009-03-07

      Make sure you are using UTF-8 without BOM encoding. You can preview suspected files in hexeditor, probably they have 3 custom chars on the beginning (BOM marker). So you should use Format->Convert to UTF-8 without BOM on them.