Ga naar hoofdinhoud

Verouderd: Aanmaak van dynamische eigenschap EasyDiscussPost::$isActivity is verouderd in /var/www/staging.joomunited.com/public_html/administrator/components/com_easydiscuss/includes/easydiscuss.php op regel 1560

Verouderd: Aanmaak van dynamische eigenschap EasyDiscussPost::$isActivity is verouderd in /var/www/staging.joomunited.com/public_html/administrator/components/com_easydiscuss/includes/easydiscuss.php op regel 1560

Verouderd: Aanmaak van dynamische eigenschap EasyDiscussPost::$isActivity is verouderd in /var/www/staging.joomunited.com/public_html/administrator/components/com_easydiscuss/includes/easydiscuss.php op regel 1560

Verouderd: Aanmaak van dynamische eigenschap EasyDiscussPost::$isActivity is verouderd in /var/www/staging.joomunited.com/public_html/administrator/components/com_easydiscuss/includes/easydiscuss.php op regel 1560
  zaterdag, maart 09, 2019
  4 Reacties
  3,3K Bezoeken
  Abonneren

Verouderd: Het aanmaken van dynamische eigenschap EasyDiscussPost::$events is verouderd in /var/www/staging.joomunited.com/public_html/administrator/components/com_easydiscuss/includes/post/post.php op regel 4049
Wat is de beste manier om DropEditor en de componenten ervan te verwijderen? Zal het deïnstalleren van de DropEditor-component ook alles anders verwijderen?
A
7 jaar geleden

Verouderd: Aanmaak van dynamische eigenschap EasyDiscussPost::$events is verouderd in /var/www/staging.joomunited.com/public_html/administrator/components/com_easydiscuss/includes/post/post.php op regel 4049
Hoi,

Bedankt dat u contact met ons opneemt over deze extensie.
Wat is de beste manier om DropEditor en de componenten ervan te verwijderen? Zal het deïnstalleren van de DropEditor-component ook alles anders verwijderen?

Je moet de extensie normaal deïnstalleren en het zal ook alle DropEditor-gegevens verwijderen.
En je kunt hier zien hoe je deïnstalleert: https://docs.joomla.org/Uninstalling_an_extension

Hopelijk helpt het!
Groeten,
S
7 jaar geleden

Deprecated: Creation of dynamic property EasyDiscussPost::$events is deprecated in /var/www/staging.joomunited.com/public_html/administrator/components/com_easydiscuss/includes/post/post.php on line 4049
Thanks for that completely unhelpful response. What I wanted was specific help about your extension but obviously that’s too hard.

I searched for “Drop”, then uninstalled the DropEditor component — this only removed one item.
Then I selected all the JoomUnited Drop* items and got warning messages about (non-existent) content being affected multiple times before I could uninstall all the components.
Then I searched for JoomUnited and found that the Updater was still there.

This is the kind of nonsense I was hoping to avoid. You should provide a clean uninstall as well as an install procedure. It’s just irresponsible to potentially leave random outdated code sitting on someone’s site and it doesn’t leave a very good impression.

Also the tendency to create component-specific data/data locations as a kind of product lock-in (and the warnings on uninstall) is totally repellent. It’s great to think out-of-the-box but not when it puts your customer inside another one.
A
7 jaar geleden

Verouderd: Het aanmaken van dynamische eigenschap EasyDiscussPost::$events is verouderd in /var/www/staging.joomunited.com/public_html/administrator/components/com_easydiscuss/includes/post/post.php op regel 4049
Hallo,

Bedankt dat je terug bent gekomen met meer informatie.
Het spijt me, we hebben die functie momenteel niet. We zullen je ideeën noteren voor een toekomstige release.

Veel dank!
Groeten,
A
4 jaar geleden

Verouderd: Creatie van dynamische eigenschap EasyDiscussPost::$events is verouderd in /var/www/staging.joomunited.com/public_html/administrator/components/com_easydiscuss/includes/post/post.php op regel 4049
Hallo,

Ik ondervind ook grote moeilijkheden bij het proberen te deïnstalleren van de Dropeditor. Waarom zou je in hemelsnaam een extensie maken die de Joomla-installatie vervuilt met talloze plugins enz. ZONDER de mogelijkheid om het hele pakket in één keer te deïnstalleren? Volgens de tijdstempel van dit bericht heb je de afgelopen twee jaar niets gedaan. De hele tijd dat er verschillende updates waren, kon ik nooit op een moderne manier updaten via het Joomla‑updatesysteem. Altijd "handmatige update" met het steeds opnieuw zoeken naar het pakket. Ik ben zo blij dat ik de pro‑versie niet heb gekocht en er geld aan heb verspild. Sorry dat ik dit moet zeggen, maar nu ik mijn website voor Joomla 4 opnieuw ga maken, loop ik in ernstige problemen door de slechte verpakking van Dropeditor. De update‑controle voor Joomla geeft alarmen voor delen van DropEditor hoe vaak ik ook probeer te deïnstalleren, vind ik alles.

Ik zal Dropeditor nooit meer gebruiken.

Tenminste kun je advies geven hoe je elk enkel onderdeel van de editor kunt verwijderen. Je hebt het systeem voor mij verpest.

