Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to access CI4 on live server
Post: RE: How to access CI4 on live server

This thread helped: https://forum.codeigniter.com/thread-74347.html
5,021 Views
5 Replies
09-22-2019, 02:49 AM
TamasD
    Thread: How to access CI4 on live server
Post: RE: How to access CI4 on live server

So I should set the baseurl to http://mysite/ci4/public ?
5,021 Views
5 Replies
09-22-2019, 12:00 AM
TamasD
    Thread: How to access CI4 on live server
Post: How to access CI4 on live server

Hi, I installed CI4 on a live shared hosting in a subdirectory. I can access it by going to http://mysite/ci4/public but how can I access the default controller if I want to use http://mysite/ci...
5,021 Views
5 Replies
09-21-2019, 11:51 PM
TamasD
    Thread: Command line required for CI4?
Post: Command line required for CI4?

Hi, I just tried CI4 and I just downloaded the files and copied them into my localhost folder. But the welcome page doesn't show up like in CI3. Is it now required to use command line with php s...
1,852 Views
1 Replies
09-20-2019, 06:14 AM
TamasD
    Thread: HMVC broken in php 7.3 -- help
Post: RE: HMVC broken in php 7.3 -- help

synanhero Wrote: (08-05-2019, 06:19 AM) -- just change application/third_party/MX/Router.php line 239 from this  PHP Code: -- public function set_class($class) { $suffix = $this->config->...
36,948 Views
10 Replies
08-27-2019, 05:57 AM
TamasD
    Thread: Accessing default controller
Post: RE: Accessing default controller

Well, CI is installed into http://localhost:8080/mysite/ I didn't copy the CI files directly into the htdocs folder because I have a bunch of other projects there.
3,263 Views
3 Replies
04-22-2019, 02:26 AM
TamasD
    Thread: Accessing default controller
Post: Accessing default controller

hi, Just installed beta2. For some reason I can't access the default controller by just going to http://localhost:8080/mysite/ only by going to http://localhost:8080/mysite/public I have ...
3,263 Views
3 Replies
04-22-2019, 01:04 AM
TamasD
    Thread: Routing question
Post: RE: Routing question

Oh, thanks. I didn't name the function "index".
2,376 Views
2 Replies
08-19-2018, 06:17 AM
TamasD
    Thread: Routing question
Post: Routing question

Hi. I have created a sub-directory under application/controllers/  called "Admin". In there I created a controller called "Admin.php" Similarly in views I created a subdirectory called "admin" ...
2,376 Views
2 Replies
08-19-2018, 04:41 AM
TamasD
    Thread: CodeIgniter HMVC error
Post: RE: CodeIgniter HMVC error

azmath Wrote: (06-08-2018, 10:01 PM) -- 1st time setup CodeIgniter HMVC. when i run code i face this error.  An uncaught Exception was encountered Type: Error Message: Call to undefined method MY...
6,590 Views
3 Replies
07-15-2018, 12:36 PM
TamasD
    Thread: Adding admin area
Post: RE: Adding admin area

@enlivenapp and @salain: thanks very much :)
9,986 Views
5 Replies
07-13-2018, 08:50 AM
TamasD
    Thread: Adding admin area
Post: RE: Adding admin area

php_rocs Wrote: (07-12-2018, 03:15 PM) -- @TamasD Here is a link to the documentation about URI routing ( https://codeigniter.com/user_guide/general/routing.html?highlight=routing ) -- Yes, i ch...
9,986 Views
5 Replies
07-12-2018, 09:12 PM
TamasD
    Thread: Adding admin area
Post: Adding admin area

Hi, I created the frontend of my app and now I'd like to create an admin dashboard. I created an Admin.php controller with the following content: PHP Code: --
9,986 Views
5 Replies
07-12-2018, 02:20 PM
TamasD
    Thread: Setting a homepage
Post: RE: Setting a homepage

jreklund Wrote: (03-28-2018, 02:09 PM) -- application\routes.php $route['default_controller'] = 'frontend/home'; -- Yeah, I already set this, but it's still not working.
7,199 Views
6 Replies
03-28-2018, 02:11 PM
TamasD
    Thread: Setting a homepage
Post: Setting a homepage

Hi, I organized my controllers and views into subdirectories like this frontend admin I created a Home.php in controllers/frontend and a home.php file in views/frontend CI is installed ...
7,199 Views
6 Replies
03-28-2018, 12:11 PM
TamasD
    Thread: Tutorial help
Post: RE: Tutorial help

Ahh, thanks :)
3,047 Views
2 Replies
12-27-2016, 12:05 PM
TamasD
    Thread: Tutorial help
Post: Tutorial help

Hi, I'm just trying CI the first time. I'm following the tutorial from the manual here: https://www.codeigniter.com/user_guide/tutorial/news_section.html I managed to get to the "Routing" sectio...
3,047 Views
2 Replies
12-27-2016, 10:19 AM
TamasD

Theme © iAndrew 2016 - Forum software by © MyBB