Stick to one thread, will you?
377 2007-11-28 00:07
Re: Use of several SQL servers (10 replies, posted in Feature requests)
Erm, if your search tables are on a separate server, you have to make a new connection to that server to search/update the search.
Oh, and the fulltext mod can't really be trusted as it has proven to have quite a bit of issues with permissions.
378 2007-11-27 18:30
Re: Dark Gaming (New Design) (8 replies, posted in PunBB 1.2 show off)
Very nice
379 2007-11-27 15:47
Re: Can punBB run without MySQL? (6 replies, posted in PunBB 1.2 troubleshooting)
It'll be able to show you a nice error message saying there are no available database servers. That's it.
380 2007-11-27 15:29
Re: Can punBB run without MySQL? (6 replies, posted in PunBB 1.2 troubleshooting)
Yes, when using PostgreSQL or SQLite.
381 2007-11-27 15:27
Re: Use of several SQL servers (10 replies, posted in Feature requests)
Opening a second connection would indeed be best for this. Don't forget to do it on every page that modifies the search tho.
382 2007-11-22 21:31
Re: PunBB 1.2.16 (71 replies, posted in News)
(I'm assuming that's why I don't have your email)
Mmh?
384 2007-11-21 22:59
Re: Minor issue with extern.php (4 replies, posted in PunBB 1.2 discussion)
Hmm, the example links should change to example.com, as recommended by W3 and such. Think it's even in some RFC.
385 2007-11-21 07:50
Re: Show New Posts feature (3 replies, posted in Feature requests)
A profile setting? A second link on the page?
386 2007-11-20 22:43
Re: Backup Failing (3 replies, posted in PunBB 1.2 troubleshooting)
Better start using tools like mysqldump
PHP can only so much data, then it runs out of memory.
387 2007-11-19 20:26
Re: An error was encountered PLEASE HELP A.S.A.P.! (6 replies, posted in PunBB 1.2 troubleshooting)
Maybe you deleted it through the DB management plugin?
388 2007-11-19 17:40
Re: An error was encountered PLEASE HELP A.S.A.P.! (6 replies, posted in PunBB 1.2 troubleshooting)
yemgi, that's the SQL naming for tables: db.table_name
What plugins are you using?
389 2007-11-19 17:39
Re: Pages title (4 replies, posted in Feature requests)
You mean more like a function that gets called on every page to add the page title in which you can edit the title or so?
390 2007-11-18 19:14
Re: Integrera forum till sida (27 replies, posted in PunBB 1.2 troubleshooting)
And now in English.
391 2007-11-17 17:35
Re: Optimizations (14 replies, posted in PunBB 1.2 discussion)
What's so odd about that? Looks good IMO.
392 2007-11-16 19:46
Re: Smileys utility (4 replies, posted in PunBB 1.2 discussion)
Because changing a file can be a problem, it could become corrupt and then what? You're screwed.
Databases allow you to do much more, especially in regard to extensibility. And it's only one query on an existing connection anyway, which is used throughout the whole page.
393 2007-11-16 19:04
Re: Smileys utility (4 replies, posted in PunBB 1.2 discussion)
There's this: http://www.punres.org/viewtopic.php?id=1067
But it's old and quite buggy. I remember there being another one, but can't find it atm
394 2007-11-15 23:44
Re: Delete Topic (8 replies, posted in PunBB 1.2 troubleshooting)
Use your FTP client.
395 2007-11-14 13:44
Re: HTML Text over Banner. (11 replies, posted in PunBB 1.2 troubleshooting)
.pun .brdtitle * { display: none; }
Try that.
396 2007-11-13 17:54
Re: Optimizations (14 replies, posted in PunBB 1.2 discussion)
Yes, that is a good optimization, but making a nameless function would cause more overhead.
397 2007-11-11 20:41
Re: Why am I user #2? (3 replies, posted in PunBB 1.2 discussion)
It is every guest user on your forum. Not one user.
399 2007-11-07 22:59
Re: Cant Ban Members (1 replies, posted in PunBB 1.2 troubleshooting)
Try deleting the PHP files in the cache directory.
400 2007-11-07 17:25
Re: subscriptions table rejecting inserts (duplicate entry) (2 replies, posted in PunBB 1.2 troubleshooting)
That's odd, a primary key should never consist out of two rows
You could always drop the key and recreate it for just the user ID, and add a unique key for those two rows.
If it still shows errors then, post the code from post.php.