Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Thumbs Up Thread: How to override default CSP rule in Codeigniter 4 ?
Post: RE: How to override default CSP rule in Codeignite...

Dear Friends, I got solution By adding the line  Code: -- Header always set Content-Security-Policy "default-src 'self''unsafe-inline' https://www.google.com/ https://code.jquery.com font-src 'self' ...
739 Views
5 Replies
10-31-2023, 01:06 AM
postgres
  Sad Thread: How to override default CSP rule in Codeigniter 4 ?
Post: How to override default CSP rule in Codeigniter 4 ...

Dear Friends, I am using Codeigniter 4 . I need to add my CSP rules as part of security audit. When I enable the line ``` public bool $CSPEnabled = true; ``` in Config/App.php the codeigniter ...
739 Views
5 Replies
10-30-2023, 04:08 AM
postgres
    Thread: How to come the value of modal in description ?
Post: How to come the value of modal in description ?

Dear Friends, I got a system to maintain . In that there is a code segment as below  PHP Code: --                           In Stock                       I search all part of the code for thi...
322 Views
0 Replies
02-22-2023, 04:29 AM
postgres
    Thread: How to change site_url() value in localhost?
Post: RE: How to change site_url() value in localhost?

kenjis Wrote: (11-29-2022, 07:53 PM) -- It is odd. site_url() generates the URL based on base_url. Your answer is perfect. Thanks kenjis... --
1,013 Views
2 Replies
11-29-2022, 09:50 PM
postgres
  Sad Thread: How to change site_url() value in localhost?
Post: How to change site_url() value in localhost?

Dear Friends, I download my CI 3 web site files from live to localhost. But after changing the base_url in application/config/config.php , when I try to login it goes to live site. When I look on fo...
1,013 Views
2 Replies
11-29-2022, 06:24 AM
postgres
    Thread: Adding a new class and view show "404 page not found" Error
Post: Adding a new class and view show "404 page not fou...

Dear Friends, I am new to codeigniter 4 , installed it in Wamp in my Windows 10 Laptop. I followed the tutorial in the site The Complete CodeIgniter 4 Tutorial For Beginners (https://mfikri.com/en/bl...
388 Views
0 Replies
08-19-2022, 07:08 AM
postgres
    Thread: Unable to connect to the database. (postgres)
Post: RE: Unable to connect to the database. (postgres)

Omar Crespo Wrote: (09-09-2020, 06:35 PM) -- Check if the name of the db Driver, table, user and password are correct. Please post the error message in order to see what's wrong. -- all details ar...
10,102 Views
5 Replies
09-11-2020, 04:26 AM
postgres
    Thread: Unable to connect to the database. (postgres)
Post: RE: Unable to connect to the database. (postgres)

InsiteFX Wrote: (09-10-2020, 11:28 AM) -- If you run it using spark it most likely has a port number also So it would be 'hostname' = 'localhost:8080' or something like that. If I run it on my ...
10,102 Views
5 Replies
09-11-2020, 04:25 AM
postgres
    Thread: Unable to connect to the database. (postgres)
Post: Unable to connect to the database. (postgres)

Dear Friends, I try to do your code with postgres. But when I click upload button i got error as "CodeIgniter\Database\Exceptions\DatabaseException #8 Unable to connect to the database." My connectio...
10,102 Views
5 Replies
09-03-2020, 10:16 PM
postgres

Theme © iAndrew 2016 - Forum software by © MyBB