Hello. I'm trying to update my VaultWiki from 4.0.12 to 4.0.20. Uploaded all the files and launched /vault/install/index.php and then I get this error:
Step 2
Updating data in table: vw_lastupdate
PHP Warning: mysqli_query(): (42S22/1054): Unknown column 'f.unresizable' in 'field list' in ..../includes/class_core.php on line 1386
PHP Warning: realpath(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/admin/web/MYSITE:/home/admin/tmp) in ..../includes/class_core.php on line 1084
Code:
Database error in vBulletin 4.2.5:
Invalid SQL:
SELECT `e`.*,`attachment`.*,`gi`.*,`l`.*,`ch`.*,`c`.*,`i`.*,`r`.*,`page`.*,`f`.`filesize` AS `filesize`,`f`.`dateline` AS `file_dateline`,`f`.`width` AS `width`,`f`.`height` AS `height`,`f`.`unresizable` AS `unresizable`,`f`.`extension` AS `extension`,`e`.`dateline` AS `attach_dateline`,`sub`.`subscribeid` AS `issubscribed`,`sub`.`notifytype` AS `subscribetype`,`sub`.`options` AS `subscribeoptions`,`mk`.`readtime`,`gi`.`userid` AS `group_userid`,`l`.`userid` AS `translate_userid`,`ch`.`userid` AS `chapter_userid`,`r`.`dateline` AS `edit_dateline`,`r`.`flags` + 0 AS `flags`,`r`.`parentid` AS `edit_parentid`,`page`.`pageid` FROM `vb_vw_page` `page` LEFT JOIN `vb_vw_route` `i` ON (`page`.`pageid` = `i`.`itemid` AND `i`.`itemtypeid` = 1)
LEFT JOIN `vb_vw_counter` `c` ON (`c`.`routeid` = `i`.`routeid`)
LEFT JOIN `vb_vw_revision` `r` ON (`r`.`revisionid` = `page`.`revisionid`)
LEFT JOIN `vb_vw_chapter` `ch` ON (`page`.`pageid` = `ch`.`pageid`)
LEFT JOIN `vb_vw_langitem` `l` ON (`page`.`pageid` = `l`.`pageid`)
LEFT JOIN `vb_vw_teamitem` `gi` ON (`page`.`pageid` = `gi`.`pageid`)
LEFT JOIN `vb_vw_markread` `mk` ON (`mk`.`itemtypeid` = 1 AND `mk`.`itemid` = `page`.`pageid` AND `mk`.`userid` = 11)
LEFT JOIN `vb_vw_subscribe` `sub` ON (`sub`.`nodetypeid` = 1 AND `sub`.`nodeid` = `page`.`pageid` AND `sub`.`userid` = 11)
LEFT JOIN `vb_vw_attachment` `attachment` ON (`attachment`.`pageid` = `page`.`pageid`)
LEFT JOIN `vb_vw_attachmentedit` `e` ON (`e`.`attacheditid` = `attachment`.`attacheditid`)
LEFT JOIN `vb_vw_attachmentfile` `f` ON (`e`.`attachfileid` = `f`.`attachfileid`) WHERE `page`.`pageid` IN (152,161,183) LIMIT 3;
MySQL Error : Unknown column 'f.unresizable' in 'field list'
Error Number : 1054
Request Date : Wednesday, October 18th 2017 @ 12:54:42 PM
Error Date : Wednesday, October 18th 2017 @ 12:54:43 PM
Script : [url]http://MYSITE/vault/install/index.php[/url]
Referrer : [url]http://MYSITE/vault/install/index.php?step=1[/url]
IP Address : IP
Username : USER
Classname : vB_Database_MySQLi
MySQL Version : 5.5.57-0+deb8u1
Server : 178.32.13.220
User Agent :
What should I do?
Bookmarks