Fatal error: Cannot instantiate non-existent class: marketapp in /var/www/html/phpappl/API/Site/Site.php on line 56
I am trying to install this and I am getting the above error.
Any ideas?
Matthew
Please comment following strings in index.php
$S->AddApp("MarketApp",$config["path.site"]."/Applications/Market/Market.php","Market",$g);
and uncomment followings:
$S->AddApp("HomePageApp",$config["path.site"]."/Applications/HomePage/HomePage.php","HomePage",$g);
$S->AddApp("YellowPagesApp",$config["path.site"]."/Applications/YellowPages/YellowPages.php","YellowPages",$g);
Log in to post a comment.
Fatal error: Cannot instantiate non-existent class: marketapp in /var/www/html/phpappl/API/Site/Site.php on line 56
I am trying to install this and I am getting the above error.
Any ideas?
Matthew
Please comment following strings in index.php
$S->AddApp("MarketApp",$config["path.site"]."/Applications/Market/Market.php","Market",$g);
and uncomment followings:
$S->AddApp("HomePageApp",$config["path.site"]."/Applications/HomePage/HomePage.php","HomePage",$g);
$S->AddApp("YellowPagesApp",$config["path.site"]."/Applications/YellowPages/YellowPages.php","YellowPages",$g);