Have you attempted to "Rebuild All Namespaces" since getting this message?
Have you attempted to "Rebuild All Namespaces" since getting this message?
- lead developer for VaultWiki
I have rebuilt each of the namespaces and done a dummy edit on the special namespace.
Is there a "rebuild all" function somewhere?
Any news on my BBCode issue?
My apologies for not posting this entry from my php error log sooner. I had forgotten that I was going to look there.
Code:[21-Mar-2009 08:47:11] PHP Fatal error: Call to a member function query_first() on a non-object in /var/www/html/vault/special_plugins_inlinemod.php on line 338
Yeah, fatal errors on mod actions can corrupt the cache. Apparently that wasn't the only one. I think I've managed to find them all for the next build. Until then, sounds like you need to use the "rebuild all" function.
AdminCP -> CES VaultWiki -> Namespace Manager. At the very bottom of this page, you should see a "[Rebuild All Namespaces]" link.
Until I release the patch level 1, please try to refrain from performing the following actions on wiki articles:
- moving single comments
- copying articles
- merging articles
- moving an article from the discussion tab
- lead developer for VaultWiki
I tried rebuilding the post cache as well as the namespaces, but that did not help either.
Here are some snaps of the database tables VaultLink and VaultArticle. (Sorry they are jpeg, not gif).
As long as I am at it, here is the full dump of the vault revision table.
By the way, if I click on Bridge Under Destruction in your Upcoming Releases, this board goes into infinite redirect.
Should the table BBCode work in the normal forums? I'm struggling to get even a copy and paste example to work.
The last upgrade appears to have broken this tutorial. It is now parsed, instead of being displayed and the results appear to be wrong also.
I was looking for fuller descriptions to know about align, width, rowspan, etc. I would really like to see the <col> tag implemented but I at least want to know what will work.
Is it true that I can just read the WikiPedia description and make the obvious translations to vB codes?
Does the syntax "|-" declare a new row? And, does that mean that cells may have multiple line breaks (\n) in them?
This is because CODE tags in regular posts don't act like a NOPARSE like they do in the wiki, and we allow TABLE to be used outside of the wiki in the next build.
I believe that any attributes of TABLE will work on the first line. For |-, any attributes of TR will work. For |, any attributes of TD should work. When using the class and style attributes, not everything works.
The COL tag will not be implemented. I really like it too, because it makes applying width attributes much easier, but it only renders in older versions of Internet Explorer.
Yes, you can read the Wikipedia description and make the obvious translations.
|- declares a new row. Cells can have as many \n as you want.
- lead developer for VaultWiki
Great information. I will get rid of the vBulletin Table code since the Vault Wiki code is much stronger.
I just checked again with W3C and <col> is marked as supported in all browsers and compliant STF in all but one attribute. Not a big deal, but why do you feel it is unsupported?
Oops! never mind I do recall a page breaking in IE7 with <col> usage. I wonder what is going on with MS?
Is the table code supposed to be working in non-wiki forums with 2.2.0?
I have it working and I am starting to understand it in the wiki namespace, but it does not parse in the regular forum.
The reason I ask is that I had the vBulletin Germany table code in place and uninstalled it. I am concerned that I broke the cusom bb code that was in the bb code manager. The replacement that is there now is [table=%1\$s]%2\$s[/table].
If I did lose the correct replacement code, could I just get a correct code fragment and put it back?
Bookmarks