View Single Post
  #1  
Old 05-07-2017, 01:12 AM
KatFennec's Avatar
KatFennec KatFennec is offline
Member
 
Join Date: Apr 2017
Posts: 57
Gender: Female
Credits: 8,051
KatFennec is on a distinguished road
Default Trouble with new files

getting the error
Code:
Fatal error: Class 'AppController' not found in /home/katfenne/clikrit.evocrit.com/electricglacier2.php on line 2
on a custom page. code for the page:
PHP Code:
<?php 
class Electricglacier2Controller extends AppController

public function 
__construct(){ 
parent::__construct("member"); 


public function 
index(){ 
$mysidia Registry::get("mysidia"); 



?>
Previously created page, using an identical copy of that code, save for the controller name, worked flawlessly.
__________________
Reply With Quote