Author |
Message |
05/04/2002 18:28:04
|
Anonymous
|
Anybody knows how to do this upgrade? which files are new?
thx!
|
|
05/04/2002 18:30:24
|
Anonymous
|
I mean Advanced Guestbook , of course
|
|
07/04/2002 00:35:24
|
szr
Newbie
Joined: 07/04/2002 00:31:21
Messages: 3
Location: Your Mom's room
Offline
|
Yeah, same here. These people never provide upgrade scripts and I don't know why. Maybe it's because they're lazy, or don't have the time to just make a simple upgrade script .
|
|
09/04/2002 14:33:02
|
Anonymous
|
Could the author of the script just post, which files are new in the 2.3.1 version, so I can overwrite those?
come on guys...
|
|
10/04/2002 18:15:41
|
Anonymous
|
This is how you do it:
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;
|
|
11/04/2002 04:56:45
|
szr
Newbie
Joined: 07/04/2002 00:31:21
Messages: 3
Location: Your Mom's room
Offline
|
No, your wrong because that SQL Update file is for upgrading from 2.2 to 2.3 and not 2.3.1. I need the SQL Update file for upgrading from 2.3 to 2.3.1.
|
|
11/04/2002 13:51:02
|
Anonymous
|
I think u dont need to upgrade the mysql tables, overwriting the old files will do...
|
|
11/04/2002 15:29:16
|
Webmaster
Site Admin
Joined: 10/01/2002 23:32:17
Messages: 82
Offline
|
version 2.2 --> 2.3
all files + sql file
version 2.3 -> 2.3.1
session.class.php
A stupid a bug in session.class.php
thx to Stalker <vvdl@vvdl.com>
|
|
12/04/2002 12:02:56
|
Anonymous
|
I did the upgrade as suggested but got locked out with my password. I had to reformat everything to get it to work and then I had to retype all my entries which was, well, annoying. I probably did it wrong.
I am not a total novice to this stuff, but I would appreciate so precise and clear instructions on how to upgrade, whether I should delete all my files (but not the databases/tables) or simply upload etc the whole new script hoping it will overwrite the old files etc.
PLEASE post some specific information, pretend we are all dummies and give us a step by step instruction on how to do it.
Thanks, I love your scripts, they work and are so clean, but I am scared to upgrade because I don't want to loose it all again.
|
|
13/04/2002 13:59:49
|
Anonymous
|
Well I have just uploaded v2.3, installed it, set it up, and upgraded to v2.3.1 (after a visit here) within an hour.... I do agree a whatsnew.txt would be great but as for having to reformat everything don't you think that was rather drastic? Deleting your cookies should have done the trick
Great scripts btw, I use the Advanced Poll and the Advanced Guestbook scripts.... I can't believe these are free! Thanks...
[JJ]
url: http://retro-remakes.emuunlim.com/
ICQ: 70781704
|
|
|