Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: source code of index.php displayed (CI4)
Post: RE: source code of index.php displayed (CI4)

Code: -- =')) { error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_USER_NOTICE & ~E_USER_DEPRECATED); } else { error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_USER_NOTICE); } break...
1,901 Views
6 Replies
07-21-2023, 02:30 AM
Jivanmukta
    Thread: source code of index.php displayed (CI4)
Post: RE: source code of index.php displayed (CI4)

Other PHP applications work fine. [hr] JustJohnQ Wrote: (07-19-2023, 12:33 PM) -- Show your .htaccess file -- [hr] #v+ AuthUserFile "/home/robert/Projekty/praca/resources/.htpass" AuthName "Stron...
1,901 Views
6 Replies
07-19-2023, 01:38 PM
Jivanmukta
    Thread: source code of index.php displayed (CI4)
Post: source code of index.php displayed (CI4)

I have a number of applications in ~robert/public_html. They are working well, including two CI3 applications. But I have problem with CI4 application - source code of index.php is displayed. This app...
1,901 Views
6 Replies
07-19-2023, 12:31 PM
Jivanmukta
    Thread: part of source of index.php visible
Post: RE: part of source of index.php visible

Wrote: (04-24-2023, 07:23 AM) -- In application application praca I have error 404 when I enter localhost/~robert/praca/main/index. Address http://localhost/~robert/praca/employee/list_offers (ht...
6,132 Views
9 Replies
04-25-2023, 01:05 AM
Jivanmukta
    Thread: part of source of index.php visible
Post: RE: part of source of index.php visible

InsiteFX Wrote: (04-22-2023, 11:00 PM) -- Look at your index.php file at the application and system folder paths ../../ That is wrong in CodeIgniter 3x it's application and system no ../../ Tha...
6,132 Views
9 Replies
04-24-2023, 09:53 AM
Jivanmukta
    Thread: part of source of index.php visible
Post: RE: part of source of index.php visible

InsiteFX Wrote: (04-22-2023, 11:00 PM) -- Look at your index.php file at the application and system folder paths ../../ That is wrong in CodeIgniter 3x it's application and system no ../../ Tha...
6,132 Views
9 Replies
04-24-2023, 07:23 AM
Jivanmukta
    Thread: part of source of index.php visible
Post: RE: part of source of index.php visible

Sorry for my post - I should not create my post because my problem is in fact Apache-related, not CodeIgniter-related. On my localhost Apache does not server php in userdir - that's the problem. I tho...
6,132 Views
9 Replies
04-22-2023, 11:15 AM
Jivanmukta
    Thread: part of source of index.php visible
Post: RE: part of source of index.php visible

SubrataJ Wrote: (04-22-2023, 12:38 AM) -- you said CI 3, but you are checking the user guide of Codeigniter 4, which does not make any sense. -- I am not checking anything. The listing is part of C...
6,132 Views
9 Replies
04-22-2023, 01:01 AM
Jivanmukta
    Thread: part of source of index.php visible
Post: part of source of index.php visible

I wrote CI3 application praca in userdir, with .htaccess. The problem is that when I try to open localhost/~robert/praca I see source of part of index.php file: =')) { error_reporting(E_ALL & ~E_NOTI...
6,132 Views
9 Replies
04-22-2023, 12:33 AM
Jivanmukta
    Thread: 404, controller's method not called
Post: RE: 404, controller's method not called

Address Wrote: (04-09-2023, 03:17 AM) -- http://localhost/~robert/praca/employee/list_offers works fine. Address http://localhost/~robert/praca/main/index doesn't work (404). -- [quote pid="4085...
1,655 Views
2 Replies
04-14-2023, 01:38 AM
Jivanmukta
    Thread: 404, controller's method not called
Post: 404, controller's method not called

In folder /home/robert/Projekty/praca/application/controllers I have file Main.php In file /home/robert/Projekty/praca/application/config/routes.php I have: $route['default_controller'] = 'main'; ...
1,655 Views
2 Replies
04-09-2023, 03:17 AM
Jivanmukta
    Thread: 404, controller's method not called
Post: 404, controller's method not called

I am trying to solve a problem of 404 in my application. The problem occurs because of problem in core/Codeigniter.php: echo 'BEFORE call_user_func_array'; var_dump($CI, $method, $params); call_use...
1,655 Views
2 Replies
04-05-2023, 07:25 PM
Jivanmukta

Theme © iAndrew 2016 - Forum software by © MyBB