![]() |
Code:
Database error in vBulletin 4.2.5: Any fix for this please? |
Updated your DB server?
Quote:
Edit your forms.php and quote the column names with backticks ` , I found this three times Line 1976 PHP Code:
PHP Code:
PHP Code:
|
Quote:
This time the error is as follows: Code:
Database error in vBulletin 4.2.5: |
It is only a MariaDB-reserved-word-problem with two possible reasons and solutions.
A. Install mod first and later upgrade MariaDB to 10.2.4+ Then you can check in phpmyadmin if there is a column "rows" in table formbits. If yes then backticks two posts above is the solution. If no then B. B. (like PPhysX) Install mod on MariaDB 10.2.4+ Then adding the "rows"-column fails in installer. Then it makes more sense to use a better column-name. a. First goto phpmyadmin in forum-db Call sql (same as installer but changed column to "textrows" for visible rows in textarea) Code:
ALTER TABLE formbits ADD textrows int(5) NOT NULL default '3'; b. The go to forms.php and edit the three lines 1976,3305,3555. You can use old or new version (with or without backticks, but replace "rows" with "textrows"). c. Then edit some other lines (always replacing rows with textrows shown next) Code:
line 2054 |
Big thanks to 'shka', his solution worked and so far no errors whatsoever on 4.2.5
|
Is there any plugin like this for vbulletin 5 ?
|
I have my forms make threads and have stopped them saving to database so how do I delete old complete form entries ?
|
All times are GMT. The time now is 07:16 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:
|