Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Call multiple function in callback Models
Post: RE: Call multiple function in callback Models

Read https://codeigniter.com/user_guide/models/model.html#defining-callbacks
172 Views
6 Replies
Today, 12:46 AM
kenjis
    Thread: Call to undefined function - still need help
Post: RE: Call to undefined function - still need help

The Form helper file must be "form_helper.php". See https://codeigniter.com/user_guide/general/helpers.html#loading-a-helper
103 Views
4 Replies
Yesterday, 09:36 PM
kenjis
    Thread: Query Builder Conditions Not Being Applied
Post: RE: Query Builder Conditions Not Being Applied

Remove the line:  echo "SQL Query: " . $builder->getCompiledSelect() . ""; See https://codeigniter.com/user_guide/database/query_builder.html#builder-getcompiledselect If you want to see the query...
44 Views
1 Replies
Yesterday, 09:20 PM
kenjis
    Thread: Call to undefined function - still need help
Post: RE: Call to undefined function - still need help

What is the function display_error()? There is no such function in PHP or CodeIgniter.
103 Views
4 Replies
Yesterday, 09:16 PM
kenjis
    Thread: fatal logger emergency
Post: RE: fatal logger emergency

Bosborne Wrote: (Yesterday, 03:32 AM) -- kenjis Wrote: (05-13-2024, 04:09 PM) -- Remove the line in your php.ini: extension=psr.so -- It that extension incompatible with CI 4.5.x?  -- Yes, inco...
154 Views
5 Replies
Yesterday, 03:39 AM
kenjis
    Thread: Insert Batch Using Entity Classes
Post: RE: Insert Batch Using Entity Classes

It seems you misunderstand Entities (or PHP objects). You created an User entity, and filled chairman's data. The $user object represents chairman. After saving it, you filled admin's data into c...
89 Views
2 Replies
Yesterday, 02:44 AM
kenjis
    Thread: SIngle quote on model save
Post: RE: SIngle quote on model save

Check the actual SQL statement. See https://codeigniter4.github.io/CodeIgniter4/testing/debugging.html#logging-all-sql-queries
95 Views
4 Replies
05-13-2024, 11:30 PM
kenjis
    Thread: Doctrine integration
Post: RE: Doctrine integration

No, because there is already https://github.com/daycry/doctrine
15,537 Views
17 Replies
05-13-2024, 06:57 PM
kenjis
    Thread: SIngle quote on model save
Post: RE: SIngle quote on model save

@"pippuccio76" Your code should work. Did you override the save() method?
95 Views
4 Replies
05-13-2024, 06:54 PM
kenjis
    Thread: Update to v4.5.1, same using FactoriesCache
Post: RE: Update to v4.5.1, same using FactoriesCache

Remove the line in your php.ini: extension=psr.so
447 Views
6 Replies
05-13-2024, 04:10 PM
kenjis
    Thread: fatal logger emergency
Post: RE: fatal logger emergency

Remove the line in your php.ini: extension=psr.so
154 Views
5 Replies
05-13-2024, 04:09 PM
kenjis
    Thread: Doctrine integration
Post: RE: Doctrine integration

@"foxbille" Did you define the doctrine service in Config\Services?
15,537 Views
17 Replies
05-11-2024, 02:17 AM
kenjis
    Thread: File not found on my online server
Post: RE: File not found on my online server

I guess the problem is with your web server configuration. So I do not think that looking at your project files will solve the problem. First, please determine if it is your web server or CI4 tha...
249 Views
10 Replies
05-11-2024, 02:09 AM
kenjis
    Thread: Converting a CI3 Project to CI4.5.1
Post: RE: Coverting a CI3 Project to CI4.5.1

Josh1985 Wrote: (05-10-2024, 09:30 PM) -- I am aware I can add additional directories. However, the heart of my question was how does CI4 work with custom libraries? Is there a specific directory tha...
240 Views
7 Replies
05-11-2024, 01:17 AM
kenjis
    Thread: File not found on my online server
Post: RE: File not found on my online server

Kobbs Wrote: (05-10-2024, 11:57 PM) -- I also tried as advised to leave my file names in lower case (Home.php -> home.php) and by modifying my Routes.php file (Home::mytest -> home::mytest), -- The...
249 Views
10 Replies
05-11-2024, 01:11 AM
kenjis
    Thread: File not found on my online server
Post: RE: File not found on my online server

What is your web server software?
249 Views
10 Replies
05-11-2024, 01:04 AM
kenjis
    Thread: File not found on my online server
Post: RE: File not found on my online server

See https://codeigniter4.github.io/CodeIgniter4/installation/deployment.html#deployment-to-shared-hosting-services But if your hosting service provides nginx, the user guide may not help you.
249 Views
10 Replies
05-10-2024, 05:14 PM
kenjis
    Thread: File not found on my online server
Post: RE: File not found on my online server

Do you use nginx? It seems your have something wrong with your web server configuration.
249 Views
10 Replies
05-10-2024, 04:49 PM
kenjis
    Thread: CodeIgniter4 - How i can add extra 3 fields to a created table using Migration ?
Post: RE: CodeIgniter4 - How i can add extra 3 fields to...

sarath_unrelax Wrote: (05-10-2024, 05:08 AM) -- So I should create a new migration fille seperate for each field -- No. sarath_unrelax Wrote: (05-10-2024, 05:08 AM) -- or i can just create a mi...
109 Views
2 Replies
05-10-2024, 04:45 PM
kenjis
    Thread: 4.4.1 to 4.4.8 base_url php spark closes..
Post: RE: 4.4.1 to 4.4.8 base_url php spark closes..

An attacker can send any host name. So the value of $_SERVER['HTTP_HOST'] can be anything. So you should check the value is your server's host name. But if your web sever is configured as it does...
274 Views
6 Replies
05-09-2024, 04:02 PM
kenjis

Theme © iAndrew 2016 - Forum software by © MyBB