• My Errors
  • Profile
  • Logout
  • Search

Public Profile for Matthew

Bug statistics for: Matthew
bug.gd rank:
2
Solved Errors:
301
unsolved errors:
66
solution comments:
87
solution rating:
233

Website: http://bug.gd


Cofounder of bug.gd who very much wants errors to die.

 

Matthew's Solved Errors:

This project type is not supported by this installation.
One possible fix:

http://forums.microsoft.c...p;SiteID=1

Another:

http://forums.microsoft.com/MSDN/ShowPost.aspx?Pos...
Full Solution
Unknown column 'blah' in 'where clause'
I was using a MySQL alias named blah and for some reason it wasn't properly recognizing it in the WHERE clause. I changed the syntax of the SQL statem...
Full Solution
Message: imagettftext() [function.imagettftext]: Could not read font
The font file was corrupt. I uploaded a different ttf file and it worked wonderfully.
Full Solution
RuntimeError: De-compression requires the (missing) zlib module
I was using Fedora 6 (Linux) and my Python wasn't compiled with zlib support. It was painfully frustrating to figure out what was required, but I did ...
Full Solution
ImportError: No module named zlib
I was using Fedora 6 (Linux) and my Python wasn't compiled with zlib support. It was painfully frustrating to figure out what was required, but I did ...
Full Solution
c:\ntdetect\child\ntdetect1.exe
Install AVG free edition, it should clear up the ntdetect1 virus.
Full Solution
# running Build.PL
/usr/bin/perl Build.PL
===> Warning: SVN::Core is missing or outdated.

Please manually install SVN::Core by compiling Subversion
(version 1.4.0 or above) with SWIG/Perl bindings,
a...
I gave up for my CentOS box and instead tried to use one of the other tools for viewing svn via the web. (Bottom of this page:
http://subversion.tigri...
Full Solution
Could not open the requested SVN filesystem
This was an error from an apache-based SVN viewer. It was because I hadn't used the proper path for the SVNParentPath to point to my depo parent direc...
Full Solution
ImportError: No module named libsvn.fs
Rebuilt 'make swig-py' for subversion. Turned out the install for it ('make install-swig-py') wasn't going into my site-packages, so I had to manually...
Full Solution
svn: DB_RUNRECOVERY: Fatal error, run database recovery
svn: bdb: PANIC: fatal region error detected; run recovery
Tried to use db_recover, but it wasn't able to recover the data. Thankfully I had just made a backup.

The error, on my part, was caused by using two ...
Full Solution
error: can't start new thread
Ran into this on http://www.utilitymill.com -- seems they have threading disabled on that machine.
Full Solution