Hi, Just installed opensis v9x on a localhost using the 'install wizard'. I believe the installation went well. I tried to add a user/password entry. However I cannot use this entry to login because it said that the password is incorrect. I tried to modify it using the super admin account. The password/text field shows a different password than originally entered. I'm guessing it is displaying a hash or something.
Hello, I'm stuck. I would like to use mysql instead of sqlite. **settings_php_sqlite3** : Not found => Activate PHP extension Apache version: Apache PHP version: 8.2.6 PHP include path: :.:/usr/share/php Thanks,
how to access affected_rows after executing an update/insert/delete? ---never mind...got it.
how to access affected_rows after executing an update/insert/delete?
No, worries. Solved this issue. I would post my files after I have completed updating stock take.
When I place the declaration require_once("../shared/common.php"); before any other code I got another set of Internal Error displaying a debug trace with this notable error message: FatalHandler->internalError('Tried to make database query before connection.') Here is the full debug trace: Debug Backtrace (most recent call first): /.../classes/FatalHandler.php:13 FatalHandler->printBackTrace() /.../classes/Fatal.php:19 FatalHandler->internalError('Tried to make database query before connection.')...
When I place the declaration require_once("../shared/common.php"); before any other code I got another set of Internal Error displaying a debug trace with this notable error message: FatalHandler->internalError('Tried to make database query before connection.') I am unsure how to troubleshoot this. I'm thinking that the current version 0.7.2 has a differnt procedure in declaring required files.
I have started 'trouble-shooting'. I got a fatal error: PHP Fatal error: Class 'Iter' not found in /.../obib-php7-inv/classes/DbIter.php on line 6, referer: http://.../obib-php7-inv/catalog/index.php --> this one being for stocktake_list.php file It may have something to do with the require_once declarations: $tab = "cataloging"; $nav = "stocktake"; $restrictInDemo = true; require_once("../shared/read_settings.php"); require_once("../shared/common.php"); require_once("../shared/logincheck.php");...