Met vriendelijke groet
  • Pagina :
  • 1
Er zijn nog geen reacties op dit bericht.
Duplicate entry 'cc46bdf9d2ec3413199a4ce0a0d95031-nl' for key 'bk24_linguise_urls.hash_translation' (500 Whoops, looks like something went wrong.)

mysqli_sql_exception

HTTP 500 Whoops, looks like something went wrong.

Duplicate entry 'cc46bdf9d2ec3413199a4ce0a0d95031-nl' for key 'bk24_linguise_urls.hash_translation'

Exception

mysqli_sql_exception

Show exception properties
mysqli_sql_exception {#896
  #sqlstate: "23000"
}
  1. foreach ($urls as $translation => $source) {
  2. $elements[] = '("'.mysqli_real_escape_string($this->_database, Request::getInstance()->getLanguage()).'", "'.mysqli_real_escape_string($this->_database, $source).'", "'.mysqli_real_escape_string($this->_database, $translation).'", "'.md5($source).'", "'.md5($translation).'")';
  3. }
  4. $query .= implode(',', $elements);
  5. $query .= ' ON DUPLICATE KEY UPDATE source=VALUES(source), translation=VALUES(translation), hash_source=VALUES(hash_source), hash_translation=VALUES(hash_translation)';
  6. $this->_database->query($query);
  7. }
  8. public function removeUrls($urls)
  9. {
  10. $query = 'DELETE FROM '.mysqli_real_escape_string($this->_database, $this->_database_table_urls).' WHERE (hash_source) IN ';
  1. foreach ($urls as $translation => $source) {
  2. $elements[] = '("'.mysqli_real_escape_string($this->_database, Request::getInstance()->getLanguage()).'", "'.mysqli_real_escape_string($this->_database, $source).'", "'.mysqli_real_escape_string($this->_database, $translation).'", "'.md5($source).'", "'.md5($translation).'")';
  3. }
  4. $query .= implode(',', $elements);
  5. $query .= ' ON DUPLICATE KEY UPDATE source=VALUES(source), translation=VALUES(translation), hash_source=VALUES(hash_source), hash_translation=VALUES(hash_translation)';
  6. $this->_database->query($query);
  7. }
  8. public function removeUrls($urls)
  9. {
  10. $query = 'DELETE FROM '.mysqli_real_escape_string($this->_database, $this->_database_table_urls).' WHERE (hash_source) IN ';
  1. public function saveUrls($urls) {
  2. if (empty($urls)) {
  3. return;
  4. }
  5. return $this->_database->saveUrls($urls);
  6. }
  7. public function removeUrls($urls) {
  8. if (empty($urls)) {
  9. return;
  1. if (isset($result->url_translations)) {
  2. Defer::getInstance()->defer(function() use ($result) {
  3. $new_urls = $result->url_translations;
  4. $new_urls = get_object_vars($new_urls);
  5. Database::getInstance()->saveUrls((array)$new_urls);
  6. });
  7. }
  8. if (isset($result->urls_untranslated)) {
  9. Defer::getInstance()->defer(function() use ($result) {
Translation->Linguise\Script\Core\{closure}()
  1. }
  2. public function finalize()
  3. {
  4. foreach ($this->_actions as $action) {
  5. call_user_func($action['function'], $action['args']);
  6. }
  7. }
  8. }
  1. Helper::prepareDataDir();
  2. // Finalize defer actions on shutdown
  3. // @codeCoverageIgnoreStart
  4. register_shutdown_function(function() {
  5. Defer::getInstance()->finalize();
  6. Database::getInstance()->close();
  7. });
  8. // @codeCoverageIgnoreEnd
  9. }
Processor->Linguise\Script\Core\{closure}()

Stack Trace

mysqli_sql_exception
mysqli_sql_exception:
Duplicate entry 'cc46bdf9d2ec3413199a4ce0a0d95031-nl' for key 'bk24_linguise_urls.hash_translation'

  at /var/www/staging.joomunited.com/public_html/plugins/system/linguise/vendor/linguise/script-php/src/Databases/Mysql.php:170
  at mysqli->query()
     (/var/www/staging.joomunited.com/public_html/plugins/system/linguise/vendor/linguise/script-php/src/Databases/Mysql.php:170)
  at Linguise\Script\Core\Databases\Mysql->saveUrls()
     (/var/www/staging.joomunited.com/public_html/plugins/system/linguise/vendor/linguise/script-php/src/Database.php:232)
  at Linguise\Script\Core\Database->saveUrls()
     (/var/www/staging.joomunited.com/public_html/plugins/system/linguise/vendor/linguise/script-php/src/Translation.php:119)
  at Linguise\Script\Core\Translation->Linguise\Script\Core\{closure}()
  at call_user_func()
     (/var/www/staging.joomunited.com/public_html/plugins/system/linguise/vendor/linguise/script-php/src/Defer.php:42)
  at Linguise\Script\Core\Defer->finalize()
     (/var/www/staging.joomunited.com/public_html/plugins/system/linguise/vendor/linguise/script-php/src/Processor.php:31)
  at Linguise\Script\Core\Processor->Linguise\Script\Core\{closure}()