Jump to content

kahill

Members
  • Posts

    65
  • Joined

  • Last visited

Everything posted by kahill

  1. I'm learning to use Zen Cart now also. Do you mean that https://servername/~username/files would be put into Zen Cart somewhere? Too, what is meant by /"files" ? Directories where the cart transaction begins? Root directory files? I purchased a certificate from my domain name registrar. Do I have to open a ticket to have someone assist in using this certificate?
  2. I have a client trying to set up their PDA - Verizon service. The PDA is a Samsung i760 PDA Verizon is trying to assist the setup and wants to know whether the osurce for e-mail is a corporate exchange server (I'm assuming they mean MS Exchange server?) or some other e-mail provider. What do they need to know? I'm not finding the answer to this question after trying to search for what is used as email server services. K Woop - forgot which section I was looking in when I posted - please move to appropriate forum category
  3. OMG.............and I JUST got Zen Cart working day-before-yesterday! Whew........ .....just lucky I had a later version installed. That's a very helpful link, though, for those who need it Amansker!
  4. Many general discussions are useful and should appear in Google searches. Discussions can deal with many topics that all web developers and marketers are confronted with. When they can find answers to their problems via a Google search, attributed to the great forum members of TCH - what better marketing is there than that? (for TCH, anyway) I'm (ahem......) old enough to have teenagers and I've always, always told them, "If you don't want something to be known and follow you around for the rest of your life - never, EVER put it down in writing".
  5. Which Version of PHP is supported 4, 5 or both? A client of mine required a shopping cart several years back. I'm moving his hosting to my reseller account and the catalog is php4. I tried to look up PHP in the help section and FAQ section, but got the custom 404 page. Thanks! Karen
  6. Thanks, Andy. I knew public_html was a necessary folder and it confused me too when the installation process stated "it should not already exist" and indicated it should be removed; that the installation would "create" it. Odd. thanks again, Andy.
  7. I used Fantastico to try to install a website Template from Template Express. At first, when trying to install, I got the message that pubic_html should not exist in the root directory. I renamed the folder. Then, after running installation, I received the following error messages: Warning: fopen(/home/MYDOMAIN/public_html/fantastico_fileslist.txt): failed to open stream: Not a directory in /usr/local/cpanel/3rdparty/fantastico//includes/enc_installation_func.inc.php on line 90 Warning: fwrite(): supplied argument is not a valid stream resource in /usr/local/cpanel/3rdparty/fantastico//includes/enc_installation_func.inc.php on line 93 The 2nd warning appeared 11 times after installation failed under the first paragraph warning message. I tried to find support online, but could not find a reliable source. I had used this fantastico / Templates Express before the recent server changes with no issues - the installation performed properly. I know it states that there is no support for this through TCH - but I'm just fishing for answers in case someone else understands what is happening and might be able to provide a simple fix to facilitate installation. It does not put me in a "real bind", but I did like the feature when it worked
  8. I'm sorry - I called it Formmail (which I used to use) but I switched to the Ultimate Form Mailer when it was recommended to do so. It's been operating fine since I made the change to Ultimate Form Mailer until today, when the error message started. The page is on http://www.relocationguide.biz/order-magazine.html if it helps to look at the form. It is a client's site. Thanks, Karen
  9. Is there any documentation that anyone knows of that helps set up Authorize.net to work with one of the Fantastico shopping carts that is easy to understand? I've tried Authorize.net's instructions and the phraseolgy makes it impossible for me to follow so I know I am giving the account info needed in the cart and in Authorize.net. Any straightforward, lay-terms manual or set of instructions out there? Thanks, K
  10. Is anyone else having problems with their Formmail that used to work but now is not? I haven't changed anything on the web contact information page and it worked just fine - up until today. When submitting a message through the form now - it gives the error message: Message could not be sent. Mailer Error: Language string failed to load: connect_hostMessage could not be sent. Mailer Error: Language string failed to load: connect_host Any clues before I start tinkering around? Like I said, I'm the only one with access to the web site files and I haven't changed anything on this page in 2 months and it was working fine till today. Thanks! Karen
  11. Really great news! I'm keeping fingers crossed (as much as possible without interfering with keying)...... that server 68 will be "coming home". Jitweb.com
  12. Right - path is not the problem. Not too sure about an "aeDating". My client sent his download and PDF manual from Dolphin Software. I'll look into that further. Thanks for the notice on that info though K.
  13. Hmmm. That seems to be the issue. The script is built to run in Windows environ. Well ......... at least the documentation and installation manual is consistent. Poor all the way through. The script is php, but the site nor the install manual lists the system requirements. thanks guys. Karen
  14. I finally understood their install manual. The field needs the full path directly to the file (for the php interpreter) which is php.exe.
  15. Sure... I'll try anything once Unfortunately, it didn't work. I'm trying to install Dolphin Dating Script for one of my clients. I ususally don't have any issues, but this one have several unresponsive fields in the installation program that needs a path, but can not find it and the default and one first suggested doesn't work. Either one of them "should" have worked.....
  16. The app didn't take that path. It says it can not find it. Any other ideas? The description of the field I am trying to fill is: Path to php binary. You should specify full path to your PHP interpreter here.
  17. I found the path to PERL - no mention of the path to the php binary, which is what the installation is asking for. /usr/local/bin/php was the default it looked for. What should I put in here? Thanks K.
  18. I just heard from the person involved and yes - adding that line did solve the problem. Thank you everyone!
  19. I copied everything over for him and uninstalled / reinstalled the extensions. I'm not going to do anything with the files - since I don't have Frontpage. I'm waiting to hear back from him. I will however, put the line in the .htaccess file mentioned in the above post. Thanks for all the help - hopefully this will fix him up. One question .......... The .htaccess in public_html has the followiing: # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName www.mysite.com AuthUserFile /home/mysite/public_html/_vti_pvt/service.pwd AuthGroupFile /home/mysite/public_html/_vti_pvt/service.grp Do I just add the next line under what is already there?
  20. The extensions are enabled for FrontPage on a clients domain. He is running FP 2000 When trying to access his site to update files I had previously uploaded for him via Dreamweaver, he gets: 406 Not Acceptable Not Acceptable An appropriate representation of the requested resource /_vti_bin/_vti_aut/author.exe could not be found on this server. Apache/1.3.34 Server at www.mysite.com Port 80 HELP PLEASE. He is supposed to be doing his own work and is constantly calling me about this. I do not and never have used Front Page so I'm not able to give him any clues.
  21. I've tried to find information about handling email that is forwarded. A client absolutely refuses to set up their computer with POP3 and insists everything be forwarded to their ISP email account. They also refuse to log in to webmail and delete the emails off the email server. I do not find any evidence that the Email Setup Options provide a way to automatically delete emails off the email server once it is forwarded to the clients home ISP email account. Is there an option somewhere I am missing that will do this? I don't want to have to go in and manually maintain this account. Any options??
  22. Simple question: can the autoresponders be configured to send a .DOC Word document file attachment? Regards, Karen
  23. I do remember emailing with "surefire" a few weeks ago. He is extremely helpful. I work with so much stuff that I forgot about going to his forum too.....
  24. I am using the Ultimate Form php solution for forms as suggested by TCH. I am just now beginning to sort-of understand it. I can not find documentation on whether or not Ultimate will allow me to attach an email to send to the web form user email reply or not. I have a web site in development that needs something that will allow the web visitor to enter their personal data, store it in MySQL, send an email to that visitor and send a chosen file attachment via email to the visitor. I thought I read somewhere that the email attachment was possible with Ultimate - but I can't find specific documentation on the official site. I'd appreciate help with Ultimate if this is possible or tell me what secure form processing script besides Ultimate would accomplish what I need to have done. Thanks!
  25. Search engines tend to go out of their way to identify and block automated submission scripts/software unless they have an agreement with the software creators to get money for each subscription or license sold and then Google gets to tell them what they can and can't do when querying the databases as well.
×
×
  • Create New...