1
Zaphod
Re: Unable to send emails on IIS 8
  • 2014/3/25 11:09

  • Zaphod

  • Not too shy to talk

  • Posts: 104

  • Since: 2005/4/17


I managed to get it working. I'm not totally sure what I did to get it working. I was using the "Contact Us" module to test the emails and I think it stated working after I put and email address in the Webmasters account.

Regards
Terry



2
Zaphod
Unable to send emails on IIS 8
  • 2014/3/25 3:13

  • Zaphod

  • Not too shy to talk

  • Posts: 104

  • Since: 2005/4/17


I have been setting up a new site using the latest XOOPS in IIS 8 and no matter what I do I am unable to get XOOPS to send emails. I have my own email server so I know the settings I'm using are correct. I also know that PHP is capable of send emails through IIS 8 as I have my own software that uses the Swift Mailer class written in PHP sitting on the same server and it works just fine. Also I have an old XOOPS web site that has been working for many, many years with out a problen on Server 2003 and now that I have moved it to IIS 8 it also now will not send emails.

Does any have any ideas as to how to get it to work?

Regards
Terry



3
Zaphod
Re: Best image gallery module
  • 2014/3/17 20:48

  • Zaphod

  • Not too shy to talk

  • Posts: 104

  • Since: 2005/4/17


Thanks, I've had another look at the module and there is a way to turn the applet
off.



4
Zaphod
Best image gallery module
  • 2014/3/17 1:33

  • Zaphod

  • Not too shy to talk

  • Posts: 104

  • Since: 2005/4/17


In my previous site I used to use xGallery but looking the the SVN site it no longer
seems to be supported. I've tried installing eXtGallery but I find that it requires a Java applet.
I'm not willing to use an applet as I will have too many support problems with too many people
not being able to get passed system security restrictions on Java applets.
Can any body recommend another gallery that users can upload images into there own private
albums and share publicly.

Regards
Terry



5
Zaphod
Re: Forum Modules
  • 2014/3/16 9:00

  • Zaphod

  • Not too shy to talk

  • Posts: 104

  • Since: 2005/4/17


Thanks I'll check it out.

Regards
Terry



6
Zaphod
Forum Modules
  • 2014/3/16 3:05

  • Zaphod

  • Not too shy to talk

  • Posts: 104

  • Since: 2005/4/17


I haven't been here for many years, and now it's time to upgrade my clubs web site.
The current web site is in a really, really old version of XOOPS.
I'm currently looking at setting a new web site for the club. I have set up a test version of
XOOPS 2.5.6 but now I find that there doesn't seem to be any forum modules available.
Are there any forum modules compatible with XOOPS 2.5.6?
If not I'll have to move on to some other CMS system.
I've looked a Wordpress but also couldn't find any decent forums and user orientated image
galleries.

Please help

Regards
Terry




7
Zaphod
Re: PHP Fatal error: Possible integer overflow in...
  • 2007/12/4 21:37

  • Zaphod

  • Not too shy to talk

  • Posts: 104

  • Since: 2005/4/17


Is it only PHP based program having problems or are other programs having problems also? To me it sounds like you might be having integer math problems in the CPU. Do you have any diagnostics for the CPU?

Regards
Terry.



8
Zaphod
Re: CBB 3.0 Double Posting
  • 2006/3/11 5:55

  • Zaphod

  • Not too shy to talk

  • Posts: 104

  • Since: 2005/4/17


To fix the problem change line 629 in Viewtopic.php.

From:
$submit_button->setExtra('onclick="if(document.forms.quick_reply.message.value == \'RE\' || document.forms.quick_reply.message.value == \'\'){ alert(\''._MD_QUICKREPLY_EMPTY.'\'); return false;}else{ document.forms.quick_reply.submit();}"');

To:
$submit_button->setExtra('onclick="if(document.forms.quick_reply.message.value == \'RE\' || document.forms.quick_reply.message.value == \'\'){ alert(\''._MD_QUICKREPLY_EMPTY.'\'); return false;}else{ return true; }"');

Tested with both IE and Netscape.

Regards
Terry



9
Zaphod
Re: CBB 3.0 Double Posting
  • 2006/3/10 23:58

  • Zaphod

  • Not too shy to talk

  • Posts: 104

  • Since: 2005/4/17


The bit about:
"When both IE and Netscape are run directly on the server there is no problem posting." is wrong as it just did it when operating on the server.



10
Zaphod
Re: CBB 3.0 Double Posting
  • 2006/3/8 22:46

  • Zaphod

  • Not too shy to talk

  • Posts: 104

  • Since: 2005/4/17


This problem is more than just an IE problem. I installed Netscape 8.1 and tested it.
When both IE and Netscape are run directly on the server there is no problem posting.
When coming in from my office through the internet IE causes double posting and Netscape show an alert saying the operation timed out. I think that the double posting is IE doing a retry trying to get a response.




TopTop
(1) 2 3 4 ... 10 »



Login

Who's Online

273 user(s) are online (172 user(s) are browsing Support Forums)


Members: 0


Guests: 273


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits