ALERT!

The website has undergone a complete overhaul and as a result you may find a few changes or possibly a bug.

If you experience anything odd, please contact us asap!

Missing controller

You are seeing this error because controller ElectricwizardController could not be found.

Notice: If you want to customize this error message, create riseaboverecords.com/views/errors/missing_controller.thtml.

Fatal: Create the class below in file : riseaboverecords.com/controllers/electricwizard_controller.php

<?php
class ElectricwizardController extends AppController {
   var $name = 'Electricwizard';
}
?>