| Author |
Message |
sqzdog Involved


Joined: Sep 22, 2003 Posts: 252
|
Posted:
Sun Apr 18, 2004 7:19 pm |
|
I unzipped and ftp all files.
I transferred the upgrade file to the root and executed. This is what I get:
| Quote: | Warning: message_die(language/lang_english/lang_main.): failed to open stream: No such file or directory in /home/sqzdog/public_html/includes/functions.php on line 700
Warning: message_die(): Failed opening 'language/lang_english/lang_main.' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/sqzdog/public_html/includes/functions.php on line 700
phpBB : e
Could not connect to the database |
What else do I need to do to get this going? |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sun Apr 18, 2004 8:17 pm |
|
Your config.php file has incorrect MySQL parameters. |
|
|
|
 |
sqzdog Involved


Joined: Sep 22, 2003 Posts: 252
|
Posted:
Sun Apr 18, 2004 8:24 pm |
|
ok, I think I got that fixed, but now it is doing something else. If you can, look at and let me know what that error means?
Thanks Raven. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sun Apr 18, 2004 8:28 pm |
|
It means that you have a block or module that is no longer compatible with the v7.0. It's usually a modified table and the code isn't in sync. Turn debug on in sql_layer.php to display the sql calls. The sql call just before that message should reveal what block/module is the problem by referencing the table name. Also, please search the forums for further help. This has been described elsewhere. |
|
|
|
 |
sqzdog Involved


Joined: Sep 22, 2003 Posts: 252
|
Posted:
Sun Apr 18, 2004 9:58 pm |
|
Ok, I ran the debug and this is what I got: | Quote: | SQL query: insert into nuke_iptracking (username, date_time, ip_address, hostname, page) values ('administrator', '2004-04-18 23:53:25', '69.161.9.201', '69-161-9-201.chvlva.adelphia.net', '/index.php')
SQL query: select count(*) from nuke_iptracking |
I checked the forums and didn't get anything similar for solutions. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Mon Apr 19, 2004 3:55 am |
|
I just meant as far as help on the debug part. That tells you there is a problem with your ip_tracking set up. Possibly the table is not installed in your new database? |
|
|
|
 |
sqzdog Involved


Joined: Sep 22, 2003 Posts: 252
|
Posted:
Mon Apr 19, 2004 7:45 am |
|
I uploaded the sql file for the ip tracker and that fixed it. Thanks again for your patience Gaylen. |
|
|
|
 |
|
|
|
|