looking here on this topic, i found this post informing about a possible misconfiguration on time and date of the board: viewtopic.php?f=65&t=1761395#p11208015Topic 583, Board 4 ... Error: Topic is empty!
Topic 584, Board 4 ... Error: Topic is empty!
Topic 73, Board 4 ... Error: Topic is empty!
Topic 78, Board 4 ... Error: Topic is empty!
Topic 607, Board 4 ... Error: Topic is empty!
ah, that makes sense. I will have to start over. thanks for the fast response.nneonneo wrote:@orgijus: Hard to say. The hosts may have customized the phpBB templates enough to fool the converter. Sadly there is no workaround except to edit the regular expressions in the script yourself.
@morscerta: Seems right. Is it a ezBoard forum converted up to Yuku, by any chance?
@Belcegor: no plans at the moment. Try setting language to English. However, some multiforum systems use custom extensions to phpBB and require special modifications to make the converter work.
@Lumpy: Well, unfortunately, you have to crawl the members and the topics/posts in the same run, or they don't get linked up properly. (It sucks, but that's the way it's written now).
Code: Select all
Traceback (most recent call last):
File "D:\a1phpbb\1phpbb3\MODs\Converters\phpBB2\members_topics_posts_phpBB.py", line 259, in <module>
dat[3]=re.findall('<input [^>]*name="email"[^>]*value="([^"]*)" />', admindata)[0]
IndexError: list index out of range