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
+ mysql --user=root --password= --batch --execute 'USE vtigercrm; INSERT INTO vtiger_systems (id, server, server_port, server_username, server_password, server_type, smtp_auth, server_path, from_email_field) VALUES ('\''1'\'', '\''127.0.0.1'\'', '\''25'\'', NULL, NULL, '\''email'\'', '\''false'\'', NULL, NULL);' ERROR 1146 (42S02) at line 1: Table 'vtigercrm.vtiger_systems' doesn't exist make: *** [build/stamps/root.patched] Error 1
The text was updated successfully, but these errors were encountered:
It appears vtiger does not yet support PHP 5.4.x, which is a show stopper for TKL 13.0 unfortunately...
Sorry, something went wrong.
vTiger v6.0 has been released which should resolve this issue and allow a v13.x TKL appliance to be built...
Hopefully the new version of vTiger on the new v14.0 base should 'Just Work':tm: :smile:
This bug is being shut in favour of a more up to date #375
No branches or pull requests
The text was updated successfully, but these errors were encountered: