Announcement
Collapse
No announcement yet.
Search Result
Collapse
48 results in 0.0465 seconds.
Keywords
Members
Tags
-
Reply Count/Last Post Not Updating on New Post
Hey,
I just deployed vB on a new site, and while most everything seems to be working fine, I am seeing one issue that I had not before. When people reply to a thread, it is not always updating...
-
Ah, of course right after I posted that, I finally figured it out. I had searched showthread.php for the phrase "currentPost" but had not looked in includes\functions_showthread.php. I figured...
Leave a comment:
-
My default SHOWTHREAD template has only this:
Code:<body onload="$onload">
Leave a comment:
-
Messed up a template...
In the process of customizing vB3 templates, I must have messed something up. Users are getting the a Javascript error (null object) when they go into showthread, on the onload handler.
...
-
In case anybody's ever searching on this, the above fix worked. I ran a second query:
mysql> alter table post modify attachmentid int unsigned default 0;
Query OK, 1456273 rows...
Leave a comment:
-
It is 2.3.2 with a few security patches applied to it; not all that old. It did begin life as a v2.x RC release, though.I will update the post table and see if that helps.
Leave a comment:
-
Beyond 65535 attachments...
The other day I began receiving error messages such as:
mysql error: Duplicate entry '65535' for key 1
The attachmentid field in the attachment table:
| attachmentid | smallint(5)...
-
Two sites, two forums, one instance of the database
This is going to be a "can this be done in theory?" post.
I have two separate domains with two separate websites, both hosted on the same server, and I'd like to share a forum...
-
Here's something else of note. I just dumped the serialized contents of forumcache and found that each forum array has a moderator link hard-coded into it. For example:
Code:s:10:"moderators";s:112:"<a
Last edited by futureal; Sun 13 Feb '05, 11:34am.
Leave a comment:
-
Alright, tried that. I am pretty confident that this isn't of my doing now.
I double-checked that I had no modified PHP files.
I double-checked that no templates were modified in the...
Leave a comment:
-
That's correct, no modified files.
Is there an easy way to rebuild the entire datastore just to make sure I didn't muck anything up?
Leave a comment:
-
Thanks for the response. I just created a new style with no parent, and have the same issue. This did bring out some more info, though.
The first set of moderators have the link to:
...
Leave a comment:
Leave a comment: