Lucas Bürgy's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
2 results tagged error  ✕
Nextcloud error /shaare/851vqw
Tue Nov 12 23:14:37 2019
QRCode

Erreur :

  • Syntax error or access violation: 1253 COLLATION 'utf8mb4_general_ci' is not valid for CHARACTER SET 'utf8'

Faire :

  • https://docs.nextcloud.com/server/17/admin_manual/configuration_database/mysql_4byte_support.html
  • https://help.nextcloud.com/t/solved-syntax-error-or-access-violation-1071-specified-key-was-too-long-max-key-length-is-767-bytes/34740

Ne pas oublier d'enlever le mode maintenance

sudo -u www-data php occ maintenance:mode --off
nextcloud mysql error
.load() | jQuery API Documentation https://api.jquery.com/load/
Mon Feb 11 23:51:17 2019
QRCode

Un exemple pour détecter une erreur lors de la méthode load de jQuery

$( "#success" ).load( "/not-here.php", function( response, status, xhr ) {
  if ( status == "error" ) {
    var msg = "Sorry but there was an error: ";
    $( "#error" ).html( msg + xhr.status + " " + xhr.statusText );
  }
});
jquery
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn