>>
Site Map
>>
Forums
>>
Installation 7x
Forum module - topics in forum:
Installation 7x - Discussions regarding PHP-Nuke Installation and Configuration. 7x
Warning: main(language/lang-.php) [function.main]: failed to
I have installed the 7.6 files and done the config file but this is all i get when trying to goto admin.php..
Warning: main(language/lang-.php) [function.main]: failed to open stream: No such file or directory
| Code: : |
$dbhost = "mysql2.namesco.net";
$dbuname = "fishing4u2";
$dbpass = "...................";
$dbname = "fishing4u2";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 5;
$subscription_url = "";
$admin_file = "admin";
|
http://www.fishing4u.co.uk/db/admin.php to view what i see
Thank you for taking the time to try and help me it is much appreciated as i am pulling my hair out here lol.
First step done.
Now check the database username you received from your host.
BL
Database username is correct - i choose and set it up and just logged into my php to make sure.
No difference in your username and your DATABASE username?
If not, then check next variable:
$dbname.
To check you can go to phpMyAdmin and see what is on top.
Something like:
Server:localhost Database:dbname.
BL
two tics will check now
Just created another database with different username from db name and still the same as before ..if i change local hos to mysql2.namesco.net i get the page full of errors back as in the beginning.