Welcome Guest, Not a member yet? Register   Sign In
Error Fatal error: Call to undefined method CI_Loader::views()
#1

(This post was last modified: 12-28-2017, 07:15 AM by ciadmin. Edit Reason: Added code tags )

Hello,

I'm beginners to build website from codeigniter,
I'm having problem access link : http://server.kennazjulian.com/index.php/House/halo
Message Error is : 
Fatal error: Call to undefined method CI_Loader::views() in /home/rootkenz/public_html/application/controllers/House.php on line 17
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/rootkenz/public_html/application/controllers/House.php:17)
Filename: core/Common.php
Line Number: 564
Backtrace:

A PHP Error was encountered
Severity: Error
Message: Call to undefined method CI_Loader::views()
Filename: controllers/House.php
Line Number: 17
Backtrace:


Whats wrong from my configuration? 

This is script in views/View_house.php :
Code:
[color=#000000][size=medium][font=Times New Roman]<html>
[/font][/size][/color]
<head>

        <title>WEBSITE SERVER KENNAZJULIAN>COM</title>

</head>

<body>

        <h1><?php echo $nama_web; ?></h1>

</body>
[color=#000000][size=medium][font=Times New Roman]</html>
Reply


Messages In This Thread
Error Fatal error: Call to undefined method CI_Loader::views() - by False404 - 12-26-2017, 06:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB