wilr / silverstripe-googlesitemaps

Google Sitemaps module for the SilverStripe CMS
BSD 3-Clause "New" or "Revised" License
74 stars 95 forks source link

Unable to register DataObject #130

Closed mr-macedawg closed 7 years ago

mr-macedawg commented 7 years ago

[2017-11-30 21:17:05] error-log.ERROR: Uncaught Exception Error: "Class 'Wilr\GoogleSitemaps\GoogleSitemap' not found" at /home/takethedog/public_html/mysite/_config.php line 4 {"exception":"[object] (Error(code: 0): Class 'Wilr\GoogleSitemaps\GoogleSitemap' not found at /home/takethedog/public_html/mysite/_config.php:4)"} []

_config.php `<?php use Wilr\GoogleSitemaps\GoogleSitemap;

GoogleSitemap::register_dataobject('Suburb');`

mr-macedawg commented 7 years ago

Needed to use 'composer require "wilr/silverstripe-googlesitemaps" dev-master'