06-07-2020, 04:21 PM
Hi folks,
would be nice if somebody have an idea why certain things are not working in my codeIgniter version 3.1.11. I tried already everything.
I even tried it with copy and paste of the official tutorial.
My guess is that it has to do with the index.php as route:
- What is not working at all are selection of single data from the database via slugs while selection of all data works, yet the link to the general data will be with localhost/my_project/index.php/view while it automatically skips the index.php by a slug selection and then cant find the page.
- The same problem comes up by data entries
- Also I tried to remove the index.php issue with .htaccess file but all versions in the web which might work doesn't work
- Furthermore, colors and so on from bootstrap themes works but not the containers and navbars etc.
I am really desperate meanwhile if I have to give up on codeIgniter or if there would be a simple solution or reason somehow.
I use a xampp localserver with PHP version 7.4.5 and have the codeigniter version 3.1.11
would be nice if somebody have an idea why certain things are not working in my codeIgniter version 3.1.11. I tried already everything.
I even tried it with copy and paste of the official tutorial.
My guess is that it has to do with the index.php as route:
- What is not working at all are selection of single data from the database via slugs while selection of all data works, yet the link to the general data will be with localhost/my_project/index.php/view while it automatically skips the index.php by a slug selection and then cant find the page.
- The same problem comes up by data entries
- Also I tried to remove the index.php issue with .htaccess file but all versions in the web which might work doesn't work
- Furthermore, colors and so on from bootstrap themes works but not the containers and navbars etc.
I am really desperate meanwhile if I have to give up on codeIgniter or if there would be a simple solution or reason somehow.
I use a xampp localserver with PHP version 7.4.5 and have the codeigniter version 3.1.11