Capcha Error setting keys #85
jeromeatneotek
started this conversation in
General
Replies: 1 comment 8 replies
-
Sorry for this, development is done mostly on mysql and pgsql was not tested with some recent changes. This bug is fixed in the latest.zip you will need to redownload and update the files. To reinstall just delete |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
`Internal server error!
(error 500)
pg_result_error(): Argument #1 ($result) must be of type PgSql\Result, false given
C:\Domains\myweb\wwwroot\system\db\pgsql.php on line 290
Code
error_log('pgsql error: ' . pg_result_error($this->last_res) . pg_last_error(self :: $link)); // <==
Trace
#0 C:\Domains\myweb\wwwroot\system\db\pgsql.php(291): pg_result_error()
#1 C:\Domains\myweb\wwwroot\storage\model\admin\settingsql.pgsql.php(133): Vvveb\System\Db\Pgsql->execute()
#2 C:\Domains\myweb\wwwroot\system\setting.php(134): Vvveb\Sql\SettingSQL->set()
#3 C:\Domains\myweb\wwwroot\system\functions.php(116): Vvveb\System\Setting->multiSet()
#4 C:\Domains\myweb\wwwroot\plugins\captcha\admin\controller\settings.php(38): Vvveb\set_settings()
#5 [internal function]: Vvveb\Plugins\Captcha\Controller\Settings->save()
#6 C:\Domains\myweb\wwwroot\system\core\frontcontroller.php(229): call_user_func()
#7 C:\Domains\myweb\wwwroot\system\core\frontcontroller.php(298): Vvveb\System\Core\FrontController::call()
#8 C:\Domains\myweb\wwwroot\system\core\frontcontroller.php(364): Vvveb\System\Core\FrontController::redirect()
#9 C:\Domains\myweb\wwwroot\system\core\startup.php(355): Vvveb\System\Core\FrontController::dispatch()
#10 C:\Domains\myweb\wwwroot\index.php(138): Vvveb\System\Core\start()
#11 C:\Domains\myweb\wwwroot\admin\index.php(41): include('...')
#12 C:\Domains\myweb\wwwroot\public\admin\index.php(26): include('...')
#13 {main}`
Beta Was this translation helpful? Give feedback.
All reactions