Author |
Message |
jjmusicpro
Involved


Joined: Jul 12, 2005
Posts: 283
|
Posted:
Sun Jan 27, 2008 8:34 pm |
|
donations moduel what donations moduel can i use with version 2.1 or raven nuke?
i tried nuke tresurey but it didnt work.
also is there anything out there like e-royal soultions payment moduel? where it does auto sign ups etc.? |
_________________ - JJMUSICPRO
Myspacetoolbelt.com || RankBook.com || GamerBomb.com || MyspaceJar.com |
|
|
 |
Gremmie
Former Moderator in Good Standing

Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA
|
Posted:
Sun Jan 27, 2008 8:39 pm |
|
I'm using NukeTreasury with RN. |
_________________ Only registered users can see links on this board! Get registered or login! - An Event Calendar for PHP-Nuke
Only registered users can see links on this board! Get registered or login! - A Google Maps Nuke Module |
|
|
 |
jjmusicpro

|
Posted:
Sun Jan 27, 2008 8:43 pm |
|
where did you download yours at? can you zip and send to me? |
|
|
|
 |
Gremmie

|
Posted:
Sun Jan 27, 2008 9:43 pm |
|
|
|
 |
jjmusicpro

|
Posted:
Sun Jan 27, 2008 9:53 pm |
|
where did you download yours at? can you zip and send to me? |
|
|
|
 |
jjmusicpro

|
Posted:
Sun Jan 27, 2008 9:54 pm |
|
i looked in the downloads and couldnt fine it |
|
|
|
 |
Gremmie

|
Posted:
Sun Jan 27, 2008 10:37 pm |
|
|
|
 |
jjmusicpro

|
Posted:
Sun Jan 27, 2008 11:11 pm |
|
ok found it and installed it, when i click the button to check for the IPN it says error Access denied for user 'root'@'localhost' (using password: NO)
and i double checked the info for my db name, db username, and password.
can anyone test send 1 dollar? i will refund. |
|
|
|
 |
jjmusicpro

|
Posted:
Sun Jan 27, 2008 11:20 pm |
|
website is gamerbomb . com |
|
|
|
 |
Gremmie

|
Posted:
Sun Jan 27, 2008 11:51 pm |
|
Please read the instructions and/or search the forums. You need to fill out the config.php that came with the module to match your database settings. It's a little different than most modules. |
|
|
|
 |
jjmusicpro

|
Posted:
Mon Jan 28, 2008 3:33 pm |
|
Gremmie wrote: | Please read the instructions and/or search the forums. You need to fill out the config.php that came with the module to match your database settings. It's a little different than most modules. |
i already did that
and i double checked the info for my db name, db username, and password. |
|
|
|
 |
Gremmie

|
Posted:
Mon Jan 28, 2008 8:52 pm |
|
So did you add the tables to your existing nuke database or put them in a new database? Does your user have permission to access that database? |
|
|
|
 |
JoAnne
Worker


Joined: Oct 18, 2005
Posts: 127
Location: NYC
|
Posted:
Sat Mar 29, 2008 4:48 pm |
|
I am having the same problem with Nuke Treasury on RN v2.20.01?
I am installing it in the same database as RN v2.20.01 is that the problem? I have installed Nuke Treasury many times before, the same way and have not had this problem before.
Thank You
JoAnne ~
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login!
Coming Soon:
Only registered users can see links on this board! Get registered or login!
 |
|
|
|
 |
Gremmie

|
Posted:
Sat Mar 29, 2008 5:00 pm |
|
It is not a problem to install it in the same database. But whatever you do, you have to edit the modules/Donations/config.inc.php (or config.php) file to be correct.
Note that some (all?) versions of the NukeTreasury script shipped with a bug. Some files referenced config.php and others config.inc.php.
Raven has the 1.1.1 version:
http://www.ravenphpscripts.com/modules.php?name=Downloads&d_op=getit&lid=233#dl |
|
|
|
 |
JoAnne

|
Posted:
Sat Mar 29, 2008 5:36 pm |
|
Gremmie wrote: | It is not a problem to install it in the same database. But whatever you do, you have to edit the modules/Donations/config.inc.php (or config.php) file to be correct.
Note that some (all?) versions of the NukeTreasury script shipped with a bug. Some files referenced config.php and others config.inc.php.
Raven has the 1.1.1 version:
http://www.ravenphpscripts.com/modules.php?name=Downloads&d_op=getit&lid=233#dl |
I used that download.
Here are the errors I am getting:
Warning: main(../config.php) [function.main]: failed to open stream: No such file or directory in /modules/Donations/ipn/ipnppd.php on line 25
Warning: main(../config.php) [function.main]: failed to open stream: No such file or directory /modules/Donations/ipn/ipnppd.php on line 25
Warning: main(../config.php) [function.main]: failed to open stream: No such file or directory in /modules/Donations/ipn/ipnppd.php on line 25
Warning: main() [function.include]: Failed opening '../config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /modules/Donations/ipn/ipnppd.php on line 25
Debug mode activated
Thanks for your help!
...::: remember I am blonde :::... |
|
|
|
 |
Gremmie

|
Posted:
Sat Mar 29, 2008 6:08 pm |
|
You need to change modules/Donations/ipn/ipnppd.php:
Find:
include("../config.php");
Change to:
include("../config.inc.php");
I actually went the other way and renamed my config.inc.php file to config.php. I have no memory of why I did it that way, it was 2 years ago. |
|
|
|
 |
JoAnne

|
Posted:
Sat Mar 29, 2008 6:56 pm |
|
Gremmie wrote: | You need to change modules/Donations/ipn/ipnppd.php:
Find:
include("../config.php");
Change to:
include("../config.inc.php");
I actually went the other way and renamed my config.inc.php file to config.php. I have no memory of why I did it that way, it was 2 years ago. |
That did it!!!
Thank You Gremmie!!  |
|
|
|
 |
|