| Author |
Message |
thumpn8974 Worker


Joined: Feb 09, 2011 Posts: 135 Location: US
|
Posted:
Tue Aug 30, 2011 5:11 pm |
|
I just got home, I am going to try to do the editing. Somehow I missed the install file, I thought it was just an alternate way to install the arcade. I will try and get it working, however, there is no constants.php file that I can find in the above download. Is is supposed to be there? |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
|
Posted:
Tue Aug 30, 2011 5:22 pm |
|
constants.php in already in modules/Forums/includes. You have to add code to the file along with a few other files. It should be pretty well explained in the install text file. |
|
|
|
 |
thumpn8974 Worker


Joined: Feb 09, 2011 Posts: 135 Location: US
|
Posted:
Tue Aug 30, 2011 6:07 pm |
|
Okay, I used the install file where you edit everything, but now I am getting this error:
Could not select info from user/user_group table
DEBUG MODE
SQL Error : 1146 Table 'db000000000.nuke_bbgroups' doesn't exist
SELECT aa.arcade_catid FROM nuke_bbauth_arcade_access aa, nuke_bbuser_group ug, nuke_bbgroups g WHERE ug.user_id = 4 AND g.group_id = ug.group_id AND aa.group_id = ug.group_id
Line : 77
File : functions_arcade.php |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
|
Posted:
Tue Aug 30, 2011 6:12 pm |
|
id your db prefix db000000000.nuke? |
|
|
|
 |
thumpn8974 Worker


Joined: Feb 09, 2011 Posts: 135 Location: US
|
Posted:
Tue Aug 30, 2011 6:22 pm |
|
I put zeros for the data base numbers, but yes it goes like that. In mySQL admin, it just shows "nuke_bb" or just "nuke_" and whatever file follows. One thing I noticed is that there is no "nuke_bbgroups" in my database. |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
|
Posted:
Tue Aug 30, 2011 6:26 pm |
|
There should be a nuke_bbgroups table in your db.... |
|
|
|
 |
thumpn8974 Worker


Joined: Feb 09, 2011 Posts: 135 Location: US
|
Posted:
Wed Aug 31, 2011 4:36 pm |
|
Okay, I have it working on my site, but some of the games I have will not submit scores. |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
|
Posted:
Wed Aug 31, 2011 5:01 pm |
|
Are these game that came with it or are they ones downloaded separately? |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
|
Posted:
Wed Aug 31, 2011 5:19 pm |
|
|
|
 |
|
|
|
|