Jako że nie miałem pomysłu na rozwiązanie problemu, który opisałem W TYM WĄTKU, postanowiłem nadpisać pliki, które pobrałem w najnowszej wersji vb 4.03 (pliki, które nadpisałem były w wersji 4.02). I tu pojawił się problem, błąd bazy. Forum nie działa, http://wirtualny.cieszyn.pl/upgrade.php nie działa. Przy próbie wywołania strony http://wirtualny.cieszyn.pl/ z przeglądarki, pojawia się błąd:
Kod:
Database error in vBulletin 4.0.2:

Invalid SQL:
SELECT node.nodeid, node.showrating, node.setpublish,
						node.contenttypeid, node.contentid, node.url, node.parentnode, node.styleid, node.userid, node.nodeleft, node.noderight,
						node.layoutid, node.publishdate, node.publicpreview, node.issection, node.permissionsfrom, node.showtitle, node.showuser, node.showpreviewonly,
						node.showupdated, node.showviewcount, node.showpublishdate, node.settingsforboth, node.includechildren, node.showall, node.editshowchildren,
						node.shownav, node.hidden, node.nosearch, node.comments_enabled,
						info.description, info.html_title, info.title, info.viewcount, info.creationdate, info.workflowdate, info.associatedthreadid,
					 	info.workflowstatus, info.workflowcheckedout, info.viewcount, info.workflowlevelid, info.keywords, info.ratingnum, info.ratingtotal, info.rating,
						user.username, article.pagetext, article.threadid, article.blogid,
					article.posttitle, article.postauthor, thread.replycount, article.poststarter,
					article.previewtext, article.previewimage, article.imagewidth, article.imageheight, article.previewvideo,
					article.postid, article.blogpostid, article.post_started, article.post_posted, article.htmlstate
					 
				FROM cms_node AS node
				INNER JOIN cms_article AS article ON article.contentid = node.contentid
				INNER JOIN cms_nodeinfo AS info ON info.nodeid = node.nodeid
				LEFT JOIN user AS user ON user.userid = node.userid
				LEFT JOIN thread AS thread ON thread.threadid = info.associatedthreadid
				
				WHERE node.nodeid = 30;

MySQL Error   : Unknown column 'article.htmlstate' in 'field list'
Error Number  : 1054
Request Date  : Wednesday, April 14th 2010 @ 09:29:35 AM
Error Date    : Wednesday, April 14th 2010 @ 09:29:35 AM
Script        : http://wirtualny.cieszyn.pl/
Referrer      : http://wirtualny.cieszyn.pl/
IP Address    : 77.115.138.165
Username      : Jarek
Classname     : vB_Database
MySQL Version : 5.0.66a-log
Co powinienem zrobić w tej sytuacji?