• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

PHPBB to JForum migration

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have this error when i try to migrate tables:

Cleaning tables...
Cleaning query.clean.categories
Cleaning query.clean.forums
Cleaning query.clean.posts
Cleaning query.clean.privmsgs
Cleaning query.clean.ranks
Cleaning query.clean.search.wordmatch
Cleaning query.clean.search.words
Cleaning query.clean.topics
Cleaning query.clean.topicswatch
Cleaning query.clean.users
Cleaning query.clean.words
Cleaning query.clean.posts.text
Cleaning query.clean.privmsgs.text
Tables cleaned...
Importing users...
java.lang.NullPointerException
at net.jforum.tools.phpbb2jforum.Main.applyRegexToPostText(Main.java:183
)
at net.jforum.tools.phpbb2jforum.Main.importUsers(Main.java:164)
at net.jforum.tools.phpbb2jforum.Main.runForrestRun(Main.java:62)
at net.jforum.tools.phpbb2jforum.Main.main(Main.java:277)

Somebody can help me?
[originally posted on jforum.net by Guilherme]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All right... this problem is ok!
[originally posted on jforum.net by Guilherme]
 
I suggest huckleberry pie. But the only thing on the gluten free menu is this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic