inoerp / inoERP

inoERP is an OneApp [ Go back-end & Flutter front-end ] based enterprise management system
http://docs.inoerp.com/
Mozilla Public License 2.0
767 stars 675 forks source link

Installation Issue. #58

Open b4allb4u opened 7 years ago

b4allb4u commented 7 years ago

Hi to all,

I am unable to install the InoERP on my localhost through XAMPP, While installation InoERP on my localhost error is showing that C:\xampp\htdocs\inoerp\includes\basics\settings\dbsettings.incFile: : file not writable.

Please help me in this matter

Regards B4ALLB4U

Barron111 commented 7 years ago

I also am having the same issue. In fact when I go to the directory there is no dbsettings.inc file but there is dbsettings.php. Any suggestions ?

Thank you..

Barron111 commented 7 years ago

B4ALLB4U,

I resolved the issue by creating a dbsettings.inc file and populated it with the following

<?php $dbsettings['engine'] = 'mysql'; $dbsettings['host'] = 'localhost'; $dbsettings['dbname'] = 'dbname'; $dbsettings['user'] = 'user'; $dbsettings['pass'] = 'pass';

Hope that helps..

Barron111

inoerp commented 7 years ago

Make sure the dbsettings.inc file is writable before you start the installation process. Also, make sure that the files folder is writeable

fgahmed786 commented 6 years ago

How to fix Warning: require_once(C:\xampp\htdocs\inoerp\includes\basics/../../../inoerp_server/includes/functions/functions.inc): failed to open stream: No such file or directory in C:\xampp\htdocs\inoerp\includes\basics\wloader.inc on line 10

fgahmed786 commented 6 years ago

How to fix

akinjj commented 6 years ago

Edit the file by changing the database settings/config to the one you created.

DB Name DB User DB Pass