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

Can not log in after installation #81

Open getiid opened 7 years ago

getiid commented 7 years ago

Hi.There was no fatal error in the installation, except that .htaccess could not be written outside. But after the installation is complete, enter the user name password can not log in, the reality of blank pages. After returning or the same. What is the problem?

getiid commented 7 years ago

Warning: chmod(): Operation not permitted in /var/www/html/t/engine/install/steps/start_install.php on line 54

Failed to change the access level of the .htacess file. Change the .htaccess file to 06444 mode after installation Printing array/object 5.5.52-MariaDB

arkasshun commented 6 years ago

I am also not able to login after installation. Returns back to the same page.. Please help

mohammadarifien commented 6 years ago

Warning: session_start(): Failed to read session data: user (path: C:\xampp\tmp) in C:\xampp\htdocs\inoerp\inoerp_server\includes\general_class\class_ino_session.inc on line 294

please help me to solve this problem

varshbadheka commented 3 years ago

Hi,

After installation, when trying to login, it takes completely wrong path. It takes localhostd instead of localhost, and path is part of physical path.

It tries to navigate to : http://localhostd/Ibit/erp/www/extensions/ino_user/user_login.php

Where as, it should be

http://localhost/erp/extensions/ino_user/user_login.php

My physical path is :

D:\Ibit\erp\www\

AND

D:\Ibit\erp\inoerp_server

Struggling to find the reason, since 2 days, couldn't find any. Also tried to look for installation guide or something no success.

Please guide someone and would be of great help !!

Thanks !!

Varsh..