Results 11 to 20 of 23
-
26th Feb 2010, 04:25 PM #11ლ(ಠ益ಠლ)Website's:
extremecoderz.com
-
27th Feb 2010, 01:07 AM #12OPMember
yes,Thats why i didnt pay any attention to him
-
28th Feb 2010, 11:04 AM #13OPMember
Any1?
-
28th Feb 2010, 11:27 AM #14Doing things differently.
Paste your config.php file
WITHOUT THE PASSWORD
-
28th Feb 2010, 12:05 PM #15OPMember
ok,will do it it one hour.
-
28th Feb 2010, 02:34 PM #16OPMember
<?php
$INFO['sql_driver'] = 'Mysql';
$INFO['sql_host'] = 'localhost';
$INFO['sql_database'] = '******';
$INFO['sql_user'] = '***';
$INFO['sql_pass'] = '********';
$INFO['sql_tbl_prefix'] = '1';
$INFO['sql_debug'] = '1';
$INFO['board_start'] = '1';
$INFO['installed'] = '1';
$INFO['php_ext'] = 'php';
$INFO['safe_mode'] = '';
$INFO['base_url'] = '';
$INFO['banned_group'] = '5';
$INFO['admin_group'] = '4';
$INFO['guest_group'] = '2';
$INFO['member_group'] = '3';
$INFO['auth_group'] = '1';
$INFO['mysql_tbl_type'] = '';
?>
-
28th Feb 2010, 02:40 PM #17Doing things differently.
Try this one.
<?php
$INFO['sql_driver'] = 'mysql';
$INFO['sql_host'] = 'localhost';
$INFO['sql_database'] = 'DATABASE';
$INFO['sql_user'] = 'USER';
$INFO['sql_pass'] = 'PASSWORD';
$INFO['sql_tbl_prefix'] = '';
$INFO['sql_debug'] = '1';
$INFO['sql_charset'] = '';
$INFO['board_start'] = '1266594422';
$INFO['installed'] = '1';
$INFO['php_ext'] = 'php';
$INFO['safe_mode'] = '1';
$INFO['board_url'] = 'http://www.YOURLINK.COM';
$INFO['banned_group'] = '5';
$INFO['admin_group'] = '4';
$INFO['guest_group'] = '2';
$INFO['member_group'] = '3';
$INFO['auth_group'] = '1';
$INFO['use_friendly_urls'] = '1';
$INFO['_jsDebug'] = '0';
$INFO['mysql_tbl_type'] = 'MyISAM';
define('IN_DEV', 0);
?>
-
28th Feb 2010, 02:48 PM #18OPMember
Still the same error
-
28th Feb 2010, 02:53 PM #19Doing things differently.
Goto cache and post the error log please.
-
28th Feb 2010, 03:04 PM #20OPMember
There is no file in cache like errorlog,
There was one in root but its not txt
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Connection Error or W.E
By ibby in forum Feedback and SuggestionsReplies: 10Last Post: 16th Mar 2012, 02:35 PM -
SSL connection error - Site :(
By alex17 in forum Technical Help Desk SupportReplies: 4Last Post: 13th Jul 2011, 04:02 AM -
Help me in Remote Desktop Connection Error
By Alexx in forum Webmaster DiscussionReplies: 1Last Post: 21st Feb 2011, 12:46 AM -
Dial Up Connection Error
By DigitalLover in forum Technical Help Desk SupportReplies: 5Last Post: 15th Jan 2011, 12:01 AM -
[Help]Putty error: connection refused
By SiDH in forum Server ManagementReplies: 3Last Post: 19th Sep 2010, 06:22 PM
themaCreator - create posts from...
Version 3.23 released. Open older version (or...