1

(20 replies, posted in Feature requests)

Hi Chacmool,

I get the following error :

An error was encountered
File: /usr/local/psa/home/vhosts/sammyfilez.com/httpdocs/forum/migration/functions.php
Line: 91

Converter reported: Unable to fetch table list
Database reported: You have an error in your SQL syntax near 'IN `phorum_sammyfilez` LIKE '%users'' at line 1 (Errno: 1064)

That's about this part :

            // Get list of "proabable" prefixes
            $prefix_list = '';
            $res = $fdb->query('SHOW TABLES IN '.$_SESSION['php_db'].' LIKE \'%'.$tables['Users'].'\'') or myerror('Unable to fetch table list', __FILE__, __LINE__, $fdb->error());
            while($ob = $fdb->fetch_row($res))
            {
                $prefix = substr($ob[0], 0, strlen($ob[0]) - strlen($tables['Users']));
                $prefix_list .= '   <a href="?page=settings&newprefix='.$prefix.'">'.$prefix.'</a><br>'."\n";
            }

Grtz,
Jeronimo

2

(20 replies, posted in Feature requests)

Hi Chacmool,

Dit you receive the database ?

Grtz,
Jeronimo

3

(20 replies, posted in Feature requests)

Hi,

did take some time, but I've got the sql dump and will send it to your mail now.

grtz,
Jeronimo

Hi,

I'm using Nucleus CMS to get my site up-to-date : http://www.sammyfilez.com/index.php

Now I want to get the menu at the rigt and left also with my forum : http://www.sammyfilez.com/forum

Does anybody know what's the best way to fix this.

Grtz,
Jeronimo

5

(20 replies, posted in Feature requests)

I'm want to convert phorum 5.0.11

Does anybody know how ?

6

(3 replies, posted in PunBB 1.2 show off)

Hi,

I also want to migrate to punBB from Phorum, can you tell me how you did it ?

I've for about 1000 member on the forum and, a lot of messages so it would be great when I can take everything with me

Grtz,
Jeronimo