So, I got everything set up for the conversion and when I click on Continue I get the following error on the top of the screen:
Notice: Use of undefined constant php - assumed 'php' in /home/site/public_html/includes/constants.php on line 290
Then I get this in the red box below:
Sorry, the database connection information used in the specified installation of SMF cannot access the installation of PHP-Nuke 7.9. This may either mean that the installation doesn't exist, or that the Database account used does not have permissions to access it.
The error that was received from the Database was: SELECT command denied to user 'site_simple'@'localhost' for table 'nuke_users'
When i look at line 290 of the constants.php I see the line:
define('NUKEADMINCP', "../../../$admin_file.".php);
Sorry, I am a noob at this, kind of had this project dumped on me.
Any ideas as to what might be causing this?
Thanks