• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

now, I met the error "null",which files should I overwrite

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

I set the Mail function like:
Email Address to use as "sender" myname@sina.com
SMTP Server smtp.sina.com.cn
SMTP Server requires authorization? True
SMTP username ( only if using authorization ) myname@sina.com
SMTP password ( only if using authorization ) ***********
Send a test email E-mail: myname@hotmail.com

when click [send a test Email]

always error "[object error]"

I've tred to use gmail and change the port in SystemGlobals to 465..
still not work~~~
[originally posted on jforum.net by afra]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

we have this bug fixed in the development version!

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,Rafael

I've download a new version from your CVS,
I've compiled source code.
I covered the \WEB-INF\classes\net\jforum\util\mail to the new version.
and the templates.

but it turnes to be catch error "null"...

can you tell me what else should I cover?
(see,If I cover the whole "classes" folder it will have mistake..like,No access to the Admin Control Panel,no forums....etc...)
[originally posted on jforum.net by afra]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
who can help me?
[originally posted on jforum.net by afra]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can't just update a single class. You have to update the whole JForum installation.

The permission schema changed on version 2.1.7. There is an upgrade script on the "tools" directory.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic