Autor ArthurDent
Datum 27.04.2010 18:56
Beiträge: Hallo,

habe auf meiner zweiten Seite jetzt auch den Update nach 2.5.2 gemacht und bekomme diese Meldung:
Unkown error type: [8192] Assigning the return value of new by reference is deprecated
FOUND IN [/data/multiserv/users/162418/projects/190633/www/themes/opn_essay/plugin/repair/index.php]
FOUND AT 8
Was ist falsch oder was habe ich vergessen zu installieren/upzudaten?


Arthur

--------------------------------------------------- Life is a journey, not a guided tour If you think technology can solve your problems you don't understand technology and you don't understand your problems. (Bruce Schneier) Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect. (Linus Torvalds) --------------------------------------------------- Linux: Debian 2.6.37 Datenbank: MySQL - 5.5.22 Apache: 2.2 PHP: 5.3.27 OPN: 2.5.7 (Revision 6747)


Autor stefan
Datum 28.04.2010 13:42
Beiträge: Ist das theme aktuell?


Autor ArthurDent
Datum 28.04.2010 17:56
Beiträge: Hi Stefan,

ich glaube nicht
Ich hatte es mir aus dem daily-Bereich gezogen und etwas verändert.

So wie sich deine Antwort anhört muss ich das ganze noch einmal machen.


Arthur

--------------------------------------------------- Life is a journey, not a guided tour If you think technology can solve your problems you don't understand technology and you don't understand your problems. (Bruce Schneier) Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect. (Linus Torvalds) --------------------------------------------------- Linux: Debian 2.6.37 Datenbank: MySQL - 5.5.22 Apache: 2.2 PHP: 5.3.27 OPN: 2.5.7 (Revision 6747)


Autor stefan
Datum 28.04.2010 19:14
Beiträge: Denke es reicht die Datei

/themes/opn_essay/plugin/repair/index.php

und dort hast du vermutlich nix geändert.

Versuch das mal.


Autor Gast
Datum 28.04.2010 19:33
Beiträge: Schau mal hier

http://www.openphpnuke.ch/doku/doku.php?id=faq:error_meldungen#strict_2048_assigning_the_return_value_of_new_by_reference_is_deprecated


Das betrifft zum Teil auch die theme.php, falls das Theme das Dropdown eingebaut.

function opn_essay_repair_plugin ($module) {

     global $opnConfig;
     if ($opnConfig['installedPlugins']->isplugininstalled ('themes/opn_essay') ) {
          $inst = new OPN_PluginInstaller ();
          $inst->Module = $module;
          $inst->ModuleName = 'opn_essay';
          $inst->SetPluginFeature ();
          unset ($inst);
     }

}

function opn_essay_repair_datasave (&$datasave) {

     $datasave = array ('themes_opn_essay');

}


https://sourceforge.net/projects/dev-openphpnuke/files/Themes%20Single/2.5/opn_essay.zip/download


Flash




Autor ArthurDent
Datum 28.04.2010 20:45
Beiträge: Danke Stefan, danke Flash,

ich werde mich durcharbeiten
Ich werde mal die beiden Verzeichnisse vergleichen, dann werden mir die Änderungen auffallen.


Arthur

--------------------------------------------------- Life is a journey, not a guided tour If you think technology can solve your problems you don't understand technology and you don't understand your problems. (Bruce Schneier) Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect. (Linus Torvalds) --------------------------------------------------- Linux: Debian 2.6.37 Datenbank: MySQL - 5.5.22 Apache: 2.2 PHP: 5.3.27 OPN: 2.5.7 (Revision 6747)




Diese Seite drucken
Diese Seite schließen

Dieser Artikel kommt von: OpenPHPNuke - das Open Source CMS

http://www.openphpnuke.info/