I have inferred from your post that you want to move the forum from Domain1.com to Domain2.com/punbb and to upgrade it from version 1.2.16 to version 1.3.4.
Is it right?

27

(3 replies, posted in PunBB 1.3 additions)

There is no ready extension for displaying several forums on one page at the moment.
You can implement this yourself, by editing the file viewforum.php. Examine its functioning before you do, though.

Follow these steps:
- Change the request for selection of several forums (30th line of viewforum.php)
- Organise saving the request results data in a loop (lines 61 to 152 of viewforum.php)
- Organise displaying forum data in a loop (lines 163 to 357 of viewforum.php)

We reproduced the situation described here: http://punbb.informer.com/forums/topic/ … ub-domain/
We had no problems with authorisation on the forum. Did you make any changes to PunBB code or install any unofficial extensions?

in my admin space, i remark also that there is no way to set a default group to members (empty list)

What groups do you have in the your DB now? Have you edited or removed any groups?

The specified code works correctly. The problem you have described above appears when you change creation date of the topic in the table "topics" and don't change creation data of post in the table "posts". That's why this

$db->query('SELECT t.last_post, t.id, t.posted AS tposted, t.subject, t.poster, p.message, p.hide_smilies, p.posted AS pposted, f.forum_name AS forum, c.cat_name AS category 
    FROM '.$db->prefix.'topics t 
    LEFT JOIN '.$db->prefix.'posts p ON (p.topic_id=t.id AND t.posted=p.posted) 
    INNER JOIN '.$db->prefix.'forums AS f ON f.id=t.forum_id 
    LEFT JOIN '.$db->prefix.'categories AS c ON f.cat_id=c.id 
    LEFT JOIN '.$db->prefix.'forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) 
    WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.moved_to IS NULL 
    ORDER BY last_post DESC 
    LIMIT '.$postslimit)

can't get post message.

Notice: Undefined index: o_rejected_updates in C:\Program Files\VertrigoServ\www\punbb\extensions\pun_admin_manage_extensions_improved\extension_list.php(310) : eval()'d code on line 47 Notice: Undefined index: Extension by in C:\Program Files\VertrigoServ\www\punbb\extensions\pun_admin_manage_extensions_improved\extension_list.php(310) : eval()'d code on line 54 Notice: Undefined index: Hotfix description in C:\Program Files\VertrigoServ\www\punbb\extensions\pun_admin_manage_extensions_improved\extension_list.php(310) : eval()'d code on line 54 Notice: Undefined index: Install hotfix in C:\Program Files\VertrigoServ\www\punbb\extensions\pun_admin_manage_extensions_improved\extension_list.php(310) : eval()'d code on line 54 Notice: Undefined index: Reject hotfix in C:\Program Files\VertrigoServ\www\punbb\extensions\pun_admin_manage_extensions_improved\extension_list.php(310) : eval()'d code on line 54 Notice: Undefined index: Extension by in C:\Program Files\VertrigoServ\www\punbb\extensions\pun_admin_manage_extensions_improved\extension_list.php(310) : eval()'d code on line 54 Notice: Undefined index: Hotfix description in C:\Program Files\VertrigoServ\www\punbb\extensions\pun_admin_manage_extensions_improved\extension_list.php(310) : eval()'d code on line 54 Notice: Undefined index: Install hotfix in C:\Program Files\VertrigoServ\www\punbb\extensions\pun_admin_manage_extensions_improved\extension_list.php(310) : eval()'d code on line 54 Notice: Undefined index: Reject hotfix in C:\Program Files\VertrigoServ\www\punbb\extensions\pun_admin_manage_extensions_improved\extension_list.php(310) : eval()'d code on line 54

I got this after installing extension.

Daris. Your version of PunBB doesn't fit new version PunBB. And, please to install hotfixes, because this problem is occurred when hotfixes are mising.

31

(8 replies, posted in PunBB 1.2 troubleshooting)

Can i ask about tickets?