Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERPNext] Education module #1399

Closed
mtssantos18 opened this issue Feb 8, 2024 · 4 comments
Closed

[ERPNext] Education module #1399

mtssantos18 opened this issue Feb 8, 2024 · 4 comments
Assignees
Labels
erpnext solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@mtssantos18
Copy link

Platform

Azure

bndiagnostic ID know more about bndiagnostic ID

Don't have an ID

bndiagnostic output

bitnami@suderpnext:~/stack/erpnext/frappe-bench$ bench --site erpnext install-app education
Traceback (most recent call last):
File "/opt/bitnami/python/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/bitnami/python/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 114, in
main()
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 20, in main
click.Group(commands=commands)(prog_name="bench")
File "/opt/bitnami/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1157, in call
return self.main(*args, **kwargs)
File "/opt/bitnami/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/opt/bitnami/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/opt/bitnami/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/opt/bitnami/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/opt/bitnami/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/opt/bitnami/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/decorators.py", line 33, in new_func
return f(get_current_context(), *args, **kwargs)
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/commands/init.py", line 29, in _func
ret = f(frappe._dict(ctx.obj), *args, **kwargs)
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/commands/site.py", line 457, in install_app
frappe.connect()
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/init.py", line 282, in connect
local.db = get_db(
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/database/init.py", line 52, in get_db
return frappe.database.mariadb.database.MariaDBDatabase(host, user, password, port=port)
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/database/database.py", line 92, in init
self.logger = frappe.logger("database")
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/init.py", line 2257, in logger
return get_logger(
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/utils/logger.py", line 69, in get_logger
handler = RotatingFileHandler(log_filename, maxBytes=max_size, backupCount=file_count)
File "/opt/bitnami/python/lib/python3.10/logging/handlers.py", line 155, in init
BaseRotatingHandler.init(self, filename, mode, encoding=encoding,
File "/opt/bitnami/python/lib/python3.10/logging/handlers.py", line 58, in init
logging.FileHandler.init(self, filename, mode=mode,
File "/opt/bitnami/python/lib/python3.10/logging/init.py", line 1169, in init
StreamHandler.init(self, self._open())
File "/opt/bitnami/python/lib/python3.10/logging/init.py", line 1201, in _open
return open_func(self.baseFilename, self.mode,
PermissionError: [Errno 13] Permission denied: '/opt/bitnami/erpnext/frappe-bench/logs/database.log'

bndiagnostic was not useful. Could you please tell us why?

no

Describe your issue as much as you can

Hello guys,

I'm new to bitnami Erpnext, I'm trying to install app education within my erpnext that I'm using now in Bitnami, from Azure.

I've been trying some alternatives I've triend before on development mode, but now in production it doesn't seem to work.

Anyone triend to install some App inside your ERPNext, could oyu help me with that please?

@mtssantos18 mtssantos18 added the tech-issues The user has a technical issue about an application label Feb 8, 2024
@github-actions github-actions bot added the triage Triage is needed label Feb 8, 2024
@jotamartos
Copy link
Collaborator

There is an example about how to install a plugin in ERPNext here, could you please take a look at it?

#1180 (comment)

Thanks

@jotamartos jotamartos changed the title [ERPNex Install] Education module [ERPNext] Education module Feb 12, 2024
Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Feb 28, 2024
Copy link

github-actions bot commented Mar 4, 2024

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@github-actions github-actions bot added the solved label Mar 4, 2024
@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 4, 2024
@mtssantos18
Copy link
Author

Thanks it worked for me Jotamartos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
erpnext solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

3 participants