CodeIgniter v4.3.8 and v4.4.0 Released! |
(08-28-2023, 06:16 PM)kenjis Wrote: @chaos Did you customize Services for URI or Request? Hello any help about this? this piece of code writes in to a database a text. The text is loaded from the database and should show a link to click where one can see a battle report. If i use anchor in a view no problem, the assert doesn't fail. However if i use anchor helper in a Model (like in the code below) I have the error displayed below. What am i doing wrong? before it used to work. CODE Code: $characterevent_model->add(1, 'towncrier', "App.event_battleexecuted;". $this->battle['id'] ."," . ERROR Code: assert($currentURI instanceof SiteURI) |
Welcome Guest, Not a member yet? Register Sign In |