![]() |
I cannot reach the title of my forum - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: I cannot reach the title of my forum (/showthread.php?tid=79854) |
I cannot reach the title of my forum - velismo - 08-05-2021 I'm trying to create a forum and I have it(more or less) but I cannot reach the title and other elements in the view of the single entrance. This is the error message that I recieve: PHP Code: Severity: Warning PHP Code: public function index($slug = false) { Here you have the model: PHP Code: public function create_forum($title, $description) { PHP Code: public function create_topic($forum_id, $title, $content, $user_id) { If you miss any other part of the code, just let me know. Thank you so much for the help. |