Hi,
i have setup 6 stores in opencart 1.5.5.1
when a user signs up in the default store, opencart send intro email saying
Welcome and thank you for registering at Opencart - Store!
Your account must be approved before you can login. Once approved you can log in by using your email address and password by visiting our website or at the following URL:
but when user registers in any other store, no intro email is send.
when i approve the user from admin , then user is receiving, account approved email ( no matter what store it is).
i dont know what could be the problem.
Can anyone help me.
i have setup 6 stores in opencart 1.5.5.1
when a user signs up in the default store, opencart send intro email saying
Welcome and thank you for registering at Opencart - Store!
Your account must be approved before you can login. Once approved you can log in by using your email address and password by visiting our website or at the following URL:
but when user registers in any other store, no intro email is send.
when i approve the user from admin , then user is receiving, account approved email ( no matter what store it is).
i dont know what could be the problem.
Can anyone help me.
See the error log. May be some php error occurred (/system/logs/error.txt)
AnyList extension (free) - Stop clone "featured", now you can display product selections anywhere
Send Cart - Let's visitors (incl.anonymous) to send your cart by email and restore it for later use
Cross Sell - Sell more on each visitor with automatic suggestion of more products
Advanced Search - Adaptive search by everything (attributes, sku, ean, jpc, isbn etc.)
Hello Sir,
I have checked the logs file
i am having these errors
i dont know why these below errors occured
2013-10-04 6:18:02 - PHP Notice: Error: Table 'booksphb_bookop.oc_vendors' doesn't exist<br />Error No: 1146<br />SELECT * FROM oc_vendors in /home/booksphb/public_html/system/database/mysql.php on line 50
2013-10-04 6:18:12 - PHP Notice: Error: Table 'booksphb_bookop.oc_ne_marketing' doesn't exist<br />Error No: 1146<br />SELECT * FROM oc_ne_marketing in /home/booksphb/public_html/system/database/mysql.php on line 50
i know what is reason for the below errors, i was editting the header. i have fixed it.
2013-10-07 10:45:06 - PHP Warning: sprintf() [<a href='function.sprintf'>function.sprintf</a>]: Too few arguments in /home/booksphb/public_html/catalog/controller/common/header.php on line 41
2013-10-07 10:45:37 - PHP Warning: sprintf() [<a href='function.sprintf'>function.sprintf</a>]: Too few arguments in /home/booksphb/public_html/catalog/controller/common/header.php on line 41
i changed this also
2013-10-07 12:38:00 - PHP Notice: Error: E-Mail sender required! in /home/booksphb/public_html/system/library/mail.php on line 61
2013-10-07 12:46:10 - PHP Notice: Undefined index: config_email in /home/booksphb/public_html/catalog/model/checkout/order.php on line 496
2013-10-07 12:46:10 - PHP Notice: Error: E-Mail sender required! in /home/booksphb/public_html/system/library/mail.php on line 61
2013-10-07 12:47:37 - PHP Notice: Undefined index: config_email in /home/booksphb/public_html/catalog/model/checkout/order.php on line 496
2013-10-07 12:47:37 - PHP Notice: Error: E-Mail sender required! in /home/booksphb/public_html/system/library/mail.php on line 61
i dont understand errors in top.
Please explain.
I have checked the logs file
i am having these errors
i dont know why these below errors occured
2013-10-04 6:18:02 - PHP Notice: Error: Table 'booksphb_bookop.oc_vendors' doesn't exist<br />Error No: 1146<br />SELECT * FROM oc_vendors in /home/booksphb/public_html/system/database/mysql.php on line 50
2013-10-04 6:18:12 - PHP Notice: Error: Table 'booksphb_bookop.oc_ne_marketing' doesn't exist<br />Error No: 1146<br />SELECT * FROM oc_ne_marketing in /home/booksphb/public_html/system/database/mysql.php on line 50
i know what is reason for the below errors, i was editting the header. i have fixed it.
2013-10-07 10:45:06 - PHP Warning: sprintf() [<a href='function.sprintf'>function.sprintf</a>]: Too few arguments in /home/booksphb/public_html/catalog/controller/common/header.php on line 41
2013-10-07 10:45:37 - PHP Warning: sprintf() [<a href='function.sprintf'>function.sprintf</a>]: Too few arguments in /home/booksphb/public_html/catalog/controller/common/header.php on line 41
i changed this also
2013-10-07 12:38:00 - PHP Notice: Error: E-Mail sender required! in /home/booksphb/public_html/system/library/mail.php on line 61
2013-10-07 12:46:10 - PHP Notice: Undefined index: config_email in /home/booksphb/public_html/catalog/model/checkout/order.php on line 496
2013-10-07 12:46:10 - PHP Notice: Error: E-Mail sender required! in /home/booksphb/public_html/system/library/mail.php on line 61
2013-10-07 12:47:37 - PHP Notice: Undefined index: config_email in /home/booksphb/public_html/catalog/model/checkout/order.php on line 496
2013-10-07 12:47:37 - PHP Notice: Error: E-Mail sender required! in /home/booksphb/public_html/system/library/mail.php on line 61
i dont understand errors in top.
Please explain.
deleting customer groups won't solve the issue. You seem like you're using some multi vendor extension, which is causing the error.
no sir, i am not using any mutlistore vendor extension.
i using Checkout and Registration Simple extension only.
http://bookswordy.com/index.php
kindly take a look
i using Checkout and Registration Simple extension only.
http://bookswordy.com/index.php
kindly take a look
i am not receiving email from stores
abc.com - my main store - receiving mail like thanks for registring, forgot password, orders
abc.abc.com - subdomain another store no mail for registering, forgot password, orders
abc2.abc.com - subdomain another store no mail for registering, forgot password, orders
please help me.
what could be the problem ?
abc.com - my main store - receiving mail like thanks for registring, forgot password, orders
abc.abc.com - subdomain another store no mail for registering, forgot password, orders
abc2.abc.com - subdomain another store no mail for registering, forgot password, orders
please help me.
what could be the problem ?
I think the same as MarketInSG
This has something to do with vendors.
But maybe the problem is coming from
Code: Select all
Table 'booksphb_bookop.oc_vendors' doesn't exist<br />Error No: 1146<br />SELECT * FROM oc_vendors in /home/booksphb/public_html/system/database/mysql.php on line 50
But maybe the problem is coming from
What did you changed.i changed this also
2013-10-07 12:38:00 - PHP Notice: Error: E-Mail sender required! in /home/booksphb/public_html/system/library/mail.php on line 61
2013-10-07 12:46:10 - PHP Notice: Undefined index: config_email in /home/booksphb/public_html/catalog/model/checkout/order.php on line 496
2013-10-07 12:46:10 - PHP Notice: Error: E-Mail sender required! in /home/booksphb/public_html/system/library/mail.php on line 61
2013-10-07 12:47:37 - PHP Notice: Undefined index: config_email in /home/booksphb/public_html/catalog/model/checkout/order.php on line 496
2013-10-07 12:47:37 - PHP Notice: Error: E-Mail sender required! in /home/booksphb/public_html/system/library/mail.php on line 61
Hello Sir,
i faced mail not working problem in other stores and store name in all email as sender name.
I was trying to change the sender name
by default it was showing the store name and i wanted to change it to site name.
i changed $from to config_email in mail.php and checked . since it gave an error saying E-Mail sender required. i did undo.
i changed config_email to store name in order.php. the sender name changed from store name to site url.
after that i do undo for that file also.
but now problem continues no mail.
i got no idea what this is and vendor.
2013-10-04 6:18:02 - PHP Notice: Error: Table 'booksphb_bookop.oc_vendors' doesn't exist<br />Error No: 1146<br />SELECT * FROM oc_vendors in /home/booksphb/public_html/system/database/mysql.php on line 50
if i know this problem only after seeing the error log.
can u help me.
i faced mail not working problem in other stores and store name in all email as sender name.
I was trying to change the sender name
by default it was showing the store name and i wanted to change it to site name.
i changed $from to config_email in mail.php and checked . since it gave an error saying E-Mail sender required. i did undo.
i changed config_email to store name in order.php. the sender name changed from store name to site url.
after that i do undo for that file also.
but now problem continues no mail.
i got no idea what this is and vendor.
2013-10-04 6:18:02 - PHP Notice: Error: Table 'booksphb_bookop.oc_vendors' doesn't exist<br />Error No: 1146<br />SELECT * FROM oc_vendors in /home/booksphb/public_html/system/database/mysql.php on line 50
if i know this problem only after seeing the error log.
can u help me.
ok, your store seems rather complicated. I would recommend you to hire someone to look into it, and fix all the errors around your store / maintain your store for you. Looking at it, seems like there's some multi vendor extension running on your store. The email might be modified, and has quite a number of issues on it too.
Who is online
Users browsing this forum: No registered users and 13 guests