Well, without more info other than "it doesn't work," I'm afraid I can't really help you. Mail setups vary widely and there's no way for me to know whether or not you need to use SMTP, or whether your server is on some blacklists, or whether you need to set up reverse dns, etc etc etc.
1,176 2008-01-31 02:38
Re: email registration doesn't work (12 replies, posted in PunBB 1.2 troubleshooting)
1,177 2008-01-31 02:30
Re: email registration doesn't work (12 replies, posted in PunBB 1.2 troubleshooting)
SMTP isn't required provided the server is set up properly. Some hosts require SMTP.
In terms of other applications: anything that sends email
1,178 2008-01-31 02:29
Re: Search results don't parse smiley's (2 replies, posted in PunBB 1.3 troubleshooting)
They don't in 1.2 either. And BBCode isn't parsed. The reason we don't run parse_message (if I remember correctly) is that the post contents is really the first 1000 characters (I think, it's something like that). That means it's possible for partial BBCode to slip in and cause issues.
1,179 2008-01-31 02:26
Re: email registration doesn't work (12 replies, posted in PunBB 1.2 troubleshooting)
Ouch.
How are you sending emails? Via SMTP or via PHP's mail function? Do you have any other applications running that are sending mail?
1,180 2008-01-31 00:52
Re: db_update.php (11 replies, posted in PunBB 1.3 troubleshooting)
Well, the only time that situation would come up is when upgrading from 1.2 to 1.3, which means you should have 1.3's Oxygen in place. I'll just add a file_exists check.
Edit: Actually, this brings up some other issues. More discussion required!
1,181 2008-01-31 00:36
Re: Board Description - HTML (54 replies, posted in PunBB 1.3 troubleshooting)
I'm removing the call to htmlspecialchars, Paul can revert my change if there was a reason the call was there.
1,182 2008-01-31 00:10
Re: Fancy URL's (50 replies, posted in PunBB 1.3 troubleshooting)
Sweet, congrats
1,183 2008-01-30 23:56
Re: Fancy URL's (50 replies, posted in PunBB 1.3 troubleshooting)
You can add your own version of the various include/url/*.php files in the lang/language_name/url/ folder.
And the proper rewrite rules for them can be added using /lang/language_name/rewrite_rules.php.
1,184 2008-01-30 23:54
Re: Change e-mail address (8 replies, posted in PunBB 1.3 troubleshooting)
Fixed
1,185 2008-01-30 23:49
Re: Fancy URL's (50 replies, posted in PunBB 1.3 troubleshooting)
bingiman: You need to set AllowOverride to All I believe
1,186 2008-01-30 23:47
Re: Change e-mail address (8 replies, posted in PunBB 1.3 troubleshooting)
qubertman: Thanks, I'll check it out
1,187 2008-01-30 23:22
Re: Change e-mail address (8 replies, posted in PunBB 1.3 troubleshooting)
I'm confused, you'll have to be more specific about the problem.
1,188 2008-01-30 23:20
Re: Error when re-enabling extensions (3 replies, posted in PunBB 1.3 troubleshooting)
There's (I think) a fix for this in SVN
1,189 2008-01-30 23:18
Re: PunBB 1.3 Beta (48 replies, posted in News)
In case anyone is interested, we have another sample extension. It allows for localized URLs based on the language.
http://punbb.org/download/extensions/lo … chemes.zip
1,190 2008-01-30 23:18
Re: Fancy URL's (50 replies, posted in PunBB 1.3 troubleshooting)
Merely cosmetic but, in Admin -> Settings, is this "6. Setup URL Scheme (SEF URL's ) for your boards pages" supposed to dot underline the SEF term?
How do I customize the SEF fancy filenames?
For example, I would like to localize some of the filenames. Is it possible/feasible? I was looking at include/url/* and at include/rewrite_rules.php, am I correct or should I look at any other file?
1,191 2008-01-30 23:15
Re: Fancy URL's (50 replies, posted in PunBB 1.3 troubleshooting)
If your host refuses to look into an issue when there is obviously a need to look into it? Yes
I'm assuming you're on a shared host where you can't edit Apache's config files.
1,192 2008-01-30 21:53
Re: Fancy URL's (50 replies, posted in PunBB 1.3 troubleshooting)
bingiman: Then no fancy URLs
fmimoso: Wait, there will be an official extension which will allow you to have language specific URLs
1,193 2008-01-30 21:48
Re: Hook requests (151 replies, posted in PunBB 1.3 extensions)
Look into the array_insert function?
1,194 2008-01-30 21:46
Re: it wont work (3 replies, posted in PunBB 1.2 troubleshooting)
Moved to Troubleshooting
And closed: you're using PunBB-Hosting, which hosts the forums for you, which means you don't control any upgrades, etc. Lucky for you, PunBB-Hosting has been running 1.2.16 for months now
1,195 2008-01-30 18:22
Re: Fancy URL's (50 replies, posted in PunBB 1.3 troubleshooting)
Yeah, I think I'm going to look into detecting the presence of a .htaccess file based on your SERVER_SOFTWARE (it's a $_SERVER variable I think) and generating the file/stopping you if it can't be done.
1,196 2008-01-30 18:10
Re: Fancy URL's (50 replies, posted in PunBB 1.3 troubleshooting)
It all depends on your setup: some people need the RewriteBase line (and having it in and set correctly can't hurt). I am going to change the RewriteRule though, since it does seem like nobody actually needs the absolute path when RewriteBase is set correctly.
1,197 2008-01-30 18:08
Re: [bug] Style Change (11 replies, posted in PunBB 1.3 troubleshooting)
It would if the styles there were finished: I'm sure someone will manage to come up with their own style before the beta is done
1,198 2008-01-30 18:07
Re: Admin/categories, PHP parse error (1 replies, posted in PunBB 1.3 troubleshooting)
Whoops, my bad, I'll fix it when I get home if nobody else does
1,199 2008-01-30 18:05
Re: [bug] Style Change (11 replies, posted in PunBB 1.3 troubleshooting)
Meowmeow wrote:They should remove those folders now.
Has just been done.
An alternate solution would have been to comment out the code for producing the drop down box.
Except then people couldn't test that code
1,200 2008-01-30 16:53
Re: New signup moderation (4 replies, posted in PunBB 1.2 troubleshooting)
Yes, you can have a default group for new users with no permissions and manually move users to the real group/