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

Bug/error: Sebuah kesalahan basis data terjadi #5643

Closed
pemdespancur opened this issue Sep 14, 2022 · 3 comments
Closed

Bug/error: Sebuah kesalahan basis data terjadi #5643

pemdespancur opened this issue Sep 14, 2022 · 3 comments
Assignees
Labels

Comments

@pemdespancur
Copy link

Jelaskan error yg dialami

1146

Table 'sid_pancur.ref_penduduk_hamil' doesn't exist
Bagaimana cara mengatasi ini ?

Cara untuk mereplikasi errornya

Tiap buka database atau menambah penduduk baru langsung auto logout

Hasil yg diharapkan

Perbaikan database

Tangkapan layar dan log error

image

Rilis Versi OpenSID

Rilis Umum

Versi OpenSID

22.09

Tema Yang Digunakan

cosmo

Informasi tambahan

No response

@andifahruddinakas
Copy link
Member

Untuk sementara bisa jalankan perintah sql berikut di phpMyAdmin :

#
# TABLE STRUCTURE FOR: ref_penduduk_hamil
#

DROP TABLE IF EXISTS `ref_penduduk_hamil`;

CREATE TABLE `ref_penduduk_hamil` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `nama` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

INSERT INTO `ref_penduduk_hamil` (`id`, `nama`) VALUES (1, 'Hamil');
INSERT INTO `ref_penduduk_hamil` (`id`, `nama`) VALUES (2, 'Tidak Hamil');

@andifahruddinakas andifahruddinakas self-assigned this Sep 14, 2022
@andifahruddinakas andifahruddinakas added this to the OpenSID 22.10 M2 milestone Sep 14, 2022
@vickyrolanda
Copy link
Contributor

Sudah diselesaikan di PR https://github.com/OpenSID/premium/pull/1346

@pemdespancur
Copy link
Author

Terimakasih banyak....masalah sudah teratasi

This was referenced Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants