Search results

  1. W

    How do I set include_path in php.ini

    I have tried this but the mapping never happens. This statement is in my php.ini. include_path = "\library" But, the include files aren't found. Is it possible that php.ini is not activated? I also noticed the .: notation in the example. How is this used? There was no mention of this...
  2. W

    How do I set include_path in php.ini

    I am having trouble using php.ini. I have an include statement in one of my php files that fails to locate the include file. I am trying to use php.ini to set the include path using the "include_path" directive in the section titled: ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ...
  3. W

    Can't access phpMailer class

    Yes there is a ticket. This whole thing came into play because my customer was not getting emails from his website. Here is the ticket number: [RS #PQR-24583-235]: Mail fails from zooraft.com It would be great if the php mail() function would work here because I have had to switch to an asp...
  4. W

    Can't access phpMailer class

    The code is basically the same as posted above. I don't think it's a coding error. I think it is in the mail server config. I think I need someone from jodohost to look at this.
  5. W

    Can't access phpMailer class

    My latest test indicates that it fails when using mail domain as suggested for the Host. I would expect this to work. But, it failed with the string: Language string failed to loadrecipients_failedthen the email addresses I used as test recipients I am definately using the correct string...
  6. W

    Can't access phpMailer class

    Well, I gave up last night. Nothing worked... but this morning I wake up to a whole bunch of test messages! The emails to outside domains took just as long as the ones to my jodohost account. So internal emails (although the servers were different) took long also. I switched to using an asp...
  7. W

    Can't access phpMailer class

    Oh, I see. Having looked further at the source forge site. I now see that I must download their software, then copy the classes to the web site. Now that I've done that, the class is being loaded. I still can't get it to send a message yet. I modified the code I found in the readme file from...
  8. W

    Can't access phpMailer class

    I would still love to know how to access the phpMailer class. Can you help?
  9. W

    Can't access phpMailer class

    I would love to. What is the class path? I have been trying to find out this information for quite a while! But, I would rather know if mail() sends a message that will be refused by the domain it originated from. This script sends an email to the site owner when a customer fills out a form...
  10. W

    Can't access phpMailer class

    Now, I'm really confused. I was informed by Reseller Support that I must use this class. They said it was the solution to the problem I had where the mail() function was failing to send email. This code worked at one time. I generated a test message which was successfully mailed to the client...
  11. W

    Can't access phpMailer class

    Since it seems that I'm forced to change code that was working, (customer is very upset!) I need to find a working source example of how to use phpMailer on a Windows account. I found some code on this board, but it fails to run complaining: Warning: main(class.phpmailer.php): failed to open...
  12. W

    index.php on windows server

    Thanks very much! That eventually did the trick. I had to enable Directory Indexes in my reseller plan to get the option to appear in the control panel. I hope this helps if someone else runs into this problem.
  13. W

    index.php on windows server

    I have a windows plan and am trying to use the wordpress blog. All of the pages listed in the links that are blank expect the server to find index.php. I guess the windows server doesn't. I read another post about setting directory indexes in the cp, but I can't find any place to do this. Is...
  14. W

    <iframe bug in XSL?

    When I use xsl to insert an iframe in a page, the resultant html has extra </td></td></table> and results from a subsequent match inserted before closing tag </iframe. It looks like it went recursive on me. Has anyone seen this? I can post code if needed. Thanks!
  15. W

    Session.Timeout question

    Thanks for the reply Stephen. My customer has agreed to use cookies on the site. This seems to work so we will go that route. But, there seems to be more and more reason to learn .net!
  16. W

    Session.Timeout question

    I am having problems using Session.Timeout. 1. I set it to 90. It seems to expire much sooner 2. It seems to expire despite a user requesting a page. (timeout isn't reset?) I have been reading the posts and it seems that jodo overrides this property. Is this true? I read something...
  17. W

    Discussion on SQL Server Mgmt Studio 2005

    I bought MS SQL Server2000 Developer Edition. And I am still using the jodo-supplied EM because I can't figure out how to connect to a MSSQL server at jodohost using the MS tool. If anyone out there can point me in the right direction, it would be much appreciated. And more particularly to...
  18. W

    global.asa doesn't execute

    Thanks Stephen, That did it. I just moved global.asa to the root and it worked. I assume that this behavior holds for every account created at jodohost. Is this true?
  19. W

    global.asa doesn't execute

    I have a global.asa with Session_OnStart and Session_OnEnd Subs. They never seem to execute. I have set my Session.Timeout to 1. That should cause the session to end pretty quick, shouldn't it? I have this in a sub-directory of the main website. Could this be an issue?
  20. W

    How can I stop IE from limiting no. of chars in textarea?

    Hmmm... I could've sworn I set the method to "POST" in the form. I guess that something went wrong when I did that, 'cause NOW IT WORKS!! This was one of the first things I tried. Well I guess this problem is solved. Thanks very much for the prod in the right direction. I'm glad I tried it...
Back
Top