That's physically impossible if you updated the value in the database and then removed the .php files in the cache directory.
402 2008-04-03 21:25
Re: How to change the <pun_char_encoding> parameter to something else? (2 replies, posted in General discussion)
That's set in your language pack, lang/language_name/common.php. I wouldn't change it if I were you, since you're likely to create an awkward charset situation in your database that will be difficult to deal with when full UTF-8 support comes in 1.3.
403 2008-04-03 21:24
Re: taking it furthen then the hooks do. (3 replies, posted in PunBB 1.2 discussion)
pedrotuga: I'm not sure what the performance hit of what you're describing is, but if you're talking about parsing lots of XML on the fly for every pageview, I think that would make things slow.
intedinmamma: Indeed.
404 2008-04-03 21:23
Re: Hook requests (151 replies, posted in PunBB 1.3 extensions)
exec: Specifying why is important as well, sometimes it's hard to see why a hook is necessary in a certain place
However, I believe Gizzmo is right: there's no reason I can see to have a hook there.
405 2008-04-03 21:20
Re: Why no Ajax? (25 replies, posted in PunBB 1.3 troubleshooting)
Extensions can add AJAX features. There's nothing to stop them from doing so.
406 2008-04-03 21:19
Re: When is 1.3 going to be released? (31 replies, posted in PunBB 1.3 troubleshooting)
1.3 Beta.. Use it now! Dont wait..
Except it's beta and not meant to be used in a production site.
d3visi0n wrote:Everytime you ask the release date gets put forward another month.
bs, doubt this completly
Your sarcasm detector seems broken
407 2008-04-03 21:18
Re: Is anyone working on an external login extension? (19 replies, posted in PunBB 1.3 extensions)
I've been juggling several things and I haven't had a chance to work on this. I'll do it (in simple, beta form, ready to accept bug reports/feature requests) this weekend.
408 2008-04-03 21:16
Re: Upgrade to 2.1.17 - Fatal Error: Call to undefined function genurl (1 replies, posted in PunBB 1.2 troubleshooting)
When you upgraded, you overwrote some changes that the phpgedview people made. You need to put that code back.
409 2008-04-03 21:16
Re: Subscription emails not being sent (8 replies, posted in PunBB 1.2 troubleshooting)
I just tested it on PunBB-Hosting and it works 100% fine. Could it be that your email provider is silently dropping the emails or putting them in your spam folder?
410 2008-04-03 10:48
Re: Total subscription (8 replies, posted in PunBB 1.2 discussion)
There isn't really a system for requesting modifications. You could ask over at PunRes and see if anyone is interested in doing it.
411 2008-04-03 10:44
Re: Subscription emails not being sent (8 replies, posted in PunBB 1.2 troubleshooting)
Since I run PunBB-Hosting and I haven't heard any complaints (and last time I tested they worked, and nothing in the setup has changed), perhaps you're testing subscriptions incorrectly? What are you doing that leads to no email?
412 2008-04-03 10:40
Re: Save session in database (2 replies, posted in Programming)
Warning
As of PHP 5.0.5 the write and close handlers are called after object destruction and therefore cannot use objects or throw exceptions. The object destructors can however use sessions.
It is possible to call session_write_close() from the destructor to solve this chicken and egg problem.
So put a call to session_write_close in the destructor and you're good to go?
413 2008-04-03 10:38
Re: phpGedview (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If phpgedview/modules/punbb has the PunBB files in it, then yes.
414 2008-04-03 10:38
Re: Total subscription (8 replies, posted in PunBB 1.2 discussion)
As a modification? Certainly.
415 2008-04-03 10:37
Re: Users need to connect twice (14 replies, posted in PunBB 1.2 troubleshooting)
You're better off fixing it, either by editing to cookie domain in config.php to .example.com (where example.com is your domain name) or automatically redirecting all traffic to either the version with the www. or without it (redirect is better than changing the cookie domain, since there are also SEO benefits).
416 2008-04-03 10:35
Re: Subscription emails not being sent (8 replies, posted in PunBB 1.2 troubleshooting)
1.3 has a different code base, and the problem there was because of that.
Are other types of emails able to be sent (eg: emailing users via the form) or do none work?
417 2008-04-02 22:28
Re: The age-old line 58 error! (30 replies, posted in PunBB 1.2 troubleshooting)
Anas: Err, sort of.
That was what was necessary to solve the problem FOR YOU. The error simply means that the username/password given for the database were incorrect. Your problem was larger, in that you had neither a database nor a database username/password.
And as yemgi said, you shouldn't be using root. You should create an account just for the forum.
418 2008-04-02 20:50
Re: Image validation on avatar uploads? (2 replies, posted in PunBB 1.2 discussion)
You can see for yourself, the code is in profile.php. The answer is yes.
The only attack that is similar to that was a null byte vulnerability (an attacker with admin privileges could change the avatar path to a filename ending in .php%00 and upload an image with PHP embedded in it that could then be executed), but forging the mime type has no effect.
419 2008-04-02 20:48
Re: Hook requests (151 replies, posted in PunBB 1.3 extensions)
parser.php is going to be rewritten.
Be more specific about where you want hooks.
420 2008-04-02 18:27
Re: The age-old line 58 error! (30 replies, posted in PunBB 1.2 troubleshooting)
Fill in the correct username/password for the MySQL server then!
421 2008-04-02 18:26
Re: 10 things punBB v1.3 should get right... (12 replies, posted in PunBB 1.3 troubleshooting)
Nope, that wasn't the context of the blog post which he copy/pasted from and linked to
422 2008-04-02 14:13
Re: 10 things punBB v1.3 should get right... (12 replies, posted in PunBB 1.3 troubleshooting)
I removed the link to your site, since it reeked of self promotion (it still does, since this post has little relevance to PunBB, but I'm going to be nice and leave it).
1. PunBB has no template system in the way you're thinking of it
2. There are SEF friendly URL schemes, but some of the rest of your gripes are silly.
3. Extension system
4. RSS has been a part of PunBB since 1.2.
5. Still small
6. The copyright notice has been removed, but the Powered by link will remain. If you don't understand why the link back is considered polite, then you won't really understand.
7. Existed since 1.2
8. Not a problem, no HTML ever
9-10 don't make much sense.
423 2008-04-02 14:05
Re: Censoring - Subscription emails & Send e-mail via forum (10 replies, posted in PunBB 1.3 troubleshooting)
Then set it to one every 360 seconds?
It could be implemented as an extension, but personally, I think it's overkill for the core.
424 2008-04-02 13:46
Re: 10 things punBB v1.3 should get right... (12 replies, posted in PunBB 1.3 troubleshooting)
Moved to 1.3 talk
425 2008-04-02 13:43
Re: The age-old line 58 error! (30 replies, posted in PunBB 1.2 troubleshooting)
Yes. Remove your config.php file and actually install PunBB