Code Monkey home page Code Monkey logo

codeigniter-admin-panel's People

Contributors

brunosapienza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

codeigniter-admin-panel's Issues

Error with the sign up

Hi sapiensa:

When I try to sign up, I get the 404 Not Found page, with the following message:
"Not Found

The requested URL /CodeIgniter-admin-panel/admin/signup was not found on this server.
Apache/2.2.22 (Ubuntu) Server at localhost Port 80"

I have configured the config.php and dababase.php files, as you mention on your Readme file, but nothing works.

What should I do?

Help me, please. This example looks very awsome for learn from it.

Regards,

Yader Centeno
León, Nicaragua

Pagination Not Work Fine

Pagination Not work fine the issue also in page selection like user select page 2 the page also not selected use

$config['uri_segment'] = 4; // Page Number Segment in config of pagination in order to select page in pagination

CodeIgniter Version

Hey,

I would like to know if it could be simplest to put in another repository only the stuff that change, like new controllers, models, views and config files for example, because the current version of Codeigniter is 2.0.4 if think and your version of the CI project is 2.0.2. It could be useful to only fork the new stuff into ours current Codeigniter projects.

For example, maybe don't put the core directory because you didn't change anything inside.
If you have another idea about this question, it could be useful.

Thank you :)

unable to load edit page based on segment 4?

I have just started to work with codeigniter, Thank you i appreciate your work it helped me, when i click on view & edit button its givining 404 page Not found Error but if i tried to load without segement 4 its loading edit page.Please help me to solve this problem, response will be appreciated.

Undefined variable: filter_session_data

hi,
when i am using admin manufacturers index page pagination(second ,third pages) accessing getting below error..

Message: Undefined variable: filter_session_data

Filename: controllers/admin_manufacturers.php

Line Number: 102

and when i am use as prodcut page..not getting error..
if you have know error please share me..

Thank you

Not working

Just by following the instructions and installing, I get
screen shot 2013-05-25 at 10 17 33 am

session still exist after logout

i downloaded the code and tried it out.
After logged in and logout , the previous session still exist, which mean if I press the browser Back button after logout, I still can view the previous page.

php notice

A PHP Error was encountered

Severity: Notice

Message: Only variable references should be returned by reference

Filename: core/Common.php

Line Number: 257
A PHP Error was encountered

Severity: Notice

Message: Only variables should be assigned by reference

Filename: core/Loader.php

Line Number: 150

If search is empty

Hi, when filtering with deleted search input (with empty search), it returns to the last search keywords where used. I found this to be working for my needs:

if(!$search_string){
$filter_session_data['search_string_selected'] = null;
$this->session->set_userdata($filter_session_data);
}

Added just after $order_type = $this->input->post('order_type');

Hope this helps for someone :)

Not Recomend

Not Recomend lots of issues even pagination not working. :(

admin routes

HI you can make your admin routers more flexible

$route['admin/([a-zA-Z_-]+)/(:any)'] = 'admin_$1/$2';
$route['admin/login'] = 'admin/login';
$route['admin/logout'] = 'admin/logout';
$route['admin/([a-zA-Z_-]+)'] = 'admin_$1/index';
$route['admin'] = 'admin';

Cannot modify header information

Message: Cannot modify header information - headers already sent by (output started at /Users/xxxxxt/application/models/products_model.php:144)

Filename: libraries/Session.php

Line Number: 672

CI_Cookies

I can't find where this uses the cookie table.

Error With sigi_up

Hi sapienza,
my error is to click sign-up button then error is object not found...

Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404

localhost
Apache/2.4.9 (Win32) OpenSSL/1.0.1g PHP/5.5.11

Database Error, Error Number: 1054 for Asc data by manufacture name

I got this error message when i try to Ascending by manufacture_name:

A Database Error Occurred

Error Number: 1054

Unknown column 'manufacture_name' in 'order clause'

SELECT * FROM (products) ORDER BY manufacture_name Asc

Filename: C:\xampp\htdocs\ci_admin_panel_new\system\database\DB_driver.php

Line Number: 330

error messages

Pagination not working

Hi again! For me, the pagination was not working - after clicking to go to another page - got 404. On the line:

$config['base_url'] = base_url().'admin/manufacturers';

I have changed:

$config['base_url'] = base_url().'admin/manufacturers/index';

Don't know how to others, but for me it's working now :)

User permission

Is there any way to set user permission so that they have permission to access pages?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.