Fatal error how can i resolve this problem..

cj143

New Member
Anyone here know how to resolve a fatal error?

i got this error after i imported some of my forum mod's
Warning: require_once([path]/madp/detection.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/functions_login.php(185) : eval()'d code on line 3

Fatal error: require_once() [function.require]: Failed opening required '/home/pinoyonl/public_html/GFX-ALLEY.COM/madp/detection.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pinoyonl/public_html/GFX-ALLEY.COM/includes/functions_login.php(185) : eval()'d code on line 3


Everytime i entered my admin account i got that error i need ur advice anyone here can help? T.T

how do fix this?

i can't enter using my admin account coz i got that fatal error huhhuu

anyway solution other than reinstalling my forum?

please..
 
that's why im asking, what should i do?

i can't even log in to my administration pannel please help me with this glitch problem

if posible provide me the instruction how i can solve this fatal error please T.T
 
Open includes/config.php and below:
Code:
<?php

Add this:
Code:
define('DISABLE_HOOKS', true);

This will disable all mods which should allow you to login to admincp and uninstall the mod you previously installed.

Remember to remove that line once you have done everything.
 
Back
Top