Path to Save Cookies

muqti

New Member
I have messed with the things there and changed things from default /forum/

And i am unable to login nor anyone else on my forum
 
Can you login to admincp? If not, disable hooks in the config.php file so you can and reset your path settings in admincp/vboptions.
 
I am unable to Login at AdminCP

// Example Unix:
// $config['Misc']['forumpath'] = '/home/users/public_html/forums';
// Example Win32:
// $config['Misc']['forumpath'] = 'home/emonxco/public_html/forum';
$config['Misc']['forumpath'] = 'http://www.emonx.com/forum';



its something like this

When ever i try to login same login page appears :
 
Warning: require_once(./install/init.php) [function.require-once]: failed to open stream: No such file or directory in /home/emonxco/public_html/forum/admincp/tools.php on line 28

Fatal error: require_once() [function.require]: Failed opening required './install/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emonxco/public_html/forum/admincp/tools.php on line 28


when i try to open
 
Back
Top