yes it works! thanks a lot!
2 2005-03-03 02:08
Topic: punbb 1.2.1 (2 replies, posted in PunBB 1.2 discussion)
Where can I find 1.2.1 file? I have an installation of 1.2.0. From the upgrade guide, I have to upgrade it to 1.2.1 before moving up to 1.2.2.
3 2005-03-01 23:30
Re: TextDrive lifetime hosting (34 replies, posted in News)
About Textdrive I see often problems with connecting DB : normal ?
This should be a one time issue. It should have been already solved if not for the comment spam attacks recently.
4 2005-02-03 22:46
Re: Unable to fetch user list (4 replies, posted in PunBB 1.2 troubleshooting)
Trel,
thanks for the tip. I will try it later.
5 2005-02-03 21:21
Re: Unable to fetch user list (4 replies, posted in PunBB 1.2 troubleshooting)
I works after I uninstalled the digest mod (basically drop the two tables).
6 2005-02-03 18:51
Topic: Unable to fetch user list (4 replies, posted in PunBB 1.2 troubleshooting)
Here is the debug info:
File: ~/forum/userlist.php
Line: 157
PunBB reported: Unable to fetch user list
Database reported: Got error 12 from table handler (Errno: 1030)
What's happening? I'm using 1.21 with email digest mod.
7 2005-02-03 17:41
Re: Email_Digests-1.0.1 (PunBB 1.2.1) (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Great work! Thanks a lot.
8 2005-02-03 02:23
Re: Gallery (12 replies, posted in Feature requests)
I'm using photostack (http://photostack.org/) It's quite simple and the default layout is beautiful.
9 2005-01-26 23:47
Re: Google AdSense (65 replies, posted in PunBB 1.2 discussion)
Don't mind at all.
(Just wondering why sometimes I see Chinese version of "Ads by Google" here)
10 2005-01-23 18:25
Re: PunJS New Posts 1.0 (34 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Great work! ( I somehow think this should be punbb's feature in the firsthand. )
11 2005-01-16 23:16
Re: What host should i use (54 replies, posted in PunBB 1.2 discussion)
$12 plan is more than enough for you. You can goto http://textdrive.com/forum/ to ask any questions.
12 2005-01-16 23:08
Re: What host should i use (54 replies, posted in PunBB 1.2 discussion)
I recommend TextDrive (they host this site). You're not gonna find anything better.
Totally agree!
13 2005-01-16 04:30
Re: 1.2 now (4 replies, posted in PunBB 1.2 show off)
So this means punpoll works with 1.2?
14 2005-01-11 16:16
Re: 1.3? (43 replies, posted in PunBB 1.2 discussion)
Personally I think PM is not essential because it can be replaced with emails. But polls are very important for a community. Right now the only thing keeps me from doing upgrade to 1.2 is the punpoll mod.
15 2004-12-29 23:07
Re: PunPoll v1.2.3 (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Does it work with Punbb 1.2?
16 2004-12-20 22:29
Re: Ubuntu-fr (7 replies, posted in PunBB 1.2 show off)
Impressive. (And ubuntu is cool! )
17 2004-12-07 02:58
Re: Why I sometimes wish I had a Mac (99 replies, posted in General discussion)
Also, if you like iTunes in Windows, you obviously haven't used a lot of Windows software. You'll have to search high and low to find a slower or buggier software than iTunes in Windows.
I never had a single problem with iTunes. The fact is I've search high and low but never found a better one in terms of features, interface and usability.
18 2004-12-06 17:20
Re: PunBB 1.2 Beta (254 replies, posted in PunBB 1.2 discussion)
joshua: could you let us know how it goes with sqlite?
It was fast and stable. I hope punbb has a time counter similar to textpattern so that we can compare the performance of mysql and sqlite in real applications.
Now i'm think migrating my existing punbb mysql installation to sqlite. Is there such a thing to do the converting?
19 2004-12-06 16:26
Re: PunBB 1.2 Beta (254 replies, posted in PunBB 1.2 discussion)
joshua: You can leave host, username and password empty. PunBB will attempt to create the database file for you, but if it doesn't have permissions, you'll have to create it first.
Thank you Rickard. I figured it out after I made that post. (Just need to read the instruction in the installation page carefully.)
20 2004-12-06 04:01
Re: PunBB 1.2 Beta (254 replies, posted in PunBB 1.2 discussion)
How to setup with sqlite? What's username/password and host? Do I have to create one sqlite db beforehand?
21 2004-12-05 22:10
Re: Remember "Subscribe to this topic" checkbox (69 replies, posted in Feature requests)
I agree that it would be a bad thing for public forums. What I was talking about is an alumini forum (for college classmates). So everything going on in the forum is sort of interesting. The only problem is some ppl just don't like to visit forum in general.
Anyway, I guess this should be a mod rather than a general feature of punbb.
22 2004-12-05 22:02
Re: PunBB @ Textdrive.com (20 replies, posted in PunBB 1.2 discussion)
textdrive.com is extremly slow...
It's usually super fast. What part of textdrive and when are you talking about?
23 2004-12-05 21:58
Re: Remember "Subscribe to this topic" checkbox (69 replies, posted in Feature requests)
How about this -- give user an option (default off) to receive ONE email per day for all the new posts in one category or forum.
I'm running a forum for a small group. I have the impression that some ppl like bulk mails as a tool for noticing, otherwise they don't know what's going on because they don't visit the forum too often.
24 2004-11-23 19:08
Re: attach image (42 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I use upload.php combined with photostack: just set the upload directory to some albums within photostack directory.
25 2004-10-12 22:20
Re: ... (5 replies, posted in PunBB 1.2 discussion)
How to change the $pun_root value when the php file is not in the same directory as the forum?
I tried both absolute path and relative path, neither of them work. The error information is "There is no valid language pack 'en' installed. Plese check $language setting in config.php."
Update: the problem is solved. It was due to config.php for punbb, where I set $pun_root to './'. After removing this line from config.php, the authentication process works.