|
Re:Numinu Template Released 10 Months, 1 Week ago
|
|
|
Oh, sorry I just checked and I was on v1.0.1
Anyways, I've just tried upgrading to v1.0.3 and when I do the SQL query, I get this:
Error
SQL query:
/* Alter table in Second database */ ALTER TABLE `jos_fb_categories` ADD COLUMN `headerdesc` TEXT NOT NULL AFTER `description` ,
ADD COLUMN `class_sfx` VARCHAR( 20 ) NOT NULL AFTER `headerdesc` ,
ADD COLUMN `id_last_msg` INT( 10 ) NOT NULL DEFAULT '0' AFTER `class_sfx` ,
ADD COLUMN `numTopics` MEDIUMINT( 8 ) NOT NULL DEFAULT '0' AFTER `id_last_msg` ,
ADD COLUMN `numPosts` MEDIUMINT( 8 ) NOT NULL DEFAULT '0' AFTER `numTopics` ,
ADD COLUMN `time_last_msg` INT( 11 ) NULL AFTER `numPosts` ,
ADD KEY `msg_id` ( `id_last_msg` ) ,
COMMENT = '';
MySQL said:
#1060 - Duplicate column name 'id_last_msg'
|
|
graemie (User)
Fresh Boarder
Posts: 4
|
Logged
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 10 Months, 1 Week ago
|
|
|
Check the stickies in the Upgrading forums. They have at least 2 threads there that deal with the upgrading process and any errors you may encounter.
|
|
|
Logged
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 10 Months, 1 Week ago
|
|
|
graemie wrote:
Oh, sorry I just checked and I was on v1.0.1
Anyways, I've just tried upgrading to v1.0.3 and when I do the SQL query, I get this:
Error
SQL query:
/* Alter table in Second database */ ALTER TABLE `jos_fb_categories` ADD COLUMN `headerdesc` TEXT NOT NULL AFTER `description` ,
ADD COLUMN `class_sfx` VARCHAR( 20 ) NOT NULL AFTER `headerdesc` ,
ADD COLUMN `id_last_msg` INT( 10 ) NOT NULL DEFAULT '0' AFTER `class_sfx` ,
ADD COLUMN `numTopics` MEDIUMINT( 8 ) NOT NULL DEFAULT '0' AFTER `id_last_msg` ,
ADD COLUMN `numPosts` MEDIUMINT( 8 ) NOT NULL DEFAULT '0' AFTER `numTopics` ,
ADD COLUMN `time_last_msg` INT( 11 ) NULL AFTER `numPosts` ,
ADD KEY `msg_id` ( `id_last_msg` ) ,
COMMENT = '';
MySQL said:
#1060 - Duplicate column name 'id_last_msg'
Easy fix. If the column is already there, just skip it and run the rest. That will do the trick.
|
|
|
Logged
|
|
|
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 10 Months, 1 Week ago
|
|
Looks great, but there seems to be something wrong in the markup of the table in the list of posts. You have the same problem on this site but it doesn't screw up the rest of your layout. (e.g. www.bestofjoomla.com/component/option,co...ew/id,33218/catid,8/)
It's the following: table id=fbviews; that opens after: " Finish: DISCUSS"
And it's closing tag at the end of the code at around: " Finish: Message Module Positions"
Also it seems to take a bit more than 100% of the width that's available to it. I placed it in a div but it pushes my other divs out.
Hope you can find some fixes for this.
BTW: I use fb 1.03
- Daniel
|
|
|
Logged
|
|
|
Last Edit: 2007/12/05 15:24 By joomberz.
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 10 Months, 1 Week ago
|
|
|
fxstein wrote:
Easy fix. If the column is already there, just skip it and run the rest. That will do the trick.[/quote]
Thanks fxstein...
Unfortunately I did try that and kept getting errors (more duplicates plus others as well), so I'm deleting the whole installation and trying again. It's a pain because I have to first convert to Fireboard 1.0.1 from SMF and then do this other upgrade, which hasn't been playing nice.
Anyway, I think maybe I should take this topic elsewhere as I don't want to hijack the Numinu thread...
Cheers,
g.
|
|
graemie (User)
Fresh Boarder
Posts: 4
|
Logged
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 10 Months, 1 Week ago
|
|
|
The theme is amazing - I absolutely love it. I do understand that the user profiles are disabled, but now im curious how my users can change their profiles? update avatars? Currently there is no link at all for this.
Also is there a way to have it set to "category view" by default?
|
|
zvon (User)
Fresh Boarder
Posts: 1
|
Logged
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 10 Months, 1 Week ago
|
|
Second issue that I am not sure how to fix is the VCARD... there is no avatar, it is simi-transparent and very poorly formated...
So issue one, right column is all pushed below the content. Second issue, Vcard.
ablegamers.com/component/option,com_fire...view/id,101/catid,7/
|
|
Ioo (User)
Junior Boarder
Posts: 32
|
Logged
|
|
|
The topic has been locked.
|
|
|
|
|
Logged
|
|
|
|
|
|
The topic has been locked.
|
|
|
Re:Numinu Template Released 10 Months, 1 Week ago
|
|
|
Thanks!
|
|
Ioo (User)
Junior Boarder
Posts: 32
|
Logged
|
|
|
The topic has been locked.
|
|
|