Tagged Questions
0
votes
2answers
30 views
Getting error404 on Ajax in Codeigniter
I have problem with my ajax code. I`m trying to increase number inside span on click with ajax, but keep getting error in console - POST localhost/slots/game/lines 404 (Not Found) . Btw, I use ...
0
votes
1answer
35 views
CodeIgniter: 404 Page not found on first launch
Good Day, I have used codeIgniter a little but whenever we download codeIgniter framework from their website and after extraction to the server root folder. If we access the framework we usually se a ...
-1
votes
3answers
220 views
404 page not found CodeIgniter Login
This is my first time using CodeIgniter and I am trying to create a Log In form. Whenever I click on the submit button that I have created, it brings me to a 404 Page Not Found Error.
I have made a ...
1
vote
2answers
57 views
Ajax access into codeigniter controller
I have some problems using my JQuery Ajax methods my controller. Seems that it can´t find the controller, and I can´t seem to get rid of the index.php.
It works fine on my MAMP localhost, but when I ...
0
votes
1answer
61 views
CodeIgniter server based 404
I've installed CodeIgniter on my localhost xampp server in the directory:
localhost/CI/
When I visit that directory directly I get to see the homepage but when I try to vist any other page I get a ...
0
votes
1answer
91 views
Upload CodeIgniter project to cpanel
I have worked on that the whole day, but I couldn't find why I always get the CI 404 Page not found. The project works very well in localhost. What could be the problem?
This is my .htaccess
...
0
votes
0answers
101 views
Why every link gives 404 page? (maybe CodeIgniter related)
Recently I was told to move a hotel website (with a back-end and a front-end), from some server (i guess kind of dedicated) to another (shared), for a client. I was given an archive with the website ...
0
votes
1answer
64 views
CodeIgniter Login System not working 404 error bad request [duplicate]
Using CodeIgniter to build a simple log in system.
I am getting this error when I try to submit my form data
404 Page Not Found
The page you requested was not found.
I've no idea why! This is my ...
1
vote
2answers
404 views
Simple Login System using CodeIgniter returning 404 on login
I am trying to get my head around PHP and using the CodeIgniter Framework. I have recently been following this tutorial:
http://www.codefactorycr.com/login-with-codeigniter-php.html
I went through ...
0
votes
1answer
90 views
CodeIgniter 404 Bad request error
I'm working with codeIgniter. I am making a login form which checks the members details with the database.
However when I click to login I get this error message:
The requested URL ...
0
votes
3answers
89 views
codeigniter moving from localhost to server
getting 404 error
404 Page Not Found
The page you requested was not found.
config.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
$config['base_url'] ...
0
votes
1answer
202 views
CodeIgniter HMVC Arhitecture 404 Error
I have CodeIgniter 2.1.3 extended with following HMVC here plugin i followed it to the end and got it to work with no problems with the basic example. However now i would like to extend my application ...
2
votes
1answer
213 views
Forcing CodeIgniter to show 404 page instead of any other error like 1064
How can replace error pages like
A Database Error Occurred
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right ...
-2
votes
1answer
32 views
404 in log files for pages that are not referenced anywhere on my website [closed]
I'm using CodeIgniter as a framework for one of my website. I've enabled the error logging. I see very often 404's from someone/something that tries to access pages that don't exist.
Sometimes it are ...
0
votes
3answers
196 views
Codeigniter delete
I am trying to delete some data from my database via delete button in codeigniter...I did some research and came up with this link in my view...
<td><a href='hockey/deleteskater/" . ...