** Description changed:

  Binary package hint: gedit
  
  I was editing a PHP script in gedit.  I modified Line #36 from
  
                  if($file != '.' && $file != '..'){
  
  to
  
                  if(strpos($file, '.') === FALSE){
  
  and tested my page (in Firefox 3.0).  The script exhibited undesirable
  behavior, so I pressed Ctrl+Z in gedit and tested the page again.  The
  script then output the following string (arbitrarily alternating with a
  shorter but similar one at first, but completely crowding the other out
  after several page-refreshes) immediately before the expected output:
  
  PK
  ���?���ñ8��������������blogs/UT     �?���?���
  
  By posting the corrupted line to a message board and then pasting the
  same line from my published post to gedit, I thought I had fixed the
- problem.  But I still see this at the top of my PHP page after editing
- it further.
+ problem.  But I was still seeing this at the top of my PHP page after
+ submitting this report editing the script further.
+ 
+ In the end, the cause of the later instance was caused by my own
+ mistake: I had forgotten to remove the attached archive, so the
+ corrupted data was coming from it.  The first instance might have been
+ caused by another archive (which I had uploaded to my deployment
+ server), although I still suspect Gedit.  If anyone else runs into this
+ problem, maybe we can find out which is the real reason.
  
  Thanks!
  
  ProblemType: Bug
  Architecture: i386
  Date: Sat Jul 19 14:31:38 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/gedit
  Package: gedit 2.22.3-0ubuntu1
  PackageArchitecture: i386
  ProcEnviron:
   
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gedit
  Uname: Linux 2.6.24-19-generic i686

** Description changed:

  Binary package hint: gedit
  
  I was editing a PHP script in gedit.  I modified Line #36 from
  
                  if($file != '.' && $file != '..'){
  
  to
  
                  if(strpos($file, '.') === FALSE){
  
  and tested my page (in Firefox 3.0).  The script exhibited undesirable
  behavior, so I pressed Ctrl+Z in gedit and tested the page again.  The
  script then output the following string (arbitrarily alternating with a
  shorter but similar one at first, but completely crowding the other out
  after several page-refreshes) immediately before the expected output:
  
  PK
  ���?���ñ8��������������blogs/UT     �?���?���
  
  By posting the corrupted line to a message board and then pasting the
  same line from my published post to gedit, I thought I had fixed the
  problem.  But I was still seeing this at the top of my PHP page after
  submitting this report editing the script further.
  
- In the end, the cause of the later instance was caused by my own
+ In the end, I found the cause of the later instance to be my own
  mistake: I had forgotten to remove the attached archive, so the
  corrupted data was coming from it.  The first instance might have been
  caused by another archive (which I had uploaded to my deployment
  server), although I still suspect Gedit.  If anyone else runs into this
  problem, maybe we can find out which is the real reason.
  
  Thanks!
  
  ProblemType: Bug
  Architecture: i386
  Date: Sat Jul 19 14:31:38 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/gedit
  Package: gedit 2.22.3-0ubuntu1
  PackageArchitecture: i386
  ProcEnviron:
   
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gedit
  Uname: Linux 2.6.24-19-generic i686

-- 
Undo Stores Inaccurate Characters
https://bugs.launchpad.net/bugs/250165
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in ubuntu.

-- 
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to