View Single Post
  #3  
Old 02-06-2015, 07:03 PM
zoe's Avatar
zoe zoe is offline
the power of love
 
Join Date: Feb 2015
Location: hell
Posts: 25
Gender: Unknown/Other
Credits: 3,917
zoe is on a distinguished road
Default

I've installed MAMP just like your tutorial, but Im still getting a load of notices and a fatal error when i enter 127.0.0.1.

PHP Code:
NoticeUndefined variablecontroller in /Applications/MAMP/htdocs/classes/class_language.php on line 111
Notice
Undefined propertyFormRenderer::$thematicBreak in /Applications/MAMP/htdocs/classes/class_guirenderer.php on line 184
Notice
Undefined propertyDocumentRenderer::$thematicBreak in /Applications/MAMP/htdocs/classes/class_guirenderer.php on line 184
Notice
Undefined propertyListRenderer::$thematicBreak in /Applications/MAMP/htdocs/classes/class_guirenderer.php on line 184
Fatal error
Uncaught exception 'SmartyException' with message 'Unable to load template file 'template.tpl'' in /Applications/MAMP/htdocs/inc/smarty/sysplugins/smarty_internal_templatebase.php:127 Stack trace#0 /Applications/MAMP/htdocs/inc/smarty/sysplugins/smarty_internal_templatebase.php(374): Smarty_Internal_TemplateBase->fetch('template.tpl', NULL, NULL, NULL, true) #1 /Applications/MAMP/htdocs/classes/class_template.php(135): Smarty_Internal_TemplateBase->display('template.tpl') #2 /Applications/MAMP/htdocs/classes/class_view.php(280): Template->output() #3 /Applications/MAMP/htdocs/classes/class_frontcontroller.php(102): View->render() #4 /Applications/MAMP/htdocs/index.php(74): FrontController->render() #5 /Applications/MAMP/htdocs/index.php(78): IndexController::main() #6 {main} thrown in /Applications/MAMP/htdocs/inc/smarty/sysplugins/smarty_internal_templatebase.php on line 127 
Most of these notices were repeated a lot. Ive changed the php.ini file, by the way!
Reply With Quote