Giter Club home page Giter Club logo

Comments (8)

waifung0207 avatar waifung0207 commented on August 21, 2024

Hi CdaGanache,

Did you make any changes after the first clone?

You can check if the value from your config file (applications/frontend/config/config.php) and find out this line: $config['language'] = 'en';
The value above should match with the language name under: applications/frontend/language/

Alternatively, you can also create a folder as: "applications/frontend/language/english/" and create an empty file "general_lang.php" inside that folder, then see if the problem can be solved.

from ci_bootstrap.

CdaGanache avatar CdaGanache commented on August 21, 2024

ok..thanks it's work.. by the way i have so much problem with my system that i developed right now.. i'm using grocery crud and have so much problem to integrate with login and pdf to generate reports.. i'm using mpdf library to create .pdf file. but it won't works.. i failed to call some field from database also failed to create login page.. the login must not integrate with emel just a simple login but i failed to do the best..i'm stuck right now and the dateline is around the corner. do you have any good idea how can i try to solve it . ='(

from ci_bootstrap.

waifung0207 avatar waifung0207 commented on August 21, 2024

First of all, I suggest you need to figure out the problem causes and know how to debug at this first steps, as you are telling quite a lots of problems here, and you better handle them one by one.

When you say something doesn't work, I think at least you need to describe the error you are encountering (even a blank page, or 403 error, etc.), and I suggest you to make use of Developer Tool from browser (e.g. Firefox, Chrome) to see if they provide more messages to you.

If you need to see more PHP error messages, you can call some functions like this:

ini_set('display_errors',1);
ini_set('display_startup_errors',1);
error_reporting(E_ALL);

Back to your question, Grocery Crud should have nothing done with your login page, and you should solve the login issue without using Grocery Crud first. Right now I don't have any good suggestion on PDF export library yet, so sorry for this.

from ci_bootstrap.

CdaGanache avatar CdaGanache commented on August 21, 2024

ok.. thanks so much then.. i will try phase by phase after this.. thanks yaa =')

from ci_bootstrap.

CdaGanache avatar CdaGanache commented on August 21, 2024

Hi there.. i had fixed the problem 70% and success to combine your codes and mine. =')
Before this in my page i have export and print button..but when i combine the button doesn't appear.. can you please help me to explain how to make the button appear again? thanks in advance =')

from ci_bootstrap.

waifung0207 avatar waifung0207 commented on August 21, 2024

You will find some code from: applications/backend/helpers/crud_helper.php where I have disabled them by calling unset_print() and unset_export() by default. To enable them again, just comment out the lines and should be fine.

from ci_bootstrap.

CdaGanache avatar CdaGanache commented on August 21, 2024

yeayyyyyyyyyyyy!!!!!!!!!!!!! i found it and it works!! thanksssssss Michael Chan!! =')

from ci_bootstrap.

waifung0207 avatar waifung0207 commented on August 21, 2024

You're welcome :)
I am closing this issue now and hope you will do well in your project.

from ci_bootstrap.

Related Issues (20)

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.