Geeklog-Plugins / artwork

Original artwork files used by some plugins.
0 stars 0 forks source link

Convert tool displays empty list #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The migrate tool seems to be broken. forum/migrate.php displays an empty of 
stories.

Original issue reported on code.google.com by hostelle...@gmail.com on 27 Mar 2012 at 6:54

GoogleCodeExporter commented 9 years ago

Original comment by TomHo...@gmail.com on 11 Jun 2012 at 1:20

GoogleCodeExporter commented 9 years ago
To solve this issue change 

if ($numrows > 0 && isset($tid)) {

to

if ($numrows > 0 ) {

on line 314 of the migrate.php file

Original comment by hostelle...@gmail.com on 10 Dec 2012 at 3:29

GoogleCodeExporter commented 9 years ago
Fixed when migrate was changed to support Geeklog 2.0.0

Original comment by TomHo...@gmail.com on 2 Apr 2013 at 9:53