Quote:
Originally Posted by ppatil007
thanks for the quick reply
i dont see //define('DISABLE_HOOKS', 1); in my config.php
please ref attachment i have put the content of my config.php in the note pad
i am sorry i am not a coder i dont understand much of this stuff , dont know whats wrong another admin at my forum uploaded another similar plugin for avatar but that did not work so i removed that and tried this but even this something happened i am using 3.8.4
thanks for your time
:up:
|
Please remove your attachment, because you forgot to remove your password and so on
I seems that someone has shorten your config.php. Please open an original config.php.new and compare these two versions and you?ll see that at the end this is missed:
HTML Code:
// GZIP komplett deaktivieren: Dies ist noetig, wenn auf dem Server standardmaessig
// GZIP aktiv ist und diese Option auch im Administrator-Kontrollzentrum aktiviert wurde.
// Dadurch ist oft in vBulletin keine Anmeldung mehr moeglich.
// Moeglicherweise ist es noetig, die folgende Zeile in der Datei /includes/init.php oder
// /includes/class_core.php aufzunehmen, damit dieser Eintrag wirksam wird.
//define('NOZIP', 1);
// Plug-in-System komplett deaktivieren: Dies ist noetig, wenn durch
// fehlerhafte Plug-ins in vBulletin keine Anmeldung mehr moeglich ist.
//define('DISABLE_HOOKS', 1);
// Keine E-Mails verschicken. Diese Einstellung sollte fuer ein Test-Forum aktiviert werden.
//define('DISABLE_MAIL', true);
// Debug-Modus aktivieren: Nur fuer Entwickler gedacht.
//if (VB_AREA == 'AdminCP')
//{
// $config['Misc']['debug'] = 1;
//}
(okay, mine version is German

)
This has to be added you your config.php and then you can remove the // before //define('DISABLE_HOOKS', 1);
I you send me via PM AdminCp access and ftp access I can perhaps help you.
Administrator@2-wheel-planet.de for further informations.
But I think that your problem has nothing to do with my modification