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

Ultimate POS - Best Advanced Stock Management, Point of Sale & Invoicing application v6.6 – Untouched

No permission to download

ioloo

Member
Sep 25, 2019
56
38
18
Modules are not working for me. All my server requirements are green.

mydomain.com/public/Modules/Superadmin/install

1) I made a folder 'Modules' www root / It shows me 404 error.
2)
  1. Unzip the downloaded code. Inside that, you will find the module zip file, upload this zip file by clicking on Upload Module.
    NOTE: If it displays some error then you can unzip the module zip file and place it directly inside the Modules folder (pos/Modules folder)
I don`t have a 'Upload Module' button.

Can anyone help?


-------------solved----------
Wrong account :D
 
Last edited:

planet

Member
May 30, 2021
152
21
18
when enabling "ADMINISTRATOR_USERNAMES=admin", in env.
there is a administer backup feature. how to get rid of the modules feature?
modules.PNG
 

ultranoob

Well-known member
Trusted Uploader
Feb 1, 2021
309
430
63
babiato
babiato.tech
Modules are not working for me. All my server requirements are green.

mydomain.com/public/Modules/Superadmin/install

1) I made a folder 'Modules' www root / It shows me 404 error.
2)
  1. Unzip the downloaded code. Inside that, you will find the module zip file, upload this zip file by clicking on Upload Module.
    NOTE: If it displays some error then you can unzip the module zip file and place it directly inside the Modules folder (pos/Modules folder)
I don`t have a 'Upload Module' button.

Can anyone help?


-------------solved----------
Wrong account :D
good to know that you understood the issue.
 

planet

Member
May 30, 2021
152
21
18
how to set up cronjob guys?
ex: * * * * * /usr/local/bin/lsphp /home/mydomain/public_html/1/artisan schedule:run >> /dev/null 2>&1.
to set up a 1-day backup?
 
  • Like
Reactions: TechBrain

hero70411

Active member
May 4, 2022
155
179
43
login as superadmin. how to get rid of the modules menu? because I only need 'administer Backup' only.
Finally i understand your idea.
Open: app\Http\Middleware\AdminSidebarMenu.php
Find this code and delete it:
Code:
            //Modules menu
            if (auth()->user()->can('manage_modules')) {
                $menu->url(action('Install\ModulesController@index'), __('lang_v1.modules'), ['icon' => 'fa fas fa-plug', 'active' => request()->segment(1) == 'manage-modules'])->order(60);
            }
 
  • Love
Reactions: planet

planet

Member
May 30, 2021
152
21
18
Finally i understand your idea.
Open: app\Http\Middleware\AdminSidebarMenu.php
Find this code and delete it:
Code:
            //Modules menu
            if (auth()->user()->can('manage_modules')) {
                $menu->url(action('Install\ModulesController@index'), __('lang_v1.modules'), ['icon' => 'fa fas fa-plug', 'active' => request()->segment(1) == 'manage-modules'])->order(60);
            }
yes, it worked. Thank you very much. How about sending coffee to you?
 

Latest posts

Forum statistics

Threads
69,515
Messages
910,202
Members
240,137
Latest member
Khushdeep12

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