Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Installation Help
Author Message
mikesu790
New Member
New Member



Joined: Jan 08, 2006
Posts: 8

PostPosted: Tue Jan 10, 2006 4:51 pm Reply with quote

Tried to follow info from another post with regards to installing the nuke treasury, but no matter what i do it still doesn't work for me. My website host seems unable to help as they just redirect me to a FAQ which is no help to anyone.

This is the error im getting on the website when either u click on the donation link or in the admin area on the treasury sign ..... Have edited out user name and part of site for security.

Can anyone please advise or even help!

Warning: mysql_pconnect(): Access denied for user: '*******_nuke1@localhost' (Using password: YES) in /home/*******/public_html/******/modules/Donations/config.inc.php on line 31


NukeTreasury FATAL ERROR: Unable to connect to SQL database. Please check your settings in modules/Donations/config.php



NukeTreasury FATAL ERROR: Unable to connect to SQL database. Please check your settings in modules/Donations/config.inc.php


Thanks

Mike
 
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Tue Jan 10, 2006 5:07 pm Reply with quote

well this is discussed a few thousand times now..
first check if your database info is correct...
 
View user's profile Send private message
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Wed Jan 11, 2006 12:22 am Reply with quote

Use the version from Only registered users can see links on this board! Get registered or login!
 
View user's profile Send private message Send e-mail
mikesu790







PostPosted: Wed Jan 11, 2006 1:25 pm Reply with quote

Still no luck, tried again with version from Guardian 2003. thinking it might be my host? If they dont allow remote connection for mysql could this be my problem?

Thanks for your help so far


Mike
 
Guardian2003







PostPosted: Wed Jan 11, 2006 6:19 pm Reply with quote

You would not need to make a remote connection, you would be using localhost.
If you are using the same database for this module as for your nuke site then check the database settings in modules/Donations/config.php are the same as the one in your nukeroot/config.php
 
mikesu790







PostPosted: Thu Jan 12, 2006 11:29 am Reply with quote

Guardian2003 wrote:
You would not need to make a remote connection, you would be using localhost.
If you are using the same database for this module as for your nuke site then check the database settings in modules/Donations/config.php are the same as the one in your nukeroot/config.php
thanks for the help that seemed to work. One last thing the donat o meter block isn't appearing on the admin to enable? Any ideas...
 
Guardian2003







PostPosted: Thu Jan 12, 2006 12:12 pm Reply with quote

Make sure you upload the file blocks/block-Donate_o_Meter.php
Go into your nuke admin ares, select blocks and select the appropriate block from the drop down list making sure permissions are set to all visitors.
 
mikesu790







PostPosted: Thu Jan 12, 2006 1:27 pm Reply with quote

Really appreciate the help mate! you must think im a proper noob.

Seem to be on the final straight. Block is installed now and its linking to database.. spoke too soon stuck in dollars mode instead of GBP, o well can't have everything at least its working now.

thanks again

Mike
 
Guardian2003







PostPosted: Thu Jan 12, 2006 5:04 pm Reply with quote

There are two sets of files in that download. I presume you used the ones from the 'UK' folder?
If thats the case then it should be showing in £. Double check you are using the correct block.
 
mikesu790







PostPosted: Fri Jan 13, 2006 9:08 am Reply with quote

Just ulpoaded to block and module data again.... finally all is well just doesn't want to fit on the webpage makes the edge disappear.. but thats another issue i suppose

just incase u wish to see what i mean visit www.northernwarriors.co.uk and enter site.

Thanks for your patience and support this last week.

Mike
 
Guardian2003







PostPosted: Fri Jan 13, 2006 12:15 pm Reply with quote

I think your ftp software is htrowing spanners in thw roks, see the bottom of the block it says _LEFT - looks like one of the files didn't upload very well.
 
mikesu790







PostPosted: Fri Jan 13, 2006 1:23 pm Reply with quote

Will try uploading the block and images again using a different FTP. See if that makes any difference.
 
mikesu790







PostPosted: Sat Jan 14, 2006 7:34 am Reply with quote

Right seem to be doing something right, re uploaded the block and module files via smart ftp, which made no difference,,, then uploaded them again via leech ftp. The home screen now diplays correctly but the donation screen is the same as before. At least it looks ok on the homepage now.

EDIT: 17/01/06 Big thanks for the help

Mike

EDIT: 23/01/2006 - Site crashed so had to re-install everything and it worked a treat this time when setting up! Very Happy
 
naeacustoms
New Member
New Member



Joined: Feb 21, 2006
Posts: 4

PostPosted: Tue Feb 21, 2006 10:13 am Reply with quote

ok i folowed this and the problem i am having is with the database... can someone help me with step by step instructions on how to get the nuketreasury database working?
 
View user's profile Send private message
mikesu790







PostPosted: Tue Feb 21, 2006 4:37 pm Reply with quote

You have to make sure the infomation in your config.inc (the one in the Donations Module) matches your details in your config.php which is found in the root of your php-nuke directory.

ie

config.inc

/* Database configuration */
$hostname_ipnppd = "localhost";
$database_ipnppd = "******_nuketreasury";
$username_ipnppd = "******_nuke2";
$password_ipnppd = "a******0";

config.php

/* Database configuration */
$hostname_ipnppd = "localhost";
$database_ipnppd = "*******_nuketreasury";
$username_ipnppd = "*******_nuke2";
$password_ipnppd = "a*******0";

Also as i found out. Its better to setup a new paypal account. or like me I had to change my personal paypal account to a permier account, to get the IPN settings to show.
 
ackeith
New Member
New Member



Joined: Dec 26, 2007
Posts: 3

PostPosted: Wed Jan 16, 2008 10:46 am Reply with quote

Iam Getting GBP funds no usa and i installed the us file how can i change the money to us funds instead of gbp funds thanks inf
 
View user's profile Send private message
Gremmie
Former Moderator in Good Standing



Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA

PostPosted: Wed Jan 16, 2008 10:58 am Reply with quote

Please don't double post. If you really did try to upload the US folder then re-upload it with a good FTP client like FileZilla (free on sourceforge.net).

_________________
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 
View user's profile Send private message
ackeith







PostPosted: Wed Jan 16, 2008 11:04 am Reply with quote

sorry for double post its working fine it just show GBP instead of usa funds like i said i upload the us file not the uk one i need to know how to change it to usa funds thanks inf
 
Guardian2003







PostPosted: Wed Jan 16, 2008 11:49 am Reply with quote

It has been a long time but if I remember correctly the currency type is hard coded. If that is correct then you have uploaded the GBP file set - assuming you are using the files from the first post in this thread.
 
Gremmie







PostPosted: Wed Jan 16, 2008 12:36 pm Reply with quote

Well again, there is a US and UK file as I recall (in some distributions of this script) You need to pick one and upload it to the right place. If you are still seeing UK you have either uploaded the wrong file or perhaps uploaded the right one into the wrong place. Also make sure your ftp client is overwriting existing files. Try FileZilla.

Is this in a block you are seeing the wrong symbol? Are there two block files? Do they have the same name or do you have to activate a certain one?
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Installation Help

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©