Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Question Thread: [CI4] Escaping ticket content message
Post: [CI4] Escaping ticket content message

Hey guys, I am trying to create a ticketing system and I had a question here. do I need to use escapeString() while using a model->save($entity)? if so, while using escapeString, after saving the Tick...
1,852 Views
1 Replies
12-22-2020, 02:14 PM
Awlikhaleghi
    Thread: creating a registration system with CI4, and why is CI "better"?
Post: RE: creating a registration system with CI4, and w...

zoldos Wrote: (10-31-2020, 02:53 AM) -- InsiteFX Wrote: (10-30-2020, 12:07 AM) -- If your on a live server then you should be able to install them from the server control panel like CPanel. -- I r...
8,653 Views
17 Replies
10-31-2020, 09:10 AM
Awlikhaleghi
    Thread: installing CI4 via Composer, but getting error, please help!
Post: RE: installing CI4 via Composer, but getting error...

zoldos Wrote: (10-27-2020, 03:01 AM) -- /opt/plesk/php/7.3/bin/php -- this one should be your php7.3 binary. try executing following command to be sure Code: -- /opt/plesk/php/7.3/bin/php -v --...
6,088 Views
8 Replies
10-27-2020, 02:27 PM
Awlikhaleghi
    Thread: creating a registration system with CI4, and why is CI "better"?
Post: RE: creating a registration system with CI4, and w...

Awlikhalegi Wrote: (10-26-2020, 04:39 PM) -- I would remove the current PHP to prevent any possible conflicts. -- if you are on a server and not a desktop do not remove your PHPs!!!!
8,653 Views
17 Replies
10-26-2020, 06:57 PM
Awlikhaleghi
    Thread: installing CI4 via Composer, but getting error, please help!
Post: RE: installing CI4 via Composer, but getting error...

zoldos Wrote: (10-26-2020, 07:48 AM) -- InsiteFX Wrote: (10-26-2020, 07:38 AM) -- CodeIgniter 4 requires php version 7.2 or higher with intl extension. -- Yes I know.  All my sites appear to be ru...
6,088 Views
8 Replies
10-26-2020, 06:50 PM
Awlikhaleghi
    Thread: creating a registration system with CI4, and why is CI "better"?
Post: RE: creating a registration system with CI4, and w...

zoldos Wrote: (10-26-2020, 06:38 AM) -- I get this with php -v in console: Code: -- PHP 7.0.33-0ubuntu0.16.04.7 (cli) ( NTS ) Copyright (c) 1997-2017 The PHP Group Zend Engine v3.0.0, Copyrig...
8,653 Views
17 Replies
10-26-2020, 04:39 PM
Awlikhaleghi
    Thread: [CI4] Toolbar DB Query And Event Duplication
Post: RE: [CI4] Toolbar DB Query And Event Duplication

paulbalandan Wrote: (10-24-2020, 11:13 AM) -- Good news!! This has been fixed in latest develop branch. -- I didnt realize until now, after replacing the new system directory, the routes defined in...
6,111 Views
14 Replies
10-26-2020, 04:32 PM
Awlikhaleghi
    Thread: creating a registration system with CI4, and why is CI "better"?
Post: RE: creating a registration system with CI4, and w...

zoldos Wrote: (10-26-2020, 12:56 AM) -- Awlikhaleghi Wrote: (10-24-2020, 12:02 PM) -- Starting fresh, no it is not that hard to implement. instructions are very clear and Myth:Auth is amazing with...
8,653 Views
17 Replies
10-26-2020, 06:15 AM
Awlikhaleghi
    Thread: [CI4] Toolbar DB Query And Event Duplication
Post: RE: [CI4] Toolbar DB Query And Event Duplication

I've updated my system directory with the new release and it works, no more duplications by FileLocator everything works fine so far.
6,111 Views
14 Replies
10-26-2020, 05:57 AM
Awlikhaleghi
    Thread: creating a registration system with CI4, and why is CI "better"?
Post: RE: creating a registration system with CI4, and w...

zoldos Wrote: (10-21-2020, 06:46 PM) -- Coolness. Thank you for the tips.  Is it easy to implement? -- Starting fresh, no it is not that hard to implement. instructions are very clear and Myth:Au...
8,653 Views
17 Replies
10-24-2020, 12:02 PM
Awlikhaleghi
    Thread: [CI4] Toolbar DB Query And Event Duplication
Post: RE: [CI4] Toolbar DB Query And Event Duplication

InsiteFX Wrote: (10-16-2020, 01:20 PM) -- PHP Code: -- // Change this to the below. $row = $this->select('option_value')            ->where("option_key",$key)            ->get()        ->getRow(...
6,111 Views
14 Replies
10-24-2020, 11:25 AM
Awlikhaleghi
    Thread: [CI4] Toolbar DB Query And Event Duplication
Post: RE: [CI4] Toolbar DB Query And Event Duplication

That would not have helped either, I've posted my fix and it's being moderated. thanks for the effort anyways!
6,111 Views
14 Replies
10-16-2020, 01:25 PM
Awlikhaleghi
    Thread: [CI4] Toolbar DB Query And Event Duplication
Post: RE: [CI4] Toolbar DB Query And Event Duplication

WOW! Actually that one simple modification fixed both events and db queries, I guess they were linked somehow. I'm done, thanks anyways.
6,111 Views
14 Replies
10-16-2020, 07:29 AM
Awlikhaleghi
    Thread: [CI4] Toolbar DB Query And Event Duplication
Post: RE: [CI4] Toolbar DB Query And Event Duplication

After quite some investigations here are my findings regarding Event duplications. It happened to be Events.php file being included twice by CI Event Object. PHP Code: -- public static function i...
6,111 Views
14 Replies
10-16-2020, 07:27 AM
Awlikhaleghi
    Thread: [CI4] Toolbar DB Query And Event Duplication
Post: RE: [CI4] Toolbar DB Query And Event Duplication

I'm really hanging here, I need to fix this fast but so far I can't figure out why these duplications are happening. Any other ideas out there?
6,111 Views
14 Replies
10-16-2020, 05:08 AM
Awlikhaleghi
    Thread: [CI4] Toolbar DB Query And Event Duplication
Post: RE: [CI4] Toolbar DB Query And Event Duplication

InsiteFX Wrote: (10-15-2020, 11:04 PM) -- Try renaming your function to getOpt() -- didn't work. as I mentioned it doesn't matter where the query is executing from whether its a model or a direct qu...
6,111 Views
14 Replies
10-16-2020, 02:04 AM
Awlikhaleghi
    Thread: [CI4] Toolbar DB Query And Event Duplication
Post: [CI4] Toolbar DB Query And Event Duplication

Hi everybody. I'm relatively new with the CI4, I've been learning it as I go and to be honest loving the changes so far. My DB Queries are happening twice, no matter where they're executed from. ...
6,111 Views
14 Replies
10-15-2020, 04:33 PM
Awlikhaleghi
    Thread: Codeignieter and Angular seo?
Post: RE: Codeignieter and Angular seo?

Hello Uldcra, You can do whatever you would like, including adding Angular seo library. That has nothing to do with Codeigniter itself. if you have any issues regarding codeigniter let us know.
7,314 Views
7 Replies
06-02-2017, 01:50 PM
Awlikhaleghi

Theme © iAndrew 2016 - Forum software by © MyBB