Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Another Update

Quote Reply
Another Update
Hi,

I've posted what will be the final release. I'd just like to get a few people to try it out and see if I missed anything obvious.

The changes in table structure are minimal, but if you don't recreate your tables you'll need to run from the SQL Monitor:

alter table Links_Score_List change Position Word_Pos int default 0;
alter table Category_Score_List change Position Word_Pos int default 0;
alter table CatRelations add RelationName varchar(255);

and if you are not using beta 5, you should run:

alter table EmailMailings add LinkID int;

Please NOTE: If you have a prefix, make sure to prefix the tables above!!

The major changes in this include:

- Many mod_perl, SpeedyCGI improvements
- PostgreSQL support
- Plugin overhaul.

The plugins may not work with this version, we are in the midst of updating them and should have them updated early tommorrow as well as the WWWThreads plugin.

I'll be working on the web pages and a bit more docs for the next day or two and then I'll release 2.0.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Another Update In reply to
I should have an install in a half hour or so :)



PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://pugdog.com/FAQ


Quote Reply
Re: Another Update In reply to
Alex,

I'm going to try to investigate more, but it seems to have the same old problem of page.cgi calling up the "NEW" page, not the home page.

PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://pugdog.com/FAQ


Quote Reply
Re: Another Update In reply to
This is very exciting!

Thank you Alex and the Gossamer Team...and thanks to PugDog for already banging out some great pluggins...well...I haven't seen them yet, but they sure do sound great. (Should be worth the money) :)

P a i n t b a l l C i t y . c o m
http://www.paintballcity.com
Quote Reply
Re: Another Update In reply to
Hi,

This is actually a config problem. Double check your new, cool, url's are within the root url. If they are not, you will see this problem.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Another Update In reply to
Alex,

It worked fine beta5, then I installed this one, and it doesn't. The program builds static pages just fine. Admittedly, I didn't build static pages under beta5 (though that shouldn't affect anything).

I looked at the paths/urls, and they all look fine. They are what I entered into the program on start up.

Ok: I re-saved the config and it worked.

Caveat: I requested the program to install a new config, and scripts, and not overwrite my templates. When I went through the setup screens, I had to re-save the MISC options, since the fileman ones were "unknown tags".

Could there have been a problem on install with the overwriting of config files?

I did repair/reindex my tables, etc.

The fix was re-saving the config (not making any changes in it!). Odd???



PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://pugdog.com/FAQ


Quote Reply
Re: Another Update In reply to
Hi:

When I upgraded, and installed the new YahooSub plugin, I get this at the top of a page:

In Reply To:
$VAR1 = {
'subcat_font' => 'font size=2',
'limit_by' => 'L',
'subcat_length' => 100,
'num_subcats' => 4
};


numcats: 1

numcats: 2

numcats: 3

numcats: 4

numcats: 5
dave

Quote Reply
Re: Another Update In reply to
Yes, Mel left debug code in the plugin, we will be updating it today.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Another Update In reply to
Is there an upgrade script included with the new release or do we have to blow it all off again and start over? If there isn't an upgrade script can we get a list of changed files so we can update carefully so as not to lose our mods?

Wil