Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Setting utf8_unicode_ci collation to the database... Installing database version 300...
  2. badges… creating…
  3. settings… creating…/lib/mysql.php:164 backTrace()
  4. /lib/mysql.php:131 rawQuery('...')
  5. /lib/mysqlfunctions.php:71 query('...')
  6. /install/installer.php:72 Upgrade()
  7. /install/doinstall.php:7 install()
  8.  
  9.  
  10. BLOB, TEXT, GEOMETRY or JSON column 'value' can't have a default value
  11.  
  12. Query was: create table `settings` (
  13. `plugin` varchar(128) NOT NULL DEFAULT '',
  14. `name` varchar(128) NOT NULL DEFAULT '',
  15. `value` text DEFAULT '',
  16. unique key `mainkey` (`plugin`,`name`)
  17. ) ENGINE=MyISAM;MySQL Error.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement