Giter Site home page Giter Site logo

Problem with installation about phpback HOT 8 CLOSED

phpback avatar phpback commented on June 10, 2024
Problem with installation

from phpback.

Comments (8)

ivandiazwm avatar ivandiazwm commented on June 10, 2024

Hi Jessar1994,
The installation process automatically deletes all the installation files.

Please, take a look to the file application/config/database.php (it's generated by the installation). It should contain all the information for connecting to the database and the mysql server: https://github.com/ivandiazwm/phpback/wiki/How-To-install#error-1-config-file-could-not-be-created

I'd recommend you delete all the tables on the database (or delete it and create a new one), delete the database.php file if it exists, upload the installation files aging and reinstall.

I'm trying to reproduce this issue and I'll tell you has soon as I have updates on this, please stay tuned.

from phpback.

Jessar1994 avatar Jessar1994 commented on June 10, 2024

I have tried that, same error :/
I have taked a look in my database after my installation and tables are created by your script.
https://dl.dropboxusercontent.com/u/42214358/supportportalen/errors/DB.PNG

from phpback.

ivandiazwm avatar ivandiazwm commented on June 10, 2024

Please, verify that database.php has the correct values for connecting to the database.

I've also noticed you've got the No input file specified issue. Please, try this: #21

from phpback.

Jessar1994 avatar Jessar1994 commented on June 10, 2024

It has the correct values.

I have a php file to test the connection: http://feedback.supportportalen.mobi/connsucess.php

I have change the last line to RewriteRule ^(.*)$ index.php?/$0 in the .htaccess file.

still have the error messages:

A Database Error Occurred

Unable to connect to your database server using the provided settings.

Filename: core/Loader.php

Line Number: 347

My mysql user has Read / write permissions.

I will talk to Binero, and ask if there is problem with mysql database.

(I use php version 5.6.14)

I have used this too: http://feedback.supportportalen.mobi/test.php

from phpback.

ivandiazwm avatar ivandiazwm commented on June 10, 2024

Try changing $db['default']['db_debug'] = TRUE; to $db['default']['db_debug'] = FALSE; in database.php

from phpback.

Jessar1994 avatar Jessar1994 commented on June 10, 2024

Okey, now this error gone:
A Database Error Occurred

Unable to connect to your database server using the provided settings.

Filename: core/Loader.php

Line Number: 347

But when i go to my site: http://feedback.supportportalen.mobi/ i get error: https://dl.dropboxusercontent.com/u/42214358/supportportalen/errors/error_site.PNG

from phpback.

ivandiazwm avatar ivandiazwm commented on June 10, 2024

Sure no problem.
Could you also try to change the dbdriver? I mean this $db['default']['dbdriver'] = "mysql"; to this $db['default']['dbdriver'] = "mysqli";

from phpback.

Jessar1994 avatar Jessar1994 commented on June 10, 2024

now it looks normal.

it seems to work now. Thanks for all help :)

from phpback.

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.