now I have 2 problem, including my web server not working, and this is where I don't know what to do as I don't know perl or how to fix my web server.
I followed the instructions "copy" & "paste" where it said to change things.
[root@gateway metadot]# cd /opt/metadot/metadot
[root@gateway metadot]# perl index.pl
DBD::mysql::st execute failed: Table 'metadotdb.channel' doesn't exist at DBAccess/DBIObj.pm line 173.
sqlSelect: SQL statement:<br /><br />SELECT cid FROM channel WHERE isa='WeatherTool' <br /><br />
Error: Table 'metadotdb.channel' doesn't exist<br /><br />
at index.pl
at DBAccess/DBIObj.pm line 178
DBAccess::DBIObj::sqlSelect('DBAccess::MySQL=HASH(0xa1e6520)', 'cid', 'channel', 'isa=\'WeatherTool\'') called at DBAccess.pm line 149
DBAccess::sqlSelect('DBAccess', 'cid', 'channel', 'isa=\'WeatherTool\'') called at GizmoTool.pm line 58
GizmoTool::load_and_initialize() called at GizmoTool.pm line 42
require GizmoTool.pm called at MyPage.pm line 34
MyPage::BEGIN() called at GizmoTool/WeatherTool.pm line 0
eval {...} called at GizmoTool/WeatherTool.pm line 0
require MyPage.pm called at Metadot/User/Default.pm line 60
Metadot::User::Default::BEGIN() called at GizmoTool/WeatherTool.pm line 0
eval {...} called at GizmoTool/WeatherTool.pm line 0
require Metadot/User/Default.pm called at Portal.pm line 62
Portal::BEGIN() called at GizmoTool/WeatherTool.pm line 0
eval {...} called at GizmoTool/WeatherTool.pm line 0
require Portal.pm called at index.pl line 39
main::BEGIN() called at GizmoTool/WeatherTool.pm line 0
eval {...} called at GizmoTool/WeatherTool.pm line 0
Compilation failed in require at MyPage.pm line 34.
BEGIN failed--compilation aborted at MyPage.pm line 34.
Compilation failed in require at Metadot/User/Default.pm line 60.
BEGIN failed--compilation aborted at Metadot/User/Default.pm line 60.
Compilation failed in require at Portal.pm line 62.
BEGIN failed--compilation aborted at Portal.pm line 62.
Compilation failed in require at index.pl line 39.
BEGIN failed--compilation aborted at index.pl line 39.
speedy_backend[5268]: perl_parse error
speedy[5266]: Cannot spawn backend process
[root@gateway metadot]#
[root@gateway metadot]#
Any Ideas anyone?
Teviot