Post by jokernippe » Thu Jun 19, 2014 11:49 pm

Hi,

Customers can't send mail via my webshop if they want to ask something... Why? The page dosn't anwser if I press the send button...

Thanks!!!!!

Active Member

Posts

Joined
Fri Aug 02, 2013 1:44 am

Post by tacobandito » Fri Jun 20, 2014 12:05 am

Sounds like a javascript error.

Link to shop?

Press f12 (if PC) and look at the Javscript Console Log, anything there after you hit send?

Anything in /system/logs/error.txt?

Made any recent changes to your website (modules, vqmods, code edits)? Does anyone else have access that could have made changes?

[module] PayPal Pro w/Recurring Profiles FREE
[module] 1 Click "Amazon Style" Checkout w/PayPal Pro FREE
[module] Adjustable PayPal Pro Fee FREE
[module] Add Sample To Cart LITE FREE
The guide to fixing just about everything wrong with OpenCart FREE!
Add INFINITE SCROLL to your homepage for FREE!
Live update product price for FREE!
Dynamic generation of Opencart coupon, FREE!
Hire me


User avatar
Active Member

Posts

Joined
Sat Mar 30, 2013 12:27 am
Location - Springfield, MA

Post by jokernippe » Fri Jun 20, 2014 12:47 am

Hi,

On error log I have this for this day:
2014-06-19 9:22:38 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 9:27:16 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 9:29:47 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 9:30:06 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 9:36:13 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 9:36:31 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 9:39:10 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 9:42:39 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 9:42:48 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 10:48:38 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 10:53:06 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 13:06:10 - PHP Warning: sprintf(): Too few arguments in /home/hangonpu/public_html/shop/catalog/model/account/customer.php on line 28
2014-06-19 13:06:10 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/hangonpu/public_html/shop/index.php:102) in /home/hangonpu/public_html/shop/system/engine/controller.php on line 28
2014-06-19 13:06:10 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/hangonpu/public_html/shop/index.php:102) in /home/hangonpu/public_html/shop/system/engine/controller.php on line 29
2014-06-19 13:09:18 - PHP Warning: sprintf(): Too few arguments in /home/hangonpu/public_html/shop/catalog/model/account/customer.php on line 28
2014-06-19 13:09:18 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/hangonpu/public_html/shop/index.php:102) in /home/hangonpu/public_html/shop/system/engine/controller.php on line 28
2014-06-19 13:09:18 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/hangonpu/public_html/shop/index.php:102) in /home/hangonpu/public_html/shop/system/engine/controller.php on line 29
2014-06-19 14:58:32 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 15:19:15 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 15:31:18 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 15:55:39 - PHP Notice: Error: Password not accepted from server! in /home/hangonpu/public_html/shop/system/library/mail.php on line 251
2014-06-19 16:38:35 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3
2014-06-19 16:40:14 - PHP Notice: Undefined variable: http_type in /home/hangonpu/public_html/shop/catalog/view/theme/OPC060128/template/product/product.tpl on line 3

Nobody else is on admin but me.

http://hangokniv.fi/shop/index.php?rout ... on/contact

Thanks!

Active Member

Posts

Joined
Fri Aug 02, 2013 1:44 am

Post by tacobandito » Fri Jun 20, 2014 1:38 am

So this is even a bit more simple than I had expected.

Your contact form is no longer a form! There is a traditional "submit" button (as would be used in a form), but no form action available on the page whatsoever (with the exception of the one to change languages).

So...this is pretty strange, and I suppose could have something to do with a badly written theme or edits you've made to it perhaps.

Try flipping back to the default theme and seeing if the contact form works, then report back!

You might also try this

EDIT: Also, you've got this to deal with :D

Code: Select all

Failed to load resource: the server responded with a status of 404 (Not Found) http://hangokniv.fi/shop/catalog/view/theme/OPC060128/image/megnor/header_banner.png

[module] PayPal Pro w/Recurring Profiles FREE
[module] 1 Click "Amazon Style" Checkout w/PayPal Pro FREE
[module] Adjustable PayPal Pro Fee FREE
[module] Add Sample To Cart LITE FREE
The guide to fixing just about everything wrong with OpenCart FREE!
Add INFINITE SCROLL to your homepage for FREE!
Live update product price for FREE!
Dynamic generation of Opencart coupon, FREE!
Hire me


User avatar
Active Member

Posts

Joined
Sat Mar 30, 2013 12:27 am
Location - Springfield, MA

