> We upgraded to SM 1.4.1, Apache 1.3.28 and PHP 4.3.2 and we are having a > few problems that appear to be related. Logging in from > http://mail.believewireless.net/src/login.php is not possible until we > remove do_hook('login_top'); What happens is that part of the page > renders until it comes to the do_hook() call and then it just drops out. > There are no errors in the Apache logs when this happens. > > The other problem is on the Options page. Same thing happens, Only part > of the page loads. > > Any idea what may be causing this?
A plugin. Turn on error_display and set error_level to E_ALL. Find out which plugin it is, and remove it. If you can't find out which plugin it is via the error logs, start removing them (last ones first) until it starts working. Through some trial and error you can narrow it down and identify the problem plugin. If you really feel like delving into the code, search all the setup.php files in the plugin directories for 'login_top'. That will narrow the search down to plugins which reference that hook. -- Chris Hilts [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by Dice.com. Did you know that Dice has over 25,000 tech jobs available today? From careers in IT to Engineering to Tech Sales, Dice has tech jobs from the best hiring companies. http://www.dice.com/index.epl?rel_code4 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
