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?
26 2009-07-14 12:54
Re: How to Backup/Upgrade/Migrate from PunBB 1.2 to PunBB 1.3? (6 replies, posted in PunBB 1.3 troubleshooting)
27 2009-07-08 13:38
Re: Viewforum.php: $id = 1,2,3; (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)
28 2009-07-08 12:57
Re: No member can login (cookies) (7 replies, posted in PunBB 1.3 troubleshooting)
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?
29 2009-07-08 11:47
Re: disapperaring content in RSS feed after alteration of post date (4 replies, posted in PunBB 1.2 troubleshooting)
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.
30 2009-02-20 16:06
Re: [extension release] pun_admin_manage_extensions_improved (13 replies, posted in PunBB 1.3 extensions)
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 2007-09-27 11:40
Re: User list menu item (8 replies, posted in PunBB 1.2 troubleshooting)
Can i ask about tickets?