shortybookit Member
|
Posted: 17 May 2008 18:34:23
tables went in to database
i can log in to cpanel
but when i go to domain.com/links/index.php i get an error
Fatal error: Cannot instantiate non-existent class: dirsmarty in /hsphere/local/home/laundry/cometosandiego.com/links/index.php on line 64
and here is the code
line 64--$smarty = new DirSmarty();
65--$SkaLinks->SetRootURL( $_skalinks_url['dir'] );
66--$SkaLinks->SetRootDir( $_skalinks_dir['dir'] );
67--$SkaLinks->SetPrefix( $_skalinks_mysql['tbl_prefix'] );
68--$ADMIN = $SkaLinks->IsAdmin();
|