Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: I have a problem with ajax and csrf - The action you requested is not allowed.
Post: RE: I have a problem with ajax and csrf - The acti...

Hi, I'm going to take advantage of this thread because today I was all day trying to figure out why my form wasn't being submitted, until I discovered that it was the Security.php > $regenerate settin...
6,882 Views
6 Replies
08-10-2022, 04:36 PM
PHS
  Question Thread: Update Multiple Applications
Post: Update Multiple Applications

Hello everyone! I am testing the use of CI4 with multiple applications and a question arose. In the case of using each separate project structure and a single CI4 core, as suggested by the document...
1,228 Views
1 Replies
05-01-2021, 11:24 AM
PHS
    Thread: [Solved] Problem on save image in public directory
Post: RE: Problem on save image in public directory

InsiteFX Wrote: (12-11-2020, 01:13 PM) -- It would help if we had a little more information, like what is your base url etc.; Did you try: PHP Code: -- -- -- InsiteFX Thank you for you...
2,596 Views
3 Replies
12-11-2020, 03:23 PM
PHS
    Thread: [Solved] Problem on save image in public directory
Post: [Solved] Problem on save image in public directory

I have the structure below my project: (private directories) /home/my_project/App/Controllers/Api/V1/FileController.php (public directories) /home/public_html/my_site/assets/images I'm ...
2,596 Views
3 Replies
12-11-2020, 08:21 AM
PHS
    Thread: Helper number does not format decimal
Post: Helper number does not format decimal

Hello people! Was there an update to the helper number? After I updated CI4 to the latest version (4.0.3) it is no longer formatting decimal numbers! Exemple: PHP Code: -- $number = 2.55;...
3,309 Views
4 Replies
05-11-2020, 03:06 PM
PHS
    Thread: Blank page on the web server
Post: RE: Blank page on the web server

Hello everyone! Good news! I had already commented in one of the previous posts that I was suspicious that the problem was in the server configuration. With the information posted by ivanfdr, throug...
25,994 Views
24 Replies
04-23-2020, 07:12 AM
PHS
    Thread: Blank page on the web server
Post: RE: Blank page on the web server

1 - I changed the file as requested ./app/Views/welcome_message.php: PHP Code: -- Welcome to CodeIgniter 4! * { transition: background-color 300ms ease, color 300ms eas...
25,994 Views
24 Replies
04-22-2020, 11:26 AM
PHS
    Thread: Blank page on the web server
Post: RE: Blank page on the web server

John_Betong Wrote: (04-22-2020, 07:14 AM) -- Please delete or rename the log file, call the page again and post the full log file here. -- Jhon, the log only shows this line. I configured Logger...
25,994 Views
24 Replies
04-22-2020, 07:25 AM
PHS
    Thread: Blank page on the web server
Post: RE: Blank page on the web server

I implemented the code suggested above and continue with the page blank. The only log that is received is as follows: Code: -- INFO - 2020-04-22 09:03:06 -> Controller "App\Controllers\Home" loaded...
25,994 Views
24 Replies
04-22-2020, 07:09 AM
PHS
    Thread: Blank page on the web server
Post: RE: Blank page on the web server

Thanks for the support! First I need to clarify that I am using Hostgator vps hosting. 1 - I created a directory at the root of my server (/home/xxxnsp) and put the CodeIgniter files in the ci4 dire...
25,994 Views
24 Replies
04-21-2020, 07:23 PM
PHS
    Thread: Blank page on the web server
Post: RE: Blank page on the web server

Hi, I came back here because I still couldn't solve this problem. I reinstalled the codeigniter and reconfigured the settings, but I still get a blank page that can be viewed here: I created a subdom...
25,994 Views
24 Replies
04-21-2020, 02:55 PM
PHS
    Thread: Blank page on the web server
Post: RE: Blank page on the web server

There is no problem with the directory path. I checked and they are right. I still think it is some server configuration, because I installed the clean codeigniter in a subdomain and the same probl...
25,994 Views
24 Replies
04-18-2020, 10:00 AM
PHS
    Thread: Blank page on the web server
Post: RE: Blank page on the web server

According to information in the error log, the error is in the file: PHP Code: -- vendor/codeigniter4/framework/system/Session/Handlers/FileHandler.php(101): ini_set('session.save_pa ...', '/home/...
25,994 Views
24 Replies
04-17-2020, 07:13 AM
PHS
    Thread: authentication
Post: RE: authentication

I don't usually use the base_controller that comes as an example in Codeigniter. I build my controllers in a unique way. For example, if I have a login system, I build the controller with methods t...
5,732 Views
6 Replies
04-16-2020, 10:46 AM
PHS
    Thread: Blank page on the web server
Post: RE: Blank page on the web server

These errors are returning: PHP Code: -- CRITICAL - 2020-04-15 14:13:43 --> ini_set(): Headers already sent. You cannot change the session module's ini settings at this time #0 [internal func...
25,994 Views
24 Replies
04-15-2020, 10:29 AM
PHS
    Thread: Blank page on the web server
Post: RE: Blank page on the web server

The index and Paths.php file are recognized and are being called! The subdirectories in the project are with permission 755, and the files with permission 644
25,994 Views
24 Replies
04-15-2020, 06:39 AM
PHS
    Thread: Blank page on the web server
Post: Blank page on the web server

I uploaded my project to the web server, Following the security recommendations, I placed the codeigniter 4 files in the server's non-public directory: Code: -- /home/user/project -- And in the ...
25,994 Views
24 Replies
04-14-2020, 06:48 PM
PHS
    Thread: Get error save db in method Controller
Post: Get error save db in method Controller

Hello friends! In my controller I have the call to a model and the method to save the data received in the respective model: PHP Code: -- $my_model = new MyModel(); $my_model->save($data); -...
1,445 Views
0 Replies
03-29-2020, 12:39 PM
PHS
    Thread: User Restriction
Post: User Restriction

Hello friends! I'm using this wonderful Frameword called CodeIgniter 4 in a personal project. I confess that I do not fully master all the resources that CI 4 offers, but I have the will to learn day...
1,729 Views
1 Replies
03-22-2020, 07:32 PM
PHS
    Thread: CodeIgniter 4.0 Release framework - Kint Error
Post: RE: CodeIgniter 4.0 Release framework - Kint Error

The problem is that when updating via composer, the Kint.php file is not added to the Config directory. For me the problem was solved by creating the Kint.php file and adding the code for that same...
17,108 Views
19 Replies
02-26-2020, 06:58 AM
PHS

Theme © iAndrew 2016 - Forum software by © MyBB