<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I guess this is not a bug but some problem with external libraries.
    In my qgis (using Ubuntu 14.10) and have the problem since a few
    weeks. I don't know when it started exactly,but I guess it was some
    update. <br>
    <br>
    Whenever I look at the attribute table or at the attribute dialog
    for a shape, the attribute names are shown as _1,_2,_3, ... In the
    attributes, Strings are generally displayed as "NULL". Numbers are
    fine.  <br>
    <br>
    Since the Problem occurs, I have reinstalled qgis several times and
    also tried out several versions (2.2,2.6,2.8) but nothing changed. <br>
    <br>
    In the message window, I found one warning by python:<br>
    <br>
    <meta name="qrichtext" content="1">
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment-->warning:/usr/lib/python2.7/dist-packages/PyQt4/uic/uiparser.py:890:
      PendingDeprecationWarning: This method will be removed in future
      versions. Use 'elem.iter()' or 'list(elem.iter())' instead.</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> for
      include in elem.getiterator("include"):</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">
      traceback: File "<string>", line 1, in <module></p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File
      "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 219, in
      startPlugin</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">
      plugins[packageName] = package.classFactory(iface)</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File
      "/usr/share/qgis/python/plugins/MetaSearch/__init__.py", line 28,
      in classFactory</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> from
      MetaSearch.plugin import MetaSearchPlugin</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File
      "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 478, in
      _import</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> mod =
      _builtin_import(name, globals, locals, fromlist, level)</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File
      "/usr/share/qgis/python/plugins/MetaSearch/plugin.py", line 31, in
      <module></p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> from
      MetaSearch.dialogs.maindialog import MetaSearchDialog</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File
      "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 478, in
      _import</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> mod =
      _builtin_import(name, globals, locals, fromlist, level)</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File
      "/usr/share/qgis/python/plugins/MetaSearch/dialogs/maindialog.py",
      line 49, in <module></p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> from
      MetaSearch.dialogs.manageconnectionsdialog import
      ManageConnectionsDialog</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File
      "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 478, in
      _import</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> mod =
      _builtin_import(name, globals, locals, fromlist, level)</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File
      "/usr/share/qgis/python/plugins/MetaSearch/dialogs/manageconnectionsdialog.py",
      line 39, in <module></p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">
      BASE_CLASS = get_ui_class('manageconnectionsdialog.ui')</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File
      "/usr/share/qgis/python/plugins/MetaSearch/util.py", line 59, in
      get_ui_class</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> return
      loadUiType(ui_file_full)[0]</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File
      "/usr/lib/python2.7/dist-packages/PyQt4/uic/__init__.py", line
      210, in loadUiType</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> winfo =
      compiler.UICompiler().compileUi(uifile, code_string, from_imports,
      resource_suffix)</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File
      "/usr/lib/python2.7/dist-packages/PyQt4/uic/Compiler/compiler.py",
      line 139, in compileUi</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> w =
      self.parse(input_stream, resource_suffix)</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File
      "/usr/lib/python2.7/dist-packages/PyQt4/uic/uiparser.py", line
      992, in parse</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">
      actor(elem)</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File
      "/usr/lib/python2.7/dist-packages/PyQt4/uic/uiparser.py", line
      890, in readResources</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"> for
      include in elem.getiterator("include"):<!--EndFragment--></p>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
    <br>
    I don't think that this causes the problem, but I don't know. Any
    developer with any suggestion? :)<br>
    <br>
    Thanks!<br>
    <br>
  </body>
</html>