| Author |
Message |
haven New Member


Joined: Sep 16, 2009 Posts: 4
|
Posted:
Wed Sep 16, 2009 11:23 pm |
|
Hi i downloaded the arcade 3.02 version from this site (posted here Ive ran the install no probs edited the first mainphp file and then it asks to open includes/constants.php file when i got to do that theres no such file....Should this file be there? or can someone direct me to an arcade that works with raven 2.3 please? |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
|
Posted:
Thu Sep 17, 2009 5:29 am |
|
/modules/forums/includes/constants.php |
|
|
|
 |
haven New Member


Joined: Sep 16, 2009 Posts: 4
|
Posted:
Thu Sep 17, 2009 5:57 pm |
|
hahaha silly me ofcourse...thank you so kindly  |
|
|
|
 |
Dawg RavenNuke(tm) Development Team

Joined: Nov 07, 2003 Posts: 889
|
Posted:
Fri Sep 18, 2009 6:44 am |
|
I would be youa re going to run into path problems with any call to the constants file.
Here is what happened....In the orginal intergration.....The forums includes stuff was in the includes file and it has been moved to it's proper location in modules/forums/includes. (So that everything is in the module itself) So anything in your mod that calls constants.php you are going to have to edit the path from includes/constants.php to modules/forums/includes/constants.php
Open it with Notepad ++ and run a search/replace for constants.php
Dawg |
|
|
|
 |
haven New Member


Joined: Sep 16, 2009 Posts: 4
|
Posted:
Fri Sep 18, 2009 6:22 pm |
|
Sweet thanks heaps, just that file or other files as well? |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
|
Posted:
Fri Sep 18, 2009 6:50 pm |
|
The files you downloaded should already have the corrections Dawg is referring too. |
|
|
|
 |
|
|
|
|