Hello, can some put me through on how to install this right from the scratch. I'm not really familiar with php and I'm not getting the installation steps they put on their website
why do i get this error? Fatal error: Uncaught Error: Non-static method Connection::connect() cannot be called statically in C:\xampp\htdocs\POS\models\users.model.php:15 Stack trace: #0 C:\xampp\htdocs\POS\controllers\users.controller.php(23): UsersModel::MdlShowUsers('users', 'user', 'admin') #1 C:\xampp\htdocs\POS\views\modules\login.php(46): ControllerUsers::ctrUserLogin() #2 C:\xampp\htdocs\POS\views\template.php(171): include('C:\\xampp\\htdocs...') #3 C:\xampp\htdocs\POS\controllers\template.controller.php(6): include('C:\\xampp\\htdocs...') #4 C:\xampp\htdocs\POS\index.php(19): ControllerTemplate::ctrTemplate() #5 {main} thrown in C:\xampp\htdocs\POS\models\users.model.php on line 15
same problem i did it right though, i got this error when logging in Fatal error: Uncaught Error: Non-static method Connection::connect() cannot be called statically in C:\xampp\htdocs\POS-PHP\models\users.model.php:15 Stack trace: #0 C:\xampp\htdocs\POS-PHP\controllers\users.controller.php(23): UsersModel::MdlShowUsers('users', 'user', 'admin') #1 C:\xampp\htdocs\POS-PHP\views\modules\login.php(46): ControllerUsers::ctrUserLogin() #2 C:\xampp\htdocs\POS-PHP\views\template.php(171): include('C:\\xampp\\htdocs...') #3 C:\xampp\htdocs\POS-PHP\controllers\template.controller.php(6): include('C:\\xampp\\htdocs...') #4 C:\xampp\htdocs\POS-PHP\index.php(19): ControllerTemplate::ctrTemplate() #5 {main} thrown in C:\xampp\htdocs\POS-PHP\models\users.model.php on line 15
same to me Fatal error: Uncaught Error: Non-static method Connection::connect() cannot be called statically in C:\xampp\htdocs\POS-PHP\models\users.model.php:15 Stack trace: #0 C:\xampp\htdocs\POS-PHP\controllers\users.controller.php(23): UsersModel::MdlShowUsers('users', 'user', 'admin') #1 C:\xampp\htdocs\POS-PHP\views\modules\login.php(46): ControllerUsers::ctrUserLogin() #2 C:\xampp\htdocs\POS-PHP\views\template.php(171): include('C:\\xampp\\htdocs...') #3 C:\xampp\htdocs\POS-PHP\controllers\template.controller.php(6): include('C:\\xampp\\htdocs...') #4 C:\xampp\htdocs\POS-PHP\index.php(19): ControllerTemplate::ctrTemplate() #5 {main} thrown in C:\xampp\htdocs\POS-PHP\models\users.model.php on line 15
i encountered this error, Strict Standards: Non-static method ControllerSales::ctrAddingTotalSales() should not be called statically in C:\xampp\htdocs\POS-PHP\views\modules\home\top-boxes.php on line 7........ my version of my php is 5.6.3 but it still not working. what will i do? Thanks a lot
hello sir when i try to login got this error. Fatal error: Uncaught Error: Non-static method Connection::connect() cannot be called statically in C:\data\htdocs\pos\models\users.model.php:15 Stack trace: #0 C:\data\htdocs\pos\controllers\users.controller.php(23): UsersModel::MdlShowUsers('users', 'user', 'admin') #1 C:\data\htdocs\pos\views\modules\login.php(46): ControllerUsers::ctrUserLogin() #2 C:\data\htdocs\pos\views\template.php(171): include('C:\\data\\htdocs\\...') #3 C:\data\htdocs\pos\controllers\template.controller.php(6): include('C:\\data\\htdocs\\...') #4 C:\data\htdocs\pos\index.php(19): ControllerTemplate::ctrTemplate() #5 {main} thrown in C:\data\htdocs\pos\models\users.model.php on line 15
First, make sure about the db connection. If everything's fine, then that's due to your LATEST version of PHP. This project requires PHP 5.6 [as mentioned in the project overview table and text files]
Good evening sir when i try to print i will get this error Warning: chr() expects parameter 1 to be int, string given in C:\xampp1\htdocs\POS-PHP\extensions\tcpdf\include\tcpdf_fonts.php on line 1506 Notice: A non well formed numeric value encountered in C:\xampp1\htdocs\POS-PHP\extensions\tcpdf\pdf\bill.php on line 145 TCPDF ERROR: Some data has already been output, can't send PDF file
Hmm... not sure about this. or this could also be due to your PHP v7....? These types of error does not appear with PHP 5.6 [as recommended in text files and project overview table]
Any error messages? The reason behind this is probably due to your Latest version of PHP [php 8] if db connection and everthing is fine. We've tested this project using PHP 8, and it does not work there!
It's good but not usable for a point of sale like as a bar or a stand. A cashier can't write all the information for a client he have in front, but only have to click some button for prduct a customer want, read the payment it has to regiteres in the database for the reporting and print a receipt for the payment.
Good morning sir how can fix this ? Fatal error: Uncaught Error: Non-static method Connection::connect() cannot be called statically in C:\xampp\htdocs\POS\models\users.model.php:15 Stack trace: #0 C:\xampp\htdocs\POS\controllers\users.controller.php(23): UsersModel::MdlShowUsers('users', 'user', 'admin') #1 C:\xampp\htdocs\POS\views\modules\login.php(46): ControllerUsers::ctrUserLogin() #2 C:\xampp\htdocs\POS\views\template.php(171): include('C:\\xampp\\htdocs...') #3 C:\xampp\htdocs\POS\controllers\template.controller.php(6): include('C:\\xampp\\htdocs...') #4 C:\xampp\htdocs\POS\index.php(19): ControllerTemplate::ctrTemplate() #5 {main} thrown in C:\xampp\htdocs\POS\models\users.model.php on line 15
Good evening sir I have some error when printing sale item Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in C:\xampp\htdocs\POS-PHP\extensions\tcpdf\tcpdf.php on line 17778 Warning: chr() expects parameter 1 to be int, string given in C:\xampp\htdocs\POS-PHP\extensions\tcpdf\include\tcpdf_fonts.php on line 1506 Notice: A non well formed numeric value encountered in C:\xampp\htdocs\POS-PHP\extensions\tcpdf\pdf\bill.php on line 145 TCPDF ERROR: Some data has already been output, can't send PDF file How to fix it?
All your POSystems are building with 5.6 ? Do you have an other pos with latest versions of PHP ?
Hello, can some put me through on how to install this right from the scratch. I'm not really familiar with php and I'm not getting the installation steps they put on their website
why do i get this error?
Fatal error: Uncaught Error: Non-static method Connection::connect() cannot be called statically in C:\xampp\htdocs\POS\models\users.model.php:15 Stack trace: #0 C:\xampp\htdocs\POS\controllers\users.controller.php(23): UsersModel::MdlShowUsers('users', 'user', 'admin') #1 C:\xampp\htdocs\POS\views\modules\login.php(46): ControllerUsers::ctrUserLogin() #2 C:\xampp\htdocs\POS\views\template.php(171): include('C:\\xampp\\htdocs...') #3 C:\xampp\htdocs\POS\controllers\template.controller.php(6): include('C:\\xampp\\htdocs...') #4 C:\xampp\htdocs\POS\index.php(19): ControllerTemplate::ctrTemplate() #5 {main} thrown in C:\xampp\htdocs\POS\models\users.model.php on line 15
same problem i did it right though, i got this error when logging in Fatal error: Uncaught Error: Non-static method Connection::connect() cannot be called statically in C:\xampp\htdocs\POS-PHP\models\users.model.php:15 Stack trace: #0 C:\xampp\htdocs\POS-PHP\controllers\users.controller.php(23): UsersModel::MdlShowUsers('users', 'user', 'admin') #1 C:\xampp\htdocs\POS-PHP\views\modules\login.php(46): ControllerUsers::ctrUserLogin() #2 C:\xampp\htdocs\POS-PHP\views\template.php(171): include('C:\\xampp\\htdocs...') #3 C:\xampp\htdocs\POS-PHP\controllers\template.controller.php(6): include('C:\\xampp\\htdocs...') #4 C:\xampp\htdocs\POS-PHP\index.php(19): ControllerTemplate::ctrTemplate() #5 {main} thrown in C:\xampp\htdocs\POS-PHP\models\users.model.php on line 15
same to me Fatal error: Uncaught Error: Non-static method Connection::connect() cannot be called statically in C:\xampp\htdocs\POS-PHP\models\users.model.php:15 Stack trace: #0 C:\xampp\htdocs\POS-PHP\controllers\users.controller.php(23): UsersModel::MdlShowUsers('users', 'user', 'admin') #1 C:\xampp\htdocs\POS-PHP\views\modules\login.php(46): ControllerUsers::ctrUserLogin() #2 C:\xampp\htdocs\POS-PHP\views\template.php(171): include('C:\\xampp\\htdocs...') #3 C:\xampp\htdocs\POS-PHP\controllers\template.controller.php(6): include('C:\\xampp\\htdocs...') #4 C:\xampp\htdocs\POS-PHP\index.php(19): ControllerTemplate::ctrTemplate() #5 {main} thrown in C:\xampp\htdocs\POS-PHP\models\users.model.php on line 15
Can we customize the add product option fields?
does this have barcodescanner feature?
In this project, can i add subcategory in products?
Can u send old version of xamp sir please it is not atall available
i cant find the download button on the site
Great job. does this work with barcode scanner and does it have a printing function
then na debug ko po ung code ang problem naman sa sales hindi maka type ng product pag bibili ako
hello can I ask how can I change the currency for it?
Hello, please where can I edit receipt information?
i encountered this error, Strict Standards: Non-static method ControllerSales::ctrAddingTotalSales() should not be called statically in C:\xampp\htdocs\POS-PHP\views\modules\home\top-boxes.php on line 7........ my version of my php is 5.6.3 but it still not working. what will i do? Thanks a lot
That's probably due to your latest version of PHP. This project works best with PHP 5
i always have the latest version but still not working @CodeAstro @@CodeAstro
is this OOP structure?
Can I insert data other language?
hello sir when i try to login got this error. Fatal error: Uncaught Error: Non-static method Connection::connect() cannot be called statically in C:\data\htdocs\pos\models\users.model.php:15 Stack trace: #0 C:\data\htdocs\pos\controllers\users.controller.php(23): UsersModel::MdlShowUsers('users', 'user', 'admin') #1 C:\data\htdocs\pos\views\modules\login.php(46): ControllerUsers::ctrUserLogin() #2 C:\data\htdocs\pos\views\template.php(171): include('C:\\data\\htdocs\\...') #3 C:\data\htdocs\pos\controllers\template.controller.php(6): include('C:\\data\\htdocs\\...') #4 C:\data\htdocs\pos\index.php(19): ControllerTemplate::ctrTemplate() #5 {main} thrown in C:\data\htdocs\pos\models\users.model.php on line 15
First, make sure about the db connection. If everything's fine, then that's due to your LATEST version of PHP. This project requires PHP 5.6 [as mentioned in the project overview table and text files]
@@CodeAstro I am using php 5.6 and I have the same issue
@@dinukafernando7116 You sure about that? You can check your PHP version using the command "php -v" on command prompt
did u fix that?
hello sir ive been able to work through the source code except that i cant add new user ( your response and help will be appreciated)
Good Evening Sir, i use visual studio code. i get error when i login. can you assist plz?
i cant add a new product
Good evening sir when i try to print i will get this error
Warning: chr() expects parameter 1 to be int, string given in C:\xampp1\htdocs\POS-PHP\extensions\tcpdf\include\tcpdf_fonts.php on line 1506
Notice: A non well formed numeric value encountered in C:\xampp1\htdocs\POS-PHP\extensions\tcpdf\pdf\bill.php on line 145
TCPDF ERROR: Some data has already been output, can't send PDF file
Hmm... not sure about this. or this could also be due to your PHP v7....? These types of error does not appear with PHP 5.6 [as recommended in text files and project overview table]
@@CodeAstro thank you so much sir!
sir where to change the currency in the buying price and selling price in product management page
go through the code lines and replace the existing ones with your own!
Where in the code
What free hosting site did you use in this website sir?
This is a local server, XAMPP
Hi sir can I upgrade the php version up to latest?
Or any higher version
you are awesome, thk u bro
Thank you very much!
I can't log in, the username and password, are they the same?
Any error messages?
The reason behind this is probably due to your Latest version of PHP [php 8] if db connection and everthing is fine. We've tested this project using PHP 8, and it does not work there!
sir the id and password is wrong
your site always brings adblock threat even after disabling
It's good but not usable for a point of sale like as a bar or a stand. A cashier can't write all the information for a client he have in front, but only have to click some button for prduct a customer want, read the payment it has to regiteres in the database for the reporting and print a receipt for the payment.
Good morning sir how can fix this ? Fatal error: Uncaught Error: Non-static method Connection::connect() cannot be called statically in C:\xampp\htdocs\POS\models\users.model.php:15 Stack trace: #0 C:\xampp\htdocs\POS\controllers\users.controller.php(23): UsersModel::MdlShowUsers('users', 'user', 'admin') #1 C:\xampp\htdocs\POS\views\modules\login.php(46): ControllerUsers::ctrUserLogin() #2 C:\xampp\htdocs\POS\views\template.php(171): include('C:\\xampp\\htdocs...') #3 C:\xampp\htdocs\POS\controllers\template.controller.php(6): include('C:\\xampp\\htdocs...') #4 C:\xampp\htdocs\POS\index.php(19): ControllerTemplate::ctrTemplate() #5 {main} thrown in C:\xampp\htdocs\POS\models\users.model.php on line 15
did u fix that?
Good evening sir I have some error when printing sale item
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in C:\xampp\htdocs\POS-PHP\extensions\tcpdf\tcpdf.php on line 17778
Warning: chr() expects parameter 1 to be int, string given in C:\xampp\htdocs\POS-PHP\extensions\tcpdf\include\tcpdf_fonts.php on line 1506
Notice: A non well formed numeric value encountered in C:\xampp\htdocs\POS-PHP\extensions\tcpdf\pdf\bill.php on line 145
TCPDF ERROR: Some data has already been output, can't send PDF file
How to fix it?
That's probably due to your LATEST version of PHP. This project requires PHP 5 [as mentioned in the project overview table and text files]
I have solved the problem
@@dnsforex hey maam can you help me the username at password
What is admin's password?
Username: admin
Password: codeastro
C:\xampp\htdocs\POS-PHP\models\users.model.php on line 15
hi, i like your project very much!!! it is useful but some got bug, may i contact with you?