![]() |
Bug report:
1. http://www.blokessportbike.com/ 2. Curve 8330 3. 4.5.0.131 4. Sprint I get this error when trying to view any forum: org.xml.sax.SAXParseException: Undefined entity reference 'nbsp'. Thanks! |
Ah ha! I found the problem. TABLE_PREFIX was missing from get_threads.php. I modified it like so:
Code:
$dataQuery = "SELECT t.*, p.pagetext FROM " . TABLE_PREFIX . "thread t LEFT JOIN " And also in get_posts.php: Code:
dataQuery = "SELECT * FROM " . TABLE_PREFIX . "post WHERE ThreadID = " . $threadid . " AND visible = 1 ORDER BY Dateline DESC LIMIT " . $offset . "," . $rows; |
only if your forum table use a prefix. Most standard vb installations don't but it's good that the author should take this into account.
|
Ok so if I use Prefix in my forum then I need to adjust something...????
|
Quote:
|
Ok, I changed this above code in my files and got a step closer.
Now i will see the threads, but when I click on a thread title I get the following. Thread title With a 'More' link directly below it plus error code org.xml.sax.SAXParseException: Expecting end of file |
I can get all the forums, the new posts, and I logged on with Username and p/w. But when I click on a new thread it says: org.xml.sax.SAXParseEXCEPTION: Undefined entity reference 'nbsp'.
I am also getting Database error in vBulletin 3.8.4: Code:
Invalid SQL: Code:
Database error in vBulletin 3.8.4: Installed on http://www.masscops.com/forums/ |
Had the same error because I am using a table prefix for my forums. If you are using table prefix then the fix above Click Here should help you it fixed my exact problem.
Just a thought Eric |
Quote:
|
Quote:
|
All times are GMT. The time now is 08:34 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|