Welcome Guest, Not a member yet? Register   Sign In
problem with helpers
#1

[eluser]protanqcreator[/eluser]
hi,

I am new on CI, I have this error message:
Quote:Unable to load the requested file: helpers/link_tag_helper.php

Is there somebody that can help me?

thanks
#2

[eluser]Ty Bex[/eluser]
How are you calling this helper some source would be helpfull.
#3

[eluser]protanqcreator[/eluser]
hi

thanks to answer me. Sorry I'm new, I haven't the reflex to join sources.
This is my controller:
Code:
<?php
class Sitesperso extends Controller {
    
    
    function Sitesperso(){
        parent::Controller();
        
        $this->load->helper('url');
        $this->load->helper('form');
        $this->load->helper('link_tag');
        
                
    }


thanks
#4

[eluser]Phil Sturgeon[/eluser]
I'm assuming you have made a new helper in your applications/helpers folder right? If you have, is it called link_tag_helper.php or something else, as that would cause this message.

Read the manual about Helpers if you are still stuck.




Theme © iAndrew 2016 - Forum software by © MyBB