TCH-Don
Members-
Posts
11,643 -
Joined
-
Last visited
Everything posted by TCH-Don
-
Glad you have it working! One other thing you may want to consider next time is to keep the file names in all lower case it will make things simpler all you have to do is forget to capitalize in one place and it can take forever to find.
-
Welcome to the Family scrapin and your new home! When you installed it from cpanel it displays the link to the guest book and the default user (test)and password (123) change it as soon as you log into the admin. There is no real documentation on the guestbook. We really are like family here. So if you need anything, just ask your new family! We love to help
-
Wow! very nice Thumbs Up
-
Please open a support ticket using the help desk link at the top of the page. The forums are not monitored 24/7 by the support staff and the forum mods do not have access to the servers and can't provide server level support. http://www.totalchoicehosting.com/forums/i...showtopic=12753
-
The # is a comment character and the rest of the line will be ignored. Failed opening required 'SOAP/Value.php' there is no file Value.php in the SOAP folder.
-
try <?php include $_SERVER['DOCUMENT_ROOT']."/SearchGoogle/googleSearch.php"; ?> and double chek your .htaccess file for that line (I know you have but?) AddHandler application/x-httpd-php .htm .html .shtml
-
<?php include ("Search/Search.php");?> Is the path and file upper and lower case or all lower case? I looks like you are including a file named Search.php in a folder called Search that resides inside the current folder?
-
Whoops and thanks Mike for the original link Thumbs Up
-
That upload script looks pretty good! Thanks for the reminder Bruce
-
Have you tried to create a subdomain using a different name? is there something still in the .htaccess file?
-
You might ask the storefront people what type of servers you need.
-
Welcome to the Family and your new home! What you posted looks like the sample connection string you see after creating a database. Your user is admin and the db is bplog. just above that in phpmysql you should see the database followed by the user and its permissions. We really are like family here. So if you need anything, just ask your new family! We love to help
-
A few hours for a reply on a saturday night does not mean no one knows, any that may just are not here yet. Give it a little time. I looking at the php manual I do see ><?php // Use of session_register() is deprecated $barney = "A big purple dinosaur."; session_register("barney"); // Use of $_SESSION is preferred, as of PHP 4.1.0 $_SESSION["zim"] = "An invader from another planet."; // The old way was to use $HTTP_SESSION_VARS $HTTP_SESSION_VARS["spongebob"] = "He's got square pants."; ?> I wonder if the part // Use of session_register() is deprecated makes a difference? I can't help more than that as I do not see how the session var is defined? in classes.php maybe, but I am still trying to learn sessions too, so you will need to wait for others to help.
-
In looking at storefront.net it appears you need a window server (ASP) is this correct? We do not have any windows servers only Linux.
-
Louis you will find that we have the friendliest forum around and do indeed treat all like family When the help desk gets your cpanel to work, you can also access it as https://domain.com:2083 for a secure connection. Don't be a stranger
-
Welcome to the Family Louis and your new home! For anything to do with account problems you need to open a help ticket. We really are like family here. So if you need anything, just ask your new family! We love to help
-
Again Welcome to the Family Bloggers and your new home! Be sure to drop by the introductions forum when you are settled in and say hello. We really are like family here. So if you need anything, just ask your new family! We love to help
-
Only about 2% but I am starting to use it more and more. I love the threaded view of replys.