Post by jokernippe » Fri Jun 20, 2014 3:50 am

Hi,

Now I can send but this comes up

Notice: Error: Password not accepted from server! in /home/hangonpu/public_html/shop/system/library/mail.php on line 251

Thanks!! I'm new at this... ;)

Active Member

Posts

Joined
Fri Aug 02, 2013 1:44 am

Post by jokernippe » Fri Jun 20, 2014 3:52 am

One more thing... Do you know how i can get the map away from the email page?
http://hangokniv.fi/shop/index.php?rout ... on/contact

Thanks!

Active Member

Posts

Joined
Fri Aug 02, 2013 1:44 am

Post by tacobandito » Fri Jun 20, 2014 4:33 am

Notice: Error: Password not accepted from server! in /home/hangonpu/public_html/shop/system/library/mail.php on line 251
System -> Settings -> Mail tab, make sure "mail protocol" is set to "mail", not "SMTP". The error your recieving is likely because you have SMTP mail w/the wrong connection info. "mail" is just easier to setup.
One more thing... Do you know how i can get the map away from the email page?
Happy to help, but I don't know what you mean by map? I don't see a Google Maps plugin or anything?

[module] PayPal Pro w/Recurring Profiles FREE
[module] 1 Click "Amazon Style" Checkout w/PayPal Pro FREE
[module] Adjustable PayPal Pro Fee FREE
[module] Add Sample To Cart LITE FREE
The guide to fixing just about everything wrong with OpenCart FREE!
Add INFINITE SCROLL to your homepage for FREE!
Live update product price for FREE!
Dynamic generation of Opencart coupon, FREE!
Hire me


User avatar
Active Member

Posts

Joined
Sat Mar 30, 2013 12:27 am
Location - Springfield, MA

Post by jokernippe » Sat Jun 21, 2014 10:56 pm

Hi,

Thanks! I have allmost all under control but one more... When some one reg as a Affilate this coes up

Notice: Undefined index: tax in /home/hangonpu/public_html/shop/catalog/model/affiliate/affiliate.php on line 4Notice: Undefined index: cheque in /home/hangonpu/public_html/shop/catalog/model/affiliate/affiliate.php on line 4Notice: Undefined index: paypal in /home/hangonpu/public_html/shop/catalog/model/affiliate/affiliate.php on line 4Notice: Undefined index: bank_branch_number in /home/hangonpu/public_html/shop/catalog/model/affiliate/affiliate.php on line 4Warning: Cannot modify header information - headers already sent by (output started at /home/hangonpu/public_html/shop/index.php:102) in /home/hangonpu/public_html/shop/system/engine/controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /home/hangonpu/public_html/shop/index.php:102) in /home/hangonpu/public_html/shop/system/engine/controller.php on line 29

I took the Paypal and check and something else away...

What to do?

Active Member

Posts

Joined
Fri Aug 02, 2013 1:44 am

Post by ocmta » Sun Jun 22, 2014 4:44 pm

I took the Paypal and check and something else away...
You should put them back and convert them to hidden inputs instead of removing them.

Code: Select all

<input type="hidden" name="cheque" value="" />
<input type="hidden" name="paypal" value="" />
<input type="hidden" name="bank_branch_number" value=""  />

Extensions for affiliates (openCart 1, 2, 3):
Advanced Multi Level Affiliate System
Customer and Affiliate Accounts Combined into one Account
Affiliate Tracking with Coupons
Discount for Referred Customers - Order Total
Type Tracking Code
Mass Pay
Affiliate Transactions for openCart 3
Affiliate Pack X - all modules with 40% discount


Active Member

Posts

Joined
Mon Mar 12, 2012 11:21 am


Post by jokernippe » Sun Jun 22, 2014 7:39 pm

Ok Thanks!

Active Member

Posts

Joined
Fri Aug 02, 2013 1:44 am

Post by riippukeinu » Thu Sep 11, 2014 2:55 am

Hi Jokernippe, Thomas Grönberg.

Im asking here because you dont respond email or phone.

Are you gonna pay your 33860.00EUR gambling debt to me some day?

Poor addict go get help to your addiction.

Newbie

Posts

Joined
Thu Sep 11, 2014 2:52 am

User avatar
Active Member

Posts

Joined
Sat Mar 30, 2013 12:27 am
Location - Springfield, MA
Who is online

Users browsing this forum: No registered users and 77 guests