Post by hariprasad2k0 » Wed Oct 09, 2013 11:35 pm

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.

New member

Posts

Joined
Mon Sep 12, 2011 12:24 am

Post by palex » Wed Oct 09, 2013 11:38 pm

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.)


New member

Posts

Joined
Tue Oct 30, 2012 1:36 am

Post by hariprasad2k0 » Thu Oct 10, 2013 1:31 pm

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.

New member

Posts

Joined
Mon Sep 12, 2011 12:24 am

Post by hariprasad2k0 » Thu Oct 10, 2013 4:12 pm

if i delete the customer groups, will that solve the problem.

New member

Posts

Joined
Mon Sep 12, 2011 12:24 am

Post by MarketInSG » Thu Oct 10, 2013 4:19 pm

deleting customer groups won't solve the issue. You seem like you're using some multi vendor extension, which is causing the error.


User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore

Post by hariprasad2k0 » Thu Oct 10, 2013 5:34 pm

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

New member

Posts

Joined
Mon Sep 12, 2011 12:24 am

Post by hariprasad2k0 » Thu Oct 10, 2013 7:08 pm

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 ?

New member

Posts

Joined
Mon Sep 12, 2011 12:24 am

Post by k2tec » Thu Oct 10, 2013 8:10 pm

I think the same as MarketInSG

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
This has something to do with vendors.
But maybe the problem is coming from
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
What did you changed.

User avatar
Active Member

Posts

Joined
Mon Apr 12, 2010 8:06 pm

Post by hariprasad2k0 » Thu Oct 10, 2013 10:00 pm

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.

New member

Posts

Joined
Mon Sep 12, 2011 12:24 am

Post by MarketInSG » Fri Oct 11, 2013 1:32 pm

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.


User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore
Who is online

Users browsing this forum: No registered users and 13 guests