Having a small problem patching 7.5 how do i add these from the patch
Code:
alter table nuke_stories change informant informant varchar(25) not null default '';
alter table nuke_stories change aid aid varchar(25) not null default '';
alter table nuke_autonews change informant informant varchar(25) not null default '';
alter table nuke_autonews change aid aid varchar(25) not null default '';
alter table nuke_reviews change reviewer reviewer varchar(25) default NULL;
alter table nuke_reviews_add change reviewer reviewer varchar(25) not null default '';
alter TABLE nuke_bbsessions ADD COLUMN session_admin tinyint(2) DEFAULT '0' NOT NULL;
update nuke_bbconfig SET config_value='.0.15' where config_name='version';
its not like a regular sql file upload to run it?
and on my forums when i click it im getting this
Code:
phpBB : Critical Error
Error creating new session
DEBUG MODE
SQL Error : 1054 Unknown column 'session_admin' in 'field list'
Joined: Aug 27, 2002 Posts: 15235 Location: Kansas
Posted:
Wed Jun 01, 2005 9:55 am
You get that error because you haven't applied those patches. Use phpMyAdmin and just load those statements into the SQL window and run them. Or, just run the upgradedb.php file that is included in the download - You use either/or.
Yea thats working now had some great help but now have a small problem on my site i have a radio block and to choose a station from that block you use the drop down menu and a new small window pops up and starts playing well now it pops up but the player isnt in it and its real small so the person that was helping me couldnt find reason why nor can i he said it might be cause of the security patch? but can you take a look please
Only registered users can see links on this board! Get registered or login to the forums!
on left side Live Jams use the drop down menu to see what happens. Thanks
Joined: Aug 27, 2002 Posts: 15235 Location: Kansas
Posted:
Wed Jun 01, 2005 3:04 pm
I don't think it has anything to do with the upgrade. Here is the code extracted, cleaned up, and totally w3c 4.01 compliant, and it still doesn't work. Note that I have used a ~ in three places for script (scr~ipt) to allow posting.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>rjrcams</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1; Content-Transfer-Encoding: chunked">
<base href="http://www.rjrcams.com/">
<SCR~IPT LANGUAGE="JavaScript" type="text/javascript">
function launch(url) {
remote = open(url, "", "width=190,height=190,left=0,top=0");
}
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum