GithubHelp home page GithubHelp logo

Comments (7)

xatru avatar xatru commented on July 20, 2024 1

Hi,
I also tried to install mellivora on a Rasperry PI (raspbian image) and had the same issue. The fix for this is quite simple. The driver for php mysql is not installed, so just install it with:

sudo apt install php7.0-mysql

After that, restart the web server with:

sudo /etc/init.d/apache2 restart

Everything works fine for me now.

from mellivora.

ardinusawan avatar ardinusawan commented on July 20, 2024

Maybe your database configuration not configured properly?

from mellivora.

ndembezeh avatar ndembezeh commented on July 20, 2024

Hi,

Has there been any fix to this please? I have the same issue, i don't seem to have any database issue because i configured two boxes and one's working and the other is having this exception.

I'm using ubuntu 16.04

from mellivora.

Nakiami avatar Nakiami commented on July 20, 2024

If you're getting this error, you've most likely made some mistake in configuring the connection to the database. Have a look in your Apache logs for more information. They might be in /var/log/apache2/mellivora-error.log.

from mellivora.

Melvandito avatar Melvandito commented on July 20, 2024

hi.
download all css then put it to ur local dir if you haven't internet connection.
good luck!

from mellivora.

SYANiDE- avatar SYANiDE- commented on July 20, 2024

In my case, Arch+apache2+mariadb+php7:
The specified error.log contained a message similar to:
PDOException: could not find driver in mysql pdo

Ended up editing:
/etc/php/php.ini

Changing line:
;extension=pdo_mysql

To:
extension=pdo_mysql

Also cleared out the log at /var/log/httpd/mellivora error.log because it contained the DB creds as part of the error message.

hth, cheers

from mellivora.

PipeArd avatar PipeArd commented on July 20, 2024

Sorry for my english but, do you see if the pass of loggin to mysql is same pass in the create of database ?

i have this error because my pass when i created db was "" (empty)

from mellivora.

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.