Code Monkey home page Code Monkey logo

Comments (7)

yoyox221 avatar yoyox221 commented on May 31, 2024

when I click the next button nothing works

from php-mysql-admin-panel-generator.

kylonrizoki avatar kylonrizoki commented on May 31, 2024

when I click the next button nothing works

from php-mysql-admin-panel-generator.

jessetechno avatar jessetechno commented on May 31, 2024

Same issue. Click Next after entering DB login... Nothing. I'm showing an error that says the handler.php is not there but it is there. The exact error in terminal is:
[Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (handler.php, line 0)

from php-mysql-admin-panel-generator.

tejkweku avatar tejkweku commented on May 31, 2024

It has to do with the mysql functions employed. You have got to change

  • all mysql functions into mysqli functions (remember that most mysqli functions have their first paramenter to be the database connection, in this project $link)

From then, everything would work fine

from php-mysql-admin-panel-generator.

tejkweku avatar tejkweku commented on May 31, 2024

From the mysql functions used, it can be deduced that the project was written to work with Php 5*. Thus if your system (computer) is set to use Php 7* you would have this issue as the all mysql functions used in this project have been deprecated.

from php-mysql-admin-panel-generator.

tejkweku avatar tejkweku commented on May 31, 2024

I have forked the project and fixed this issue as well as other bugs I found. This is a link to the forked project.

from php-mysql-admin-panel-generator.

housamz avatar housamz commented on May 31, 2024

@tej-kweku Thanks very much for your help in converting it to be PHP 7 compatible.
I didn't use PHP since I created this and didn't have the time to fix it.

from php-mysql-admin-panel-generator.

Related Issues (15)

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.