
jwbowden
Members-
Posts
100 -
Joined
-
Last visited
Everything posted by jwbowden
-
SteveW, Thanks for taking the time to reply. Yes, my userids are correctly constructed and have the proper prefix etc. I've got enough work to do right now that I'm simply going to leave this alone for a while and I'll be that when the time comes I need to try this again I'll probably have no trouble. Thanks very much for taking the time to respond.
-
Apologies - I inserted some generic text into the specific fields so as not to put my login info into the public domain. I appreciate your reply and your advice about cleaning up the connect string. I'm going to pursue the login problem from another angle. Thank you,
-
I'm trying to write a Wordpress 2.8 widget. The widget will need to access a MySql database. I have a connection script that does this: >// Set database info define('DB_HOST', 'my-domain-name.com'); define('DB_USER', 'myhome_username'); define('DB_PASSWORD', '********'); define('DB_DATABASE', 'myhome_databasename'); // connect to the database $mysql = mysql_connect(DB_HOST, DB_USER, DB_PASSWORD, DB_DATABASE) or die('Could not connect: ' . mysql_error()); $db_selected = mysql_select_db('myhome_databasename', $mysql); if (!$db_selected) { die ('Can\'t use myhome_databasename : ' . mysql_error()); } When the script runs and tries to connect I receive this error: >Can't use myhome_databasename : Access denied for user 'myloginid'@'%' to database 'myhome_databasename' I just cannot figure out where the Mysql server is getting the "myloginid" -- I would have expected an error with "myhome_username". Anybody have any idea what could cause this? I've been looking at it so long my eyeballs are falling out. I have set up the remote access to allow "%" and have added user "myhome_username" to "myhome_databasename" If I fall back to using a local mysql database on my XAMPP installation everything works just fine of course. Any help is appreciated.
-
Today I found an open source web stats app I wanted to test. I had everything I needed except for a PHP MySql extension (PDO_MySQL). Thinking I'd get a "No can do" back I thought I'd ask - just in case. Well, much to my surprise this is the response i got from TCH's Level 2 support: This requires apache to be recompiled, I am scheduling this to the service interval of 12am - 6am EST when the loads on the server is at its minimum. I will update you once this is done. Very cool - and I'm just a minor-league $4/month customer. TCH is the best - period.
-
Awstats - Several Months Missing
jwbowden replied to jwbowden's topic in CPanel and Site Maintenance
Sure, why didn't I just do that in the first place you say! I dunno. Just not thinkin' I guess. Thanks Lise and Bruce -
Noticed today that my awstats hadn't updated since June. I fixed the .conf file and ran the update which has completed. Now it appears that at least 3 months have no data! Why would these months be missing? Is there anything I can do to recover the data? Thank you, TCH continues to be the best hosting I've ever used
-
I'm so sorry to hear about Don's passing. I've got to say he'll be missed around here -- he was always willing to give a hand and always able to do it with a smile (so to speak). My condolences to his family and all his friends at TCH and to all the others who, like me, found Don to be a great online host.
-
This is wonderful! Congratulations Bill and all you TCH good guys who've worked so hard to make TCH the best!
-
That's pretty big news Bill - I'd say that's like crossing the T in TOTAL in Totalchoice! Thanks to you and all the TCH crew for a great hosting service.
-
I've never seen this many users hanging around a forum - EVER! (12 at this moment in time)
-
!!!!!
-
Soon, real soon now ... I'm sure! Just don't any of you be holding your breath!
-
Happy New Year to all of you!
-
For my needs and what I pay I couldn't be happier.
-
Well, it doesn't appear that it would be a Christmas "gift" ! We'll just have to be patient I guess.
-
To Bill and all the TCH crew and all the wonderful TCH customers (while we wait breathlessly for the big announcement) Happy Holidays! May your Christmas be a blessed one and may the New Year be a wonderful year for you all.
-
Yikes! Well, that's just how my week has been going dontcha know. I was checking the personal list not the blog list. Thanks Thomas.
-
Maybe this will help http://support.microsoft.com/default.aspx?...kb;en-us;330136 Good luck!
-
A recent spate of problems over several servers resulted in quite a hassle for both TCH tech support and the affected customers. I'm still not sure what happened but am writing this note simply to commend TCH tech for their prompt (given the circumstances remarkably fast) response to my ticket and queries. It was evident that they were having great difficulty with this problem as I saw that a couple of servers had to be restored from backups. Fortunately the solution for me was to migrate my account to a new server. Once TCH made the decision and I gave approval it all happened quickly and smoothly and I was back up and running within the hour. What you need to know is that despite the fact that I have a very low-end account (the "starter" plan) I was treated with professionalism and courtesy and never got the sense that me or my account wasn't important to TCH - quite the contrary. I don't really know how long I've been with TCH but I'm definitely a happy customer and will recommend you at least try 'em out. John
-
I thought I'd done this months ago but I don't see it in the list so 1. Your URL e.g. www.your-tch-hosted-domain.com (please make it a link, click the http:// button when you post your request). only one link per domain will be allowed. It is up to you if that link goes to the root of your domain or a subdomain. Adjutorium Nostrum +++ In Nomine Domini 2. The name of your site. See #1 3. Give a brief description of your site (approximately 75 characters max.). A personal blog by a Roman Catholic blogger - a member of Saint Blog's Parish (a virtual community of Catholic bloggers) 4. Indicate whether the site is * commercial * non-profit * blog * personal nature Blog, Personal 5. Please acknowledge that you have the required link back to TotalChoice. Link has been in my left sidebar since I joined TCH. Still there. Thanks!
-
my 2cents worth - it is not necessarily the case that moving to a CMS will make your site easier to maintain. Try a few of them in the Fantastico installer and you'll see what I mean. I use Movable Type and have tried several others. The bottom line is that if you want to customize then it begins to become more complicated and there are certainly more moving parts involved in using a CMS.
-
You might try setting the permissions of mt-scode.cgi and Scode.pl to 755. (I apologize if this is too late to help)