bcit-ci / CodeIgniter

Open Source PHP Framework (originally from EllisLab)
https://codeigniter.com/
MIT License
18.27k stars 7.61k forks source link

Table set_template is not doing anything #4307

Closed DSMagica closed 8 years ago

DSMagica commented 8 years ago

I've been struggling get set_template working for hours. I cannot find any examples of it working and it is definitely not doing anything on my server. It actually has no effect at all. It is as if I did not set it. I only get the default table settings which are rally bad. I hope someone has a clue what I should do or how to trouble shoot this.

narfbg commented 8 years ago

There are examples in the official documentation.

Please post such questions on the forums instead, this is a bug tracker.

DSMagica commented 8 years ago

narfbg, I learned it from the official documentation which only shows a single line of code to alter the template. I did that and the modification did not make it into the result and the official documentation does not suggest anything I could do different. It must be a bug because there is only one way to do it and that one way does not get a result.

jim-parry commented 8 years ago

@DSMatichuk Post your question on forum.codeigniter.com, with your code that isn't working. I suspect several people will have suggestions.

DSMagica commented 8 years ago

Posted 2 days ago. No response. One person told me to set the template first, which is not helpful because my code clearly shows that I'm setting the template according to the documentation. So, I think its a bug.

DSMagica commented 8 years ago

http://forum.codeigniter.com/thread-63827.html

narfbg commented 8 years ago

I can't reproduce it - it's not a bug.