Looks "fixed" to me, you have a new error now.
2,251 2007-09-23 13:25
Re: supplied argument is not a valid MySQL result resource (9 replies, posted in PunBB 1.2 troubleshooting)
2,252 2007-09-23 12:35
Re: Multihosting PunBB (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
My code is not publicly available, but I am willing to answer questions
Each forum could potentially have its own database (they don't right now because of the constraints of my host: I probably will move to that system in the future with a new host). Each forum can upload its own stylesheets and have its own templates. I don't do image hosting for them and I don't set up domains (although I could move to a subdomain setup in the future).
The way I got around your problem with links was to make all the links www.punbb-hosting.com/forums/forumname/ and had Apache rewrite that to a link to the actual codebase with ?m=forumname
2,253 2007-09-23 12:30
Re: supplied argument is not a valid MySQL result resource (9 replies, posted in PunBB 1.2 troubleshooting)
Now that doesn't make sense, for two reasons:
1. $this->query_result should be a resource, that's what the if statement is for.
2. According to the documentation for mysql_free_result, you should only see a warning.
3. Using the @ should suppress any error you might see anyway.
Try changing if ($this->query_result) to if (is_resource($this->query_result))
2,254 2007-09-23 12:08
Re: Multihosting PunBB (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
This sounds like exactly the approach I took with PunBB-Hosting
2,255 2007-09-23 12:06
Re: supplied argument is not a valid MySQL result resource (9 replies, posted in PunBB 1.2 troubleshooting)
Could you paste your code at around that line?
2,256 2007-09-22 19:10
Re: Slow query on new forum 1.2.15 (9 replies, posted in PunBB 1.2 troubleshooting)
Show your administrator the output of the EXPLAIN statement and ask them to explain how it's the query's problem.
And post the response if they still insist it is, I would be interested to hear the justification.
2,257 2007-09-22 18:38
Re: Slow query on new forum 1.2.15 (9 replies, posted in PunBB 1.2 troubleshooting)
No, I don't. It returns one row of information. The issue is your server, not the query.
2,258 2007-09-22 17:00
Re: Slow query on new forum 1.2.15 (9 replies, posted in PunBB 1.2 troubleshooting)
That's a MySQL server issue, not a query issue
2,259 2007-09-22 16:23
Re: Slow query on new forum 1.2.15 (9 replies, posted in PunBB 1.2 troubleshooting)
I would run an EXPLAIN on the query and see if anything looks wrong with it. If not, I would guess that the issue is with the MySQL server
Without that data, there's no way to determine what, if anything, needs to be tweaked.
2,260 2007-09-20 22:17
Re: punbb db tables (5 replies, posted in PunBB 1.2 discussion)
you can empty these 3 tables, if you empty the database, you will lose everything
If you empty those 3 tables then searching will not work
2,261 2007-09-19 22:16
Re: no smiles with IE (19 replies, posted in PunBB 1.2 troubleshooting)
Smilies look fine to me. Do you have them disabled in your profile?
2,262 2007-09-19 18:27
Re: Advertisement Box (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
So, why not just use my code and modify it to suit your needs?
2,263 2007-09-19 18:26
Re: Users not receiving body text of forum emails (5 replies, posted in PunBB 1.2 troubleshooting)
Download a fresh copy of PunBB and look in there
2,264 2007-09-19 18:25
Re: Integrating a flash movie in main.tpl (10 replies, posted in PunBB 1.2 troubleshooting)
Smartys: ??
Tunox wrote:Satay method will be coming as soon as I have at least the flash showing up
You don't need to use the satay method to have it working using the information on that page.
2,265 2007-09-19 18:24
Re: Subcats and punbb 1.3? (11 replies, posted in PunBB 1.2 discussion)
Drop me an email, I'll be more than happy to take a look at it
2,266 2007-09-19 10:51
Re: Integrating a flash movie in main.tpl (10 replies, posted in PunBB 1.2 troubleshooting)
2,267 2007-09-19 10:30
Re: Checking guest perms (2 replies, posted in Programming)
If you wanted to always be able to see if guests can read, yes, you would need an extra query.
2,268 2007-09-18 23:22
Re: When will the PunBB 1.3 be released? (27 replies, posted in PunBB 1.2 discussion)
Mmm, could you paste the error from your error_log?
2,269 2007-09-18 23:21
Re: Users not receiving body text of forum emails (5 replies, posted in PunBB 1.2 troubleshooting)
That's a header added by your host, not PunBB.
Do you have a file named activate_password.tpl in the mail_templates folder of the default language for your forum? If so, is the file blank?
2,270 2007-09-18 23:02
Re: make punbb slave to a master user database (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You would have to modify the PunBB code.
2,271 2007-09-18 23:01
Re: When will the PunBB 1.3 be released? (27 replies, posted in PunBB 1.2 discussion)
Database changes can and do happen, but the db_update.php file should be a welcome change. Just copy it from the extras directory, run it, and your database should be brought up to date. I say should because especially with the SVN copies there might be small bugs that are later corrected.
As for the mod_rewrite stuff, could you give some specific examples? We know that it isn't working 100% yet, I'm just curious how it's working for you so far
2,272 2007-09-18 21:47
Re: When will the PunBB 1.3 be released? (27 replies, posted in PunBB 1.2 discussion)
That's what I use, so I'm not sure what the problem is (plus, it's certainly not serving up different content for different people)
http://punbb.org/forums/viewtopic.php?id=15963
Is this relevant?
2,273 2007-09-18 21:36
Re: RANT (PunnBB 1.3) (1 replies, posted in PunBB 1.2 discussion)
First off, it's PunBB 1.3, not PunBB 3
Second off, considering the code is not yet even in an alpha testing stage, this is very premature criticism. If I were you, I would wait until we actually release it as a download before you evaluate it
Third off, that is static HTML generated from an old copy of PunBB 1.3 from SVN. It is, by my guess, at least several months old. The back to top links, for example, no longer exist.
On that note, I'm closing this topic. If you would like to write another evaluation, as premature as it would be, feel free to do so. Please, however, make sure that you're using the latest version from SVN and not one several months old.
2,274 2007-09-18 20:55
Re: When will the PunBB 1.3 be released? (27 replies, posted in PunBB 1.2 discussion)
The HTML/CSS has been redone, a lot of code has been modified. I'd say that by the time 1.3 is released, most lines of code will have been modified at least once.
2,275 2007-09-18 18:53
Re: When will the PunBB 1.3 be released? (27 replies, posted in PunBB 1.2 discussion)
Yes, but I have tested 1.3-dev and works perfectly.. For me added small features in additional and the result is wonderfull bulletin board
That's nice of you to say, but it still isn't finished yet