We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installation I'm receiving this error:
Fatal error: Uncaught Exception: Unknown column 'np_value' in 'field list' INSERT INTO np_option (key, value, site_id) VALUES ( "site-title", "XXXXXX", 1 ) ON DUPLICATE KEY UPDATE np_value = values(value) - INSERT INTO np_option (key, value, site_id) VALUES ( :key, :value, :site_id ) ON DUPLICATE KEY UPDATE np_value = values(value) in /home/host/domains/xxxxxxx/public_html/vvveb/system/db/mysqli.php:336 Stack trace: #0 /home/host/domains/xxxxxxx/public_html/vvveb/storage/model/install/optionsql.php(106): Vvveb\System\Db\Mysqli->execute() #1 /home/host/domains/xxxxxxx/public_html/vvveb/system/option.php(67): Vvveb\Sql\OptionSQL->setOption() #2 /home/host/domains/xxxxxxx/public_html/vvveb/system/functions/functions.php(96): Vvveb\System\Option->multiSet() #3 /home/host/domains/xxxxxxx. in /home/host/domains/xxxxxxx/public_html/vvveb/system/db/mysqli.php on line 336
np_option
key
value
site_id
np_value
Any idea about how I can solve that?
The text was updated successfully, but these errors were encountered:
Hi
Thanks for testing Vvveb, this error was caused by a bug from table prefix option, please redownload the zip file to get the fixed version.
Sorry, something went wrong.
No branches or pull requests
After installation I'm receiving this error:
Fatal error: Uncaught Exception: Unknown column 'np_value' in 'field list' INSERT INTO
np_option
(key
,value
,site_id
) VALUES ( "site-title", "XXXXXX", 1 ) ON DUPLICATE KEY UPDATEnp_value
= values(value
) - INSERT INTOnp_option
(key
,value
,site_id
) VALUES ( :key, :value, :site_id ) ON DUPLICATE KEY UPDATEnp_value
= values(value
) in /home/host/domains/xxxxxxx/public_html/vvveb/system/db/mysqli.php:336 Stack trace: #0 /home/host/domains/xxxxxxx/public_html/vvveb/storage/model/install/optionsql.php(106): Vvveb\System\Db\Mysqli->execute() #1 /home/host/domains/xxxxxxx/public_html/vvveb/system/option.php(67): Vvveb\Sql\OptionSQL->setOption() #2 /home/host/domains/xxxxxxx/public_html/vvveb/system/functions/functions.php(96): Vvveb\System\Option->multiSet() #3 /home/host/domains/xxxxxxx. in /home/host/domains/xxxxxxx/public_html/vvveb/system/db/mysqli.php on line 336Any idea about how I can solve that?
The text was updated successfully, but these errors were encountered: