• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 04, 2024, 03:58:45 am

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - yooifeng

1
Hi,

Thanks for your help, email function for konakart is now working.

  :D
2
Hi,

I am getting below exception when i try to send email from konacart. Please advice where can I configure SMTP IP host.

Details:
The details of the malfunction are :

Exception Name = com.konakart.app.KKException
Exception Message = An email cannot be sent because the SMTP_SERVER configuration has not been set to a valid SMTP server
Exception Stack Trace =
at com.konakart.bl.EmailMgr.getProperties(EmailMgr.java:125)
at com.konakart.bl.EmailMgr.(EmailMgr.java:105)
at com.konakart.app.KKEng.sendOrderConfirmationEmail(KKEng.java:1423)
...

Thanks in advance.
3
Hi John,

Thanks a lot, i can connect my db from my oscommerce website now.

Thanks John for your promptly reply. :)
4
Hi John,

If my torque.database.default                         = dbA

and i change all oscommerce word to dbA in the config file  (e.g. torque.dsfactory.dbA.connection.driver   = com.mysql.jdbc.Driver),

I am getting below error , please advice.


"com.konakart.app.KKException: Unable to connect to the Database called dbA. En
sure that the database is running
and if so, check the database connection parameters in the konakart.properties
file under WEB-INF/classes.
        at com.konakart.app.KKEng.initTorque(KKEng.java:195)
        at com.konakart.app.KKEng.init(KKEng.java:140) "


P/S: I am able to use Toad for mysql to connect dbA.