Step first full
step two not complete ( that db problem )
and not try again
--------------- Added [DATE]1233090366[/DATE] at [TIME]1233090366[/TIME] ---------------
try again
PHP Code:
Step 2) Table Data Updates
* Altering poll Table (1 of 1)
* Altering calendarcustomfield Table (1 of 1)
* Altering usergroup Table (1 of 1)
* Altering moderator Table (1 of 1)
Database Error Database error
The ..:: WeBiLGi ::.. database has encountered a problem.
Please try the following:
* Load the page again by clicking the Refresh button in your web browser.
* Open the www.webilgi.com home page, then try to open another page.
* Click the Back button to try another link.
The www.webilgi.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
We apologise for any inconvenience.
Database error in vBulletin 3.6.8: Invalid SQL: UPDATE moderator SET permissions2 = permissions2 | IF(permissions & 1, 32768, 0) | IF(permissions & 2, 8192, 0) | IF(permissions & 131072, 16384, 0) | IF(permissions & 64, 4096, 0); MySQL Error : Unknown column 'permissions2' in 'field list' Error Number : 1054 Request Date : Tuesday, January 27th 2009 @ 11:04:48 PM Error Date : Tuesday, January 27th 2009 @ 11:04:48 PM Script : http://www.webilgi.com/install/upgrade_370b4.php?step=2 Referrer : http://www.webilgi.com/install/upgrade_370b4.php?step=1 IP Address : 78.188.14.90 Username : Classname : vb_database MySQL Version : 5.0.67-community
Database error in vBulletin 3.6.8:
Invalid SQL:
UPDATE moderator SET
permissions2 = permissions2 |
IF(permissions & 1, 32768, 0) |
IF(permissions & 2, 8192, 0) |
IF(permissions & 131072, 16384, 0) |
IF(permissions & 64, 4096, 0);
MySQL Error : Unknown column 'permissions2' in 'field list'
Error Number : 1054
Request Date : Tuesday, January 27th 2009 @ 11:04:48 PM
Error Date : Tuesday, January 27th 2009 @ 11:04:48 PM
Script : http://www.webilgi.com/install/upgrade_370b4.php?step=2
Referrer : http://www.webilgi.com/install/upgrade_370b4.php?step=1
IP Address : 78.188.14.90
Username :
Classname : vb_database
MySQL Version : 5.0.67-community
--------------- Added [DATE]1233132297[/DATE] at [TIME]1233132297[/TIME] ---------------
--------------- Added [DATE]1233132346[/DATE] at [TIME]1233132346[/TIME] ---------------
Fisrt db Error
PHP Code:
Step 2) Table Data Updates
* Altering poll Table (1 of 1)
* Altering calendarcustomfield Table (1 of 1)
* Altering usergroup Table (1 of 1)
* Altering moderator Table (1 of 1)
Database Error Database error
The ..:: WeBiLGi ::.. database has encountered a problem.
Please try the following:
* Load the page again by clicking the Refresh button in your web browser.
* Open the www.webilgi.com home page, then try to open another page.
* Click the Back button to try another link.
The www.webilgi.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
We apologise for any inconvenience.
Database error in vBulletin 3.6.8: Invalid SQL: UPDATE moderator SET permissions2 = permissions2 | IF(permissions & 1, 32768, 0) | IF(permissions & 2, 8192, 0) | IF(permissions & 131072, 16384, 0) | IF(permissions & 64, 4096, 0); MySQL Error : Unknown column 'permissions2' in 'field list' Error Number : 1054 Request Date : Tuesday, January 27th 2009 @ 11:04:48 PM Error Date : Tuesday, January 27th 2009 @ 11:04:48 PM Script : http://www.webilgi.com/install/upgrade_370b4.php?step=2 Referrer : http://www.webilgi.com/install/upgrade_370b4.php?step=1 IP Address : 78.188.14.90 Username : Classname : vb_database MySQL Version : 5.0.67-community
Database error in vBulletin 3.6.8:
Invalid SQL:
UPDATE moderator SET
permissions2 = permissions2 |
IF(permissions & 1, 32768, 0) |
IF(permissions & 2, 8192, 0) |
IF(permissions & 131072, 16384, 0) |
IF(permissions & 64, 4096, 0);
MySQL Error : Unknown column 'permissions2' in 'field list'
Error Number : 1054
Request Date : Tuesday, January 27th 2009 @ 11:04:48 PM
Error Date : Tuesday, January 27th 2009 @ 11:04:48 PM
Script : http://www.webilgi.com/install/upgrade_370b4.php?step=2
Referrer : http://www.webilgi.com/install/upgrade_370b4.php?step=1
IP Address : 78.188.14.90
Username :
Classname : vb_database
MySQL Version : 5.0.67-community
solution (to a problem)
PHP Code:
alter table `moderator` add `permissions2` int(10) unsigned NOT NULL default '0';
Secondes DB Error
PHP Code:
Database error in vBulletin 3.8.0:
Invalid SQL:
SELECT forum.forumid, lastpost, lastposter, lastthread, lastthreadid, lasticonid, threadcount, replycount, lastpostid, lastprefixid
FROM forum AS forum;
MySQL Error : Unknown column 'lastprefixid' in 'field list'
Error Number : 1054
Request Date : Wednesday, January 28th 2009 @ 09:17:54 AM
Error Date : Wednesday, January 28th 2009 @ 09:17:56 AM
Script : ..:: WeBiLGi ::.. Database Error
Referrer : webilgi - Google'da Ara
IP Address : 78.188.14.90
Username : prAmid
Classname : vb_database
MySQL Version : 5.0.67-community
solution (to a problem)
PHP Code:
alter table `forum` ADD `lastprefixid` varchar(25) NOT NULL default '';