Admin CP Problem After Move In Different Server

emsplanet

New Member
Hi!

first sorry for my bad english..

i buy a site which first host on 1and1.co.uk dedicated server now i move all site on apthost.com VPS the site is run fine and all things is ok after i dump database but when i try to make cahnges from my admincp i cant.. its show nothing.. no error msg.. nothing.. just its show blank page with copyright line.. i see all function and option in my admin cp but i cant do any changes from there... plz can any one help me for this..? why i face this problem?...

like--

when i click on vBulletin Options i see all options. then i go to User Banning Options its ok.. i see all functions there now when i want add some additional ip or want to do any other changes and click save its show blank page with copyright line of footer..
 

bluescorpion

New Member
Try to disable hooks and see if the problem goes away, if it does, one or more of your installed hacks are not happy.

at the top of your /includes/config.php file just after the <?php tag add the following :

PHP:
define('DISABLE_HOOKS', true);
 
Top