i think this is true. or i messed up the code..
but i found that a whole bunch of people on my server had the same:
Odd number of hash in links.def line (46)
[something like that]
well i recently had a long look at the script.. finally noticed that there was an error.. A VERY SMALL error..
but
in
%db_not_null
it is listed like this:
%db_not_null = ( 'ID' => 'yes',
'Title' => 'yes',
'URL' => 'yes',
'Type' => 'yes',
'Date', => 'yes',
'Category' => 'yes',
'AltCat' => 'yes',
'Contact Name' => 'yes',
'Contact Email' => 'yes',
'Hits' => 'yes',
'Votes' => 'yes',
'Rating' => 'yes'.
'Expire' => 'yes'
);
when it should be
%db_not_null = ( 'ID' => 'yes',
'Title' => 'yes',
'URL' => 'yes',
'Type' => 'yes',
'Date', => 'yes',
'Category' => 'yes',
'AltCat' => 'yes',
'Contact Name' => 'yes',
'Contact Email' => 'yes',
'Hits' => 'yes',
'Votes' => 'yes',
'Rating' => 'yes',
'Expire' => 'yes'
);
notice that.. []
ok.. well i thought you might want to know that.. it did mess up a couple of things..
the error is received when you build the page from telnet or use CRON to automatically build it..
so steve.. just make one little change
hope that helps
sorry again everyone.. too lazy to email
but i found that a whole bunch of people on my server had the same:
Odd number of hash in links.def line (46)
[something like that]
well i recently had a long look at the script.. finally noticed that there was an error.. A VERY SMALL error..
but
in
%db_not_null
it is listed like this:
%db_not_null = ( 'ID' => 'yes',
'Title' => 'yes',
'URL' => 'yes',
'Type' => 'yes',
'Date', => 'yes',
'Category' => 'yes',
'AltCat' => 'yes',
'Contact Name' => 'yes',
'Contact Email' => 'yes',
'Hits' => 'yes',
'Votes' => 'yes',
'Rating' => 'yes'.
'Expire' => 'yes'
);
when it should be
%db_not_null = ( 'ID' => 'yes',
'Title' => 'yes',
'URL' => 'yes',
'Type' => 'yes',
'Date', => 'yes',
'Category' => 'yes',
'AltCat' => 'yes',
'Contact Name' => 'yes',
'Contact Email' => 'yes',
'Hits' => 'yes',
'Votes' => 'yes',
'Rating' => 'yes',
'Expire' => 'yes'
);
notice that.. []
ok.. well i thought you might want to know that.. it did mess up a couple of things..
the error is received when you build the page from telnet or use CRON to automatically build it..
so steve.. just make one little change
hope that helps
sorry again everyone.. too lazy to email

