What about at the top of the dump? Is there a line that starts SET NAMES? If so, what does it say?
701 2008-03-08 03:17
Re: error when importing into mysql CHARSET (14 replies, posted in PunBB 1.2 troubleshooting)
702 2008-03-08 02:40
Re: error when importing into mysql CHARSET (14 replies, posted in PunBB 1.2 troubleshooting)
That's not necessarily true. It's fairly easy for a backup of latin1 data to be incorrectly called a backup of utf8 data, for example.
If you send me a copy of the dump, I can take a look at it. My email address is smartys@ this domain.
703 2008-03-08 02:20
Re: error when importing into mysql CHARSET (14 replies, posted in PunBB 1.2 troubleshooting)
It could be any number of things, exports from MySQL are fairly tricky.
How did you generate the backup?
704 2008-03-08 02:02
Re: Feature Request for SEF URLs - "Folder Based (Fancy)" (9 replies, posted in PunBB 1.3 troubleshooting)
Fancy folders? It's just a couple small changes to the regular folder based scheme, so I'll add it (there's no reason not to as far as I can tell, and one of the other developers can revert it if they come up with a reason).
Added.
705 2008-03-08 01:53
Re: Search - issue with navigational links with SEF and wildcard character (16 replies, posted in PunBB 1.3 troubleshooting)
Hmm, I'm not having any problem with it on the dev forum.
706 2008-03-08 01:51
Re: Search results - Page links for topics with more than 1 page (1 replies, posted in PunBB 1.3 troubleshooting)
Fixed
707 2008-03-07 21:50
Re: help a stop bad forum (5 replies, posted in PunBB 1.2 discussion)
Closed, we have no control over the content of forums using the PunBB software. If you have a problem with it, you should discuss it with the administrator of the forum or the forum's host.
708 2008-03-07 15:45
Re: SEO Question Regarding "Last Post" Links and NoFollow (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications.
709 2008-03-07 15:44
Re: Feature Request for SEF URLs - "Folder Based (Fancy)" (9 replies, posted in PunBB 1.3 troubleshooting)
The point? The point is that we're able to uniquely identify the forum. Otherwise, we need to make a table of slugs and the pages they link to, deal with duplicate names, etc. Speed goes down and everything becomes more complicated.
710 2008-03-07 15:43
Re: [request] anti-spam extension (11 replies, posted in PunBB 1.3 extensions)
sopel: If you can find a PHP library that uses it, certainly, someone could develop it. However, we're likely going to focus more on services like Akismet and on features that are hard for bots to crack in the first place, like custom question(s) on signup, etc
711 2008-03-07 11:47
Re: Hook requests (151 replies, posted in PunBB 1.3 extensions)
Mpok: Nobody said you were complaining, or even answered your posts in a hostile manner.
If you have an alternative to calling eval, we would love to hear it. However, we have tested several methods and eval is not the slowest of them. It also has the advantage that any extension code is run in the global scope, which simplifies things for extension authors.
712 2008-03-07 11:30
Re: "Cannot modify header information" problem (3 replies, posted in PunBB 1.2 troubleshooting)
Sounds like you have some whitespace before the <?php tag
713 2008-03-07 11:29
Re: 404 redirect possible? (12 replies, posted in PunBB 1.3 troubleshooting)
Mpok: Nobody said he had to. He asked if there was a way to redirect the traffic. I said yes, I specifically added a hook so that people could write extensions to do what they want with 404 traffic.
And I don't know that it's necessarily a good idea to spend time working on documentation for writing extensions when we could be working on the code instead. Especially when a system for evaluating, searching, storing, etc extensions isn't in place.
714 2008-03-07 00:15
Re: Group prefix Style! [REQ] TOO! :D IMAGE/USERNAME (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications
715 2008-03-07 00:01
Re: Login troubles (13 replies, posted in PunBB 1.2 troubleshooting)
Yes, and I'm having no trouble logging in and out. Is there a problem?
716 2008-03-06 23:57
Re: Login troubles (13 replies, posted in PunBB 1.2 troubleshooting)
717 2008-03-06 23:47
Re: Login troubles (13 replies, posted in PunBB 1.2 troubleshooting)
Logging in now works for me, logging out still doesn't.
And if you can't read the hdiff, I can't really help you, it's simpler to follow than modification instructions.
718 2008-03-06 23:34
Re: Login troubles (13 replies, posted in PunBB 1.2 troubleshooting)
Yes, that cookie domain looks right.
And look at the hdiff for 1.2.17, in include/functions.php where the logout links are changed.
719 2008-03-06 23:10
Re: [request] anti-spam extension (11 replies, posted in PunBB 1.3 extensions)
Yes, there will be some official anti-spam extensions
720 2008-03-06 23:09
Re: Login troubles (13 replies, posted in PunBB 1.2 troubleshooting)
Well, it's impossible to log out on your forum because you don't have the code from 1.2.17 added to your logout links.
And you should set $cookie_domain in config.php to .24-7GT.com, since you have people accessing it from both the http://www.24-7GT.com URL and the http://24-7GT.com URL.
721 2008-03-06 22:56
Re: Login troubles (13 replies, posted in PunBB 1.2 troubleshooting)
Link to your forum
722 2008-03-06 22:14
Re: [Extension Release] Two new releases (34 replies, posted in PunBB 1.3 extensions)
Oh, I didn't realize you were talking about the extension
723 2008-03-06 19:28
Re: Long Line without spaces in post (5 replies, posted in PunBB 1.2 discussion)
Moved to PunBB Discussion, since this isn't a bug.
You can change the wrapping on the div that contains the post if you don't like it the way it is.
724 2008-03-06 19:26
Re: 404 redirect possible? (12 replies, posted in PunBB 1.3 troubleshooting)
Homeboy: No, but I don't expect people to be using a piece of beta software on a production server either.
When the final version is released, I fully expect someone will have coded an extension to generate a full-blown 404 page. Meanwhile, you shouldn't expect beta software to be as fully supported as the stable version, for obvious reasons
725 2008-03-06 11:46
Re: Show all posts not parsed with bbcode. (2 replies, posted in PunBB 1.3 troubleshooting)
The same reason posts in search aren't parsed in 1.2: we only take the first 1000 characters of the message. If we parsed it, the output could be badly formed.