Moved to Troubleshooting
Enable debug mode, paste the full error.
801 2008-02-28 02:53
Re: Moved Forum To New Domain - Help (4 replies, posted in PunBB 1.2 troubleshooting)
802 2008-02-27 17:22
Re: Url rewriting ° & ¤ issue (38 replies, posted in PunBB 1.3 troubleshooting)
http://www.mattcutts.com/
And if you took the time to actually read the article that was linked to by Solovey and the last entry which I quoted, you would see Google did NOT say that underscores are now word separators. Solovey's article was written by Stephan Spencer.
In other words, Matt Cutts is the one to listen to, not Stephan Spencer
803 2008-02-27 14:18
Re: Url rewriting ° & ¤ issue (38 replies, posted in PunBB 1.3 troubleshooting)
SuperMAG: I just gave you 3 Matt Cutts blog posts that support hyphens over underscores. What more do you want?
804 2008-02-27 11:35
Re: Mark messages read (9 replies, posted in PunBB 1.2 troubleshooting)
No, they shouldn't. As I said, in the current version, 1.2, topics are only marked as read when your last visit time updates. That's why the modification you refer to exists.
In 1.3, the version currently under development, topics are marked as read when you actually read them.
805 2008-02-27 11:20
Re: Mark messages read (9 replies, posted in PunBB 1.2 troubleshooting)
1.2 marks any topic as read that has been posted in since your last visit time.
806 2008-02-27 02:54
Re: Url rewriting ° & ¤ issue (38 replies, posted in PunBB 1.3 troubleshooting)
http://www.mattcutts.com/blog/dashes-vs-underscores/
A reason why not, even if the entry IS over two years old
Edit:
http://www.mattcutts.com/blog/guest-pos … w-session/ | (search for the word hyphen)
http://www.mattcutts.com/blog/whitehat- … -bloggers/
If you read Stephan Spencer?s write-up, he says some people thought that underscores are the same as dashes to Google now, and I didn?t quite say that in the talk. I said that we had someone looking at that now. So I wouldn?t consider it a completely done deal at this point. But note that I also said if you?d already made your site with underscores, it probably wasn?t worth trying to migrate all your urls over to dashes. If you?re starting fresh, I?d still pick dashes.
807 2008-02-26 23:50
Re: [SOLVED] Notice eval()'d code error (3 replies, posted in Programming)
Uh, no. You're getting an undefined index notice because $_GET['page'] isn't set. You need to make sure it is using isset before you can compare its value.
808 2008-02-26 23:34
Re: [SOLVED] Notice eval()'d code error (3 replies, posted in Programming)
isset is your friend.
Moved to Programming, since this is a very basic PHP thing, not a 1.3 related thing (other than the context).
809 2008-02-26 21:31
Re: Url rewriting ° & ¤ issue (38 replies, posted in PunBB 1.3 troubleshooting)
Uh, as far as I know we're not using spaces.
810 2008-02-26 21:27
Re: Time (2 replies, posted in PunBB 1.3 troubleshooting)
Profile > Settings - Time format drop-down menu
- The timezone is set to Pacific. The time format drop-down menu is showing 7:36PM when it is currently 11:45AM. Should it be displaying Pacific's time?
Make sure your server's clock is set correctly.
811 2008-02-26 01:01
Re: PunBB 1.3 (Latest SVN) (42 replies, posted in PunBB 1.2 show off)
Meowmeow wrote:They say the installation of PunBB is "hard"...
Was this the installation of 1.2 or 1.3 that they were commenting on? I don't see how anyone could consider the installation of 1.2 hard. You insert your database details, account, password, e-mail, etc., and you are good to go. Every other forum and almost every other script I have used installs the same way. The only exception is PHPnuke, which you don't want to use, anyway. I can't comment on 1.3 because I have not used it, but I will assume that it isn't hard to install.
Watch their video install, they tried to install it when the most recent release wasn't linked to directly from the downloads page
812 2008-02-25 23:58
Re: Approval of new posts / topics (5 replies, posted in PunBB 1.3 troubleshooting)
When it's done
813 2008-02-25 11:28
Re: Is anyone working on an external login extension? (19 replies, posted in PunBB 1.3 extensions)
It depends on what you're looking to do with the extension. Do you just want to allow the login to work off of the external source? If so, there are two hooks in the authentication part of login.php that look useful.
814 2008-02-25 11:27
Re: Duplicate hooks / idea (7 replies, posted in PunBB 1.3 troubleshooting)
Well, I'm currently looking into a way to turn that query into query builder, so we'll see
815 2008-02-25 11:25
Re: CSRF in common.php question... (19 replies, posted in PunBB 1.3 troubleshooting)
No, for security reasons there is no way around it.
816 2008-02-25 01:16
Re: Feedback on the update process (81 replies, posted in PunBB 1.3 troubleshooting)
Looks like it was just an oversight in install.php, I corrected it.
817 2008-02-25 00:24
Re: Search flood interval (3 replies, posted in PunBB 1.3 troubleshooting)
Because Guests don't have their own entries in the users table, so tracking them is difficult.
In fact, tracking them is difficult in general. Tracking by IP means users behind proxy servers get unfairly hit. Tracking by cookie is defeatable simply by deleting the cookie.
I wrote a modification for 1.2 that adds flood control settings for guests (for posting) via IP (through the online table).
And search flood? That's funny, because the option exists for 1.2 too and it doesn't look like anybody ever noticed it wasn't implemented!
818 2008-02-24 23:49
Re: Breadcrumb with Quote page (3 replies, posted in PunBB 1.3 troubleshooting)
Fixed
819 2008-02-24 23:25
Re: Breadcrumb with Quote page (3 replies, posted in PunBB 1.3 troubleshooting)
An explanation of the bug more than "there's something wrong here" is appreciated, since it makes sure that we're seeing the same bug
Assuming you're talking about pun_link stuff, I'm going to fix it now. Otherwise, you'll need to be more specific.
820 2008-02-24 23:20
Re: Feedback on the update process (81 replies, posted in PunBB 1.3 troubleshooting)
The server where you're doing this and having the issue.
821 2008-02-24 23:17
Re: Feedback on the update process (81 replies, posted in PunBB 1.3 troubleshooting)
Any chance you could give me access to this server to investigate it?
822 2008-02-24 23:03
Re: Problems in User Diaries Mod (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The problem is in diary_rss.php, it's including common.php/functions.php twice.
823 2008-02-24 23:01
Re: Problems in User Diaries Mod (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications
824 2008-02-24 21:42
Re: Feedback on the update process (81 replies, posted in PunBB 1.3 troubleshooting)
MySQL connection collation: utf8_unicode_ci
Is that without calling SET NAMES?
825 2008-02-24 19:07
Re: Duplicate hooks / idea (7 replies, posted in PunBB 1.3 troubleshooting)
For the same reason we don't have one hook per query per dblayer: they're all the same query, just formed differently to take care of the idiosyncrasies of the different systems. In this case, you simply do an is_array check rather than looking for a particular dblayer.