Ultimate POS - Best Advanced Stock Management, Point of Sale & Invoicing application

Ultimate POS - Best Advanced Stock Management, Point of Sale & Invoicing application v5.40

No permission to download

amqmp

Member
Feb 25, 2020
48
12
8
what's r problem. i dont know.

After successful installation and business registration, we are redirected to the login page. Authentication however fails with the message: "These credentials do not match our records." ...the records are created in the DB, am sure the username and passwords, but authentication fails...I figure this has to do with the encryption and decryption of passwords. Any insights?
 

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,075
6,047
120
world
babiato.tech
After successful installation and business registration, we are redirected to the login page. Authentication however fails with the message: "These credentials do not match our records." ...the records are created in the DB, am sure the username and passwords, but authentication fails...I figure this has to do with the encryption and decryption of passwords. Any insights?
cn u share ur cpanel details so i can chk it
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,021
22,057
120
problem. .env file.
example:
Code:
APP_NAME="Ultimate Pos"
APP_TITLE=""
APP_ENV="live"
APP_KEY=base64:W8UqtE9LHZW+gRag78o4BCbN1M0w4HdaIFdLqHJ/9PA=
APP_DEBUG="false"
APP_LOG_LEVEL=debug
APP_URL="http://localhost/public"
APP_LOCALE=en

LOG_CHANNEL=stack

DB_CONNECTION=mysql
DB_HOST="localhost"
DB_PORT="3306"
DB_DATABASE="pos"
DB_USERNAME="super"
DB_PASSWORD="pwdtest"

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_CONNECTION=sync

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_DRIVER="sendmail"
MAIL_HOST=smtp.mylocal.com
MAIL_PORT=25
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME=""

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=

ENVATO_PURCHASE_CODE="nullmaster"
ALLOW_REGISTRATION=true
MAC_LICENCE_CODE=
ADMINISTRATOR_USERNAMES=

BACKUP_DISK="local"
DROPBOX_ACCESS_TOKEN=

#Configuration details for superadmin modules

#Stripe payment details for superadmin module
STRIPE_PUB_KEY=
STRIPE_SECRET_KEY=

#PayPal payment details for superadmin module
PAYPAL_MODE=sandbox

#PayPal Setting & API Credentials - sandbox
PAYPAL_SANDBOX_API_USERNAME=
PAYPAL_SANDBOX_API_PASSWORD=
PAYPAL_SANDBOX_API_SECRET=

#PayPal Setting & API Credentials - live
PAYPAL_LIVE_API_USERNAME=
PAYPAL_LIVE_API_PASSWORD=
PAYPAL_LIVE_API_SECRET=

#Razor pay API credentials
RAZORPAY_KEY_ID=
RAZORPAY_KEY_SECRET=

#Pesapal API details
PESAPAL_CONSUMER_KEY=
PESAPAL_CONSUMER_SECRET=
PESAPAL_CURRENCY=KES
PESAPAL_LIVE=false
 

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,075
6,047
120
world
babiato.tech
problem. .env file.
example:
Code:
APP_NAME="Ultimate Pos"
APP_TITLE=""
APP_ENV="live"
APP_KEY=base64:W8UqtE9LHZW+gRag78o4BCbN1M0w4HdaIFdLqHJ/9PA=
APP_DEBUG="false"
APP_LOG_LEVEL=debug
APP_URL="http://localhost/public"
APP_LOCALE=en

LOG_CHANNEL=stack

DB_CONNECTION=mysql
DB_HOST="localhost"
DB_PORT="3306"
DB_DATABASE="pos"
DB_USERNAME="super"
DB_PASSWORD="pwdtest"

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_CONNECTION=sync

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_DRIVER="sendmail"
MAIL_HOST=smtp.mylocal.com
MAIL_PORT=25
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME=""

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=

ENVATO_PURCHASE_CODE="nullmaster"
ALLOW_REGISTRATION=true
MAC_LICENCE_CODE=
ADMINISTRATOR_USERNAMES=

BACKUP_DISK="local"
DROPBOX_ACCESS_TOKEN=

#Configuration details for superadmin modules

#Stripe payment details for superadmin module
STRIPE_PUB_KEY=
STRIPE_SECRET_KEY=

#PayPal payment details for superadmin module
PAYPAL_MODE=sandbox

#PayPal Setting & API Credentials - sandbox
PAYPAL_SANDBOX_API_USERNAME=
PAYPAL_SANDBOX_API_PASSWORD=
PAYPAL_SANDBOX_API_SECRET=

#PayPal Setting & API Credentials - live
PAYPAL_LIVE_API_USERNAME=
PAYPAL_LIVE_API_PASSWORD=
PAYPAL_LIVE_API_SECRET=

#Razor pay API credentials
RAZORPAY_KEY_ID=
RAZORPAY_KEY_SECRET=

#Pesapal API details
PESAPAL_CONSUMER_KEY=
PESAPAL_CONSUMER_SECRET=
PESAPAL_CURRENCY=KES
PESAPAL_LIVE=false
this is not problem it will genertae while installing
first rename env.example to .env
 
  • Like
Reactions: ckeeper

ckeeper

Well-known member
Nov 8, 2019
623
376
63
the .env file is generated from the .env.example file provided. The APP_KEY in the .env file does not change, ie, APP_KEY=base64:W8UqtE9LHZW+gRag78o4BCbN1M0w4HdaIFdLqHJ/9PA=
When you use the
Code:
php artisan key:generate
it will generate the new key to your .env file
 

amqmp

Member
Feb 25, 2020
48
12
8
When you use the
Code:
php artisan key:generate
it will generate the new key to your .env file

Just regenerated the new key to the .env file. Registered a new business, thereby creating another superadmin...however, authentication still fails with the same error message.
 

amqmp

Member
Feb 25, 2020
48
12
8
Just regenerated the new key to the .env file. Registered a new business, thereby creating another superadmin...however, authentication still fails with the same error message.

Or should I run the key generation command before installation?
 

ckeeper

Well-known member
Nov 8, 2019
623
376
63
I think the issue is with the php version, can anyone try php7.0 or php7.1. That is what their installation manuals suggests.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu