use the correct url (the base url in the settings) or modify the cookie setting so it works for *.yourdomain.com
2 2008-05-13 18:40
Re: This is what I want to do PLEASE Help. (22 replies, posted in General discussion)
1- you are on the punBB support forum we do not deal with IPB
2- IPB 1.3 can not be used unless you got it and used it before 2005 otherwise you need to pay for a license
3- IPB support is at http://forums.invisionpower.com
3 2008-05-12 22:28
Re: Strange error (2 replies, posted in PunBB 1.2 troubleshooting)
you removed the English folder in /langs/
4 2008-04-27 12:24
Re: Using the login system of PunBB. (14 replies, posted in PunBB 1.2 modifications, plugins and integrations)
that is not the correct method to use, when you do
case "board": include("board/index.php"); break;
you include a complete page with its own structure and dependencies. Common.php is included in the forum pages but you already included it in you index.php
5 2008-04-25 16:11
Re: .htaccess & punbb -> HTTP_REFERER (4 replies, posted in PunBB 1.2 troubleshooting)
Have you emptied PunBB's cache folder after updating the base url ?
6 2008-04-20 15:00
Re: Move forum from "/forum/" to "/"? [Solved by Smartys] (8 replies, posted in General discussion)
change o_base_url in the config table via phpMyAdmin and empty the content of the cache folder
7 2008-04-15 15:36
Re: Setting return link to website homepage (2 replies, posted in PunBB 1.2 discussion)
Administration > Options
8 2008-04-14 19:11
Re: 1.2 vs 1.3 (18 replies, posted in PunBB 1.2 discussion)
I will not use 1.3 until all the extensions I need to get the same functionnalities as in my current 1.2 are available
9 2008-04-13 11:03
Re: Maintenance mode (5 replies, posted in PunBB 1.3 troubleshooting)
Smartys wrote:One thing has nothing to do with the other, and there's no need to reindex for MySQL(i) since it uses MySQL fulltext indexing.
so maintaince in 1.3 is only used for closing the forum temperaly
thanks
Maintenance mode yes, same as for 1.2
The maintenance tab in the config is what you are talking about and is a different thing
10 2008-04-12 10:11
Re: HELLO /// Need fast help please (3 replies, posted in PunBB 1.2 troubleshooting)
I did a search on Google and the first page that comes is from you host company forum where they explain why you get this error...
11 2008-04-08 15:52
Re: Unable to fetch category/forum list (6 replies, posted in PunBB 1.2 troubleshooting)
When you open phpMyadmin, , click on your database name in the left menu, it should siplay a list of the tables in the right frame.
At the bottom of the list, click on Check All then select Repair table in the dropdown list.
12 2008-04-08 14:59
Re: Unable to fetch category/forum list (6 replies, posted in PunBB 1.2 troubleshooting)
It is not a PunBB problem, it has something to do with your MySQL server. You should try to repair the tables from phpMyAdmin or talk to your host
13 2008-04-06 22:56
Re: Categories wise view only (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The 2nd one is the one I have used, just set the default status of the categories to hidden
14 2008-04-05 12:15
Re: Just moved web hosts, now encountering problem, can't run copy (5 replies, posted in PunBB 1.2 troubleshooting)
check that config.php and o_base_url in the config table have the correct value then delete the files in the cache folder
15 2008-04-05 10:54
Re: Categories wise view only (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
There is a mod on PunRes to collapse categories
16 2008-04-05 10:52
Re: Request: remind unconfirmed members (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The broadcast email plugin should do it with a bit of modification
17 2008-04-04 22:10
Re: Private Message mod v1.2.2 (204 replies, posted in PunBB 1.2 modifications, plugins and integrations)
That's because the readme of this mod asks to replace a piece of code in which you have the logout links at step 11. As the logout link has been change in 1.2.17 and this mod was written before, it makes you replace the logout part with a no longer valid code.
You just have to replace login.php?action=out&id='.$pun_user['id'].'
by login.php?action=out&id='.$pun_user['id'].'&csrf_token='.pun_hash($pun_user['id'].pun_hash(get_remote_address())).'
18 2008-04-02 22:00
Re: The age-old line 58 error! (30 replies, posted in PunBB 1.2 troubleshooting)
3- run install.php and give the database the same name "myDB". and the mySQL username as "root".
erm... you should not use the root account for that.
19 2008-04-02 21:57
Re: 10 things punBB v1.3 should get right... (12 replies, posted in PunBB 1.3 troubleshooting)
Strofanto wrote:I think you got it all wrong Smartys, hm2k seems to complain about phpBB3 pointing out a few useless features or missing features that instead PunBB has.
He's right. The point was I've yet to try PunBB, I just hope it's not gonna fail where phpBB has let me down.
If you have not tried punBB yet how can you suggest anything, as Smarties wrote, most of your remarks have nothing to do with punBB
Don't bother, he rarely makes sense.
That's quite right
20 2008-04-01 20:58
Re: huh... (11 replies, posted in PunBB 1.2 troubleshooting)
If you installed it on your computer, the forum address should be http://127.0.0.1/forums/
21 2008-04-01 14:05
Re: The age-old line 58 error! (30 replies, posted in PunBB 1.2 troubleshooting)
latin1_swedish_ci
22 2008-03-27 22:59
Re: can't logout (16 replies, posted in PunBB 1.2 troubleshooting)
On the page where you have the logout link, hover the link with your mouse you should see the url in the status bar
23 2008-03-26 21:41
Re: 3ix.org now cancelled my account.. (44 replies, posted in General discussion)
To be honest, we don't care, looking at the way you speak / write and expect everybody to be your mate. They have a business to run, they do not have time to waste with trolls
24 2008-03-26 16:26
Re: Forum performance / server load / security comparison (9 replies, posted in PunBB 1.2 discussion)
They have been fixed by 1.2.15 and 1.2.13 respectively
25 2008-03-26 15:43
Re: another SEF urls bug (4 replies, posted in PunBB 1.3 troubleshooting)
http://supermag.exofire.net/post1.html and http://supermag.exofire.net/post1.html#p1 are the same thing, the only difference is you have a reference to an anchor within the page