I’m trying to get Auto-import to work but still have no luck. I’ve searched a lot on the internet and cannot find any solutions. I see examples all over the internet which look exactly the same as what I did.
I have configured the following in the config file:
Fatal error: Call to undefined function rootUrl() in blabla
I tried to use exit(‘test’); on the top of the Html.php class file so it must exit with the printed word ‘test’, just for debugging. But just it doesn’t exit…
Someone can tell me? Could it be cached or something like that?
Ahhh you’re right I see. It now works. But yesterday when I put a exit(‘asd’); in it on the top, then it didn’t work. Now, today, it just works :S Little bit confused right now but happy that it works