Author |
Message |
lccenterprise
New Member


Joined: Mar 24, 2008
Posts: 6
|
Posted:
Mon Mar 24, 2008 7:41 pm |
|
I have searched and searched and can not find a post about this.
Code:Warning: include(../config.php) [function.include]: failed to open stream: No such file or directory in **Path Removed by Admin**/modules/Donations/ipn/ipnppd.php on line 25
Warning: include(../config.php) [function.include]: failed to open stream: No such file or directory in **Path Removed by Admin**/modules/Donations/ipn/ipnppd.php on line 25
Warning: include() [function.include]: Failed opening '../config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in **Path Removed by Admin**/modules/Donations/ipn/ipnppd.php on line 25
Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'nobody'@'localhost' (using password: NO) in **Path Removed by Admin**/modules/Donations/ipn/ipnppd.php on line 45
Access denied for user 'nobody'@'localhost' (using password: NO)
|
Please help.
EDITED BY ADMIN: Path details were removed... you do NOT want to make that public domain. |
|
|
|
 |
lccenterprise

|
Posted:
Tue Mar 25, 2008 5:29 am |
|
Admin.
Explain the error, and tell me how to fix it please. |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Tue Mar 25, 2008 5:57 am |
|
lccenterprise, I would have, but I did not have time last night to. Have you done a search here in the forums for that error? Your ipnppd.php configuration settings are not right. Look there first. |
_________________ 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! |
|
|
 |
lccenterprise

|
Posted:
Tue Mar 25, 2008 2:04 pm |
|
Yes
Looked. Found nothing |
|
|
|
 |
lccenterprise

|
Posted:
Tue Mar 25, 2008 6:55 pm |
|
Nevermind.
Found a different module. |
|
|
|
 |
montego

|
Posted:
Tue Mar 25, 2008 6:56 pm |
|
Ok. No problem. Thanks for letting us know. Good luck. |
|
|
|
 |
bprsk8r4272
Regular


Joined: Jan 23, 2007
Posts: 96
Location: Rochester, Ny
|
Posted:
Tue Mar 25, 2008 7:53 pm |
|
i actually had a problem like this be4 i had to open up modules/Donations/ipn/ipnppd.php and
find:
Code:include("../config.php");
|
and rename too
Code:include("../config.inc.php");
|
otherwise it wouldn't work ant it would generate that error
this was on nuke treasury v1.1 |
_________________ http://gotskillslounge.com |
|
|
 |
lccenterprise

|
Posted:
Wed Mar 26, 2008 5:34 am |
|
|
|
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Wed Mar 26, 2008 1:48 pm |
|
Thats because config.inc.php should be renamed to config.php I believe but it has been 2 years since I looked at this so I could be wrong. |
|
|
|
 |
Gremmie
Former Moderator in Good Standing

Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA
|
Posted:
Wed Mar 26, 2008 2:36 pm |
|
I believe that is in the instructions. |
_________________ 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 |
|
|
 |
lccenterprise

|
Posted:
Wed Mar 26, 2008 3:30 pm |
|
Oh well.
I found the other module.
Hopefully this new one logs the donations  |
|
|
|
 |
bprsk8r4272

|
Posted:
Wed Mar 26, 2008 7:26 pm |
|
i didnt see it in the instructions and if i remember correctly when i renamed it to config.php it didnt work so thats why i changed that |
|
|
|
 |
manoe
Client

Joined: Aug 14, 2005
Posts: 151
|
Posted:
Thu Apr 03, 2008 10:27 am |
|
bprsk8r4272 wrote: | i actually had a problem like this be4 i had to open up modules/Donations/ipn/ipnppd.php and
find:
Code:include("../config.php");
|
and rename too
Code:include("../config.inc.php");
|
otherwise it wouldn't work ant it would generate that error
this was on nuke treasury v1.1 |
This is the correct fix for this error. I had the exact error and did his edit and it worked right away. |
|
|
|
 |
|