CodeIgniter Forums
Fatal error: Call to undefined function anchor() in /home/XXXXXX/public_html/system/application/views/about/index.php on - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Fatal error: Call to undefined function anchor() in /home/XXXXXX/public_html/system/application/views/about/index.php on (/showthread.php?tid=16586)



Fatal error: Call to undefined function anchor() in /home/XXXXXX/public_html/system/application/views/about/index.php on - El Forum - 03-11-2009

[eluser]PanDaNoKongFu[/eluser]
Got the msg issue :Fatal error: Call to undefined function anchor() in /home/XXXXXX/public_html/system/application/views/about/index.php on line 12

1. is this hosting supporting codeigniter?
2. or need to include th efunction before use it

Thanx
PanDaNoKongFu


Fatal error: Call to undefined function anchor() in /home/XXXXXX/public_html/system/application/views/about/index.php on - El Forum - 03-11-2009

[eluser]Evil Wizard[/eluser]
has the url helper library been loaded in the controller? u need to load the helpers before trying to use them.


Fatal error: Call to undefined function anchor() in /home/XXXXXX/public_html/system/application/views/about/index.php on - El Forum - 03-12-2009

[eluser]PanDaNoKongFu[/eluser]
helper(url) on , all configration use the default setting form codeighiter.


Fatal error: Call to undefined function anchor() in /home/XXXXXX/public_html/system/application/views/about/index.php on - El Forum - 03-12-2009

[eluser]PanDaNoKongFu[/eluser]
that host server`s this feature is not supported there.
Thanx for all.


Fatal error: Call to undefined function anchor() in /home/XXXXXX/public_html/system/application/views/about/index.php on - El Forum - 10-30-2010

[eluser]Sanjay khatri[/eluser]
[quote author="PanDaNoKongFu" date="1236871684"]that host server`s this feature is not supported there.
Thanx for all.[/quote]


Fatal error: Call to undefined function anchor() in /home/XXXXXX/public_html/system/application/views/about/index.php on - El Forum - 10-30-2010

[eluser]Sanjay khatri[/eluser]
Smile


Fatal error: Call to undefined function anchor() in /home/XXXXXX/public_html/system/application/views/about/index.php on - El Forum - 10-30-2010

[eluser]techgnome[/eluser]
I don't see what the host supporting CI or not has to do with it... my host "doesn't support CI" ... but anchor() works for me... They don't support WordPress either... but I can still upload it and run it. Are you *sure* the URL Helper was loaded? How are you using the anchor() function?

-tg


EDIT - UGH... I hate it when people reply to old threads with crap replies... it just wastes everyone's time.


Fatal error: Call to undefined function anchor() in /home/XXXXXX/public_html/system/application/views/about/index.php on - El Forum - 10-30-2010

[eluser]InsiteFX[/eluser]
Did you change your base_url in application/config/config.php ?
Did your chande your system_folder in index.php ?
Did you change your application_folder in index.php ?

InsiteFX