If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Upgrading Guestbook from ver 2.2 into 2.3  XML
Forum Index » Support Forum
Author Message
Anonymous



I have my Guestbook version 2.2 is running, and I would like to upgrade it into version 2.3. Is anyone can help me? Do I have to upgrade the whole things or I just need to upgrade some certain files?

Best regards,

Tony
Webmaster
Site Admin
[Avatar]

Joined: 10/01/2002 23:32:17
Messages: 82
Offline

Replace all files and update your datebase with the sql file

CREATE TABLE book_pics (
msg_id int(11) NOT NULL default '0',
book_id int(11) NOT NULL default '0',
p_filename varchar(100) NOT NULL default '',
p_size int(11) unsigned NOT NULL default '0',
width int(11) unsigned NOT NULL default '0',
height int(11) unsigned NOT NULL default '0',
KEY msg_id (msg_id),
KEY book_id (book_id)
) TYPE=MyISAM;

ALTER TABLE `book_config` ADD `thumbnail` SMALLINT(1) NOT NULL, ADD `thumb_min_fsize` INT(10) NOT NULL;
[Email] [WWW]
Anonymous



Thank you for your support. The program is working just great with the newest version. I like this program very much.
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum