- Posts: 17
- Thank you received: 1
×
WooPrice Calculator PRO
[CLOSED] AFTER UPDATE - Problems
- Simone
-
3 years 9 months ago #174
by Simone
Simone replied the topic: [CLOSED] AFTER UPDATE - Problems
Hi Anne,
it's strange that I can't reproduce the issue. Please don't remove Helper file or it will break WPC.
Sure you can downgrade to another version. Backup your website before it.
I don't think that anything bad could happen.
Regards,
Simone
it's strange that I can't reproduce the issue. Please don't remove Helper file or it will break WPC.
Sure you can downgrade to another version. Backup your website before it.
I don't think that anything bad could happen.
Regards,
Simone
Please Log in or Create an account to join the conversation.
- Anne Neuhaus
-
Topic Author
- Offline
Less
More
3 years 9 months ago #172
by Anne Neuhaus
Anne Neuhaus replied the topic: [CLOSED] AFTER UPDATE - Problems
Ok, now it gets exiting.
I put this code here > woo-price-calculator/woo-price-calculator.php
ini_set('log_errors','On');
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
and all the errors gone. Everything`s fine now.
Can anything bad happen?
Regards, Anne
I put this code here > woo-price-calculator/woo-price-calculator.php
ini_set('log_errors','On');
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
and all the errors gone. Everything`s fine now.
Can anything bad happen?
Regards, Anne
Please Log in or Create an account to join the conversation.
- Anne Neuhaus
-
Topic Author
- Offline
Less
More
- Posts: 17
- Thank you received: 1
3 years 9 months ago #171
by Anne Neuhaus
Anne Neuhaus replied the topic: [CLOSED] AFTER UPDATE - Problems
Hi Simone,
this is curious.
I still have the errors. I`m using windows firefox (cache is empty)
My boss uses apple with safari.
With my tablet (Windows RT) the same errors.
Only with my android smartphone there are no errors.
But what can I do now? I`m in trouble.
The errors lines are
Warning: Invalid argument supplied for foreach() in /homepages/17/d655039158/htdocs/clickandbuilds/qartonagen/wp-content/plugins/woo-price-calculator/woo-price-calculator/Helper/CalculatorHelper.php on line 171
(19times)
Warning: Cannot modify header information - headers already sent by (output started at /homepages/17/d655039158/htdocs/clickandbuilds/qartonagen/wp-content/plugins/woo-price-calculator/woo-price-calculator/Helper/CalculatorHelper.php:171) in /homepages/17/d655039158/htdocs/clickandbuilds/qartonagen/wp-includes/pluggable.php on line 1179
Can I delete the Helper?
Can I use an old vision of woopricecalculator?
Thanks for your help,
Anne
this is curious.
I still have the errors. I`m using windows firefox (cache is empty)
My boss uses apple with safari.
With my tablet (Windows RT) the same errors.
Only with my android smartphone there are no errors.
But what can I do now? I`m in trouble.
The errors lines are
Warning: Invalid argument supplied for foreach() in /homepages/17/d655039158/htdocs/clickandbuilds/qartonagen/wp-content/plugins/woo-price-calculator/woo-price-calculator/Helper/CalculatorHelper.php on line 171
(19times)
Warning: Cannot modify header information - headers already sent by (output started at /homepages/17/d655039158/htdocs/clickandbuilds/qartonagen/wp-content/plugins/woo-price-calculator/woo-price-calculator/Helper/CalculatorHelper.php:171) in /homepages/17/d655039158/htdocs/clickandbuilds/qartonagen/wp-includes/pluggable.php on line 1179
Can I delete the Helper?
Can I use an old vision of woopricecalculator?
Thanks for your help,
Anne
Please Log in or Create an account to join the conversation.
- Simone
-
- Anne Neuhaus
-
Topic Author
- Offline
Less
More
- Posts: 17
- Thank you received: 1
3 years 10 months ago #165
by Anne Neuhaus
Anne Neuhaus replied the topic: [CLOSED] AFTER UPDATE - Problems
Yes, of course.
The url ist www.qartonagen.de
Click on one produkt and change the amount.
Wait for the price and click on "In den Warenkorb"
The next page should be the shopping cart page but there is the error.
The url ist www.qartonagen.de
Click on one produkt and change the amount.
Wait for the price and click on "In den Warenkorb"
The next page should be the shopping cart page but there is the error.
Please Log in or Create an account to join the conversation.
- Simone
-
3 years 10 months ago #161
by Simone
Simone replied the topic: [CLOSED] AFTER UPDATE - Problems
Hi Anne,
could you provide the url of page and what did you do to get that error please?
Regards,
S
could you provide the url of page and what did you do to get that error please?
Regards,
S
Please Log in or Create an account to join the conversation.
- Anne Neuhaus
-
Topic Author
- Offline
Less
More
- Posts: 17
- Thank you received: 1
3 years 10 months ago #157
by Anne Neuhaus
Anne Neuhaus replied the topic: [CLOSED] AFTER UPDATE - Problems
That`s bad. (Please see the screenshot attached)
What can I do?
Best Regards, Anne
What can I do?
Best Regards, Anne
Please Log in or Create an account to join the conversation.
- Simone
-
3 years 10 months ago #154
by Simone
Simone replied the topic: [CLOSED] AFTER UPDATE - Problems
Good Joob Anne!
I was going to paste the same code for you.
aristath.github.io/blog/wp-hide-php-errors
Regards,
S
I was going to paste the same code for you.
aristath.github.io/blog/wp-hide-php-errors
Regards,
S
Please Log in or Create an account to join the conversation.
- Anne Neuhaus
-
Topic Author
- Offline
Less
More
- Posts: 17
- Thank you received: 1
3 years 10 months ago #153
by Anne Neuhaus
Anne Neuhaus replied the topic: [CLOSED] AFTER UPDATE - Problems
Whoohoo!
It work`s this this in the wp-config.php:
ini_set('log_errors','On');
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
It work`s this this in the wp-config.php:
ini_set('log_errors','On');
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
Please Log in or Create an account to join the conversation.
- Anne Neuhaus
-
Topic Author
- Offline
Less
More
- Posts: 17
- Thank you received: 1
3 years 10 months ago #152
by Anne Neuhaus
Anne Neuhaus replied the topic: [CLOSED] AFTER UPDATE - Problems
Hi Simone!
Thanks for your answer.
I found the bug with the 15€ (in my formula)
but
I still have the warnings on our webshop:
www.qartonagen.de
Warning: Invalid argument supplied for foreach() in /homepages/17/d655039158/htdocs/clickandbuilds/qartonagen/wp-content/plugins/woo-price-calculator/woo-price-calculator/Helper/CalculatorHelper.php on line 171
Can I just delete the the woopricecalculator helper?
Deactivating in the file wp-config.php didn`t work.
Sorry, I need help. My boss become angry.
Can I give you my filezilla client password?
Thanks for your answer.
I found the bug with the 15€ (in my formula)
but
I still have the warnings on our webshop:
www.qartonagen.de
Warning: Invalid argument supplied for foreach() in /homepages/17/d655039158/htdocs/clickandbuilds/qartonagen/wp-content/plugins/woo-price-calculator/woo-price-calculator/Helper/CalculatorHelper.php on line 171
Can I just delete the the woopricecalculator helper?
Deactivating in the file wp-config.php didn`t work.
Sorry, I need help. My boss become angry.
Can I give you my filezilla client password?
Please Log in or Create an account to join the conversation.
- Simone
-
3 years 10 months ago #150
by Simone
Simone replied the topic: [CLOSED] AFTER UPDATE - Problems
Hi Anne,
you should deactivate warning messages in your production website.
If you simply set WP_DEBUG to false in your wp-config.php file you should be fine. This doesn't affect your site in any way.
About price we updated the logic of price output: until a value is empty it's like "0" for calculation.
Do you have 15€ as a flat price or something in your formula?
Regards,
Simone
you should deactivate warning messages in your production website.
If you simply set WP_DEBUG to false in your wp-config.php file you should be fine. This doesn't affect your site in any way.
define('WP_DEBUG', false);
About price we updated the logic of price output: until a value is empty it's like "0" for calculation.
Do you have 15€ as a flat price or something in your formula?
Regards,
Simone
Please Log in or Create an account to join the conversation.
- Anne Neuhaus
-
Topic Author
- Offline
Less
More
- Posts: 17
- Thank you received: 1
3 years 10 months ago #148
by Anne Neuhaus
Anne Neuhaus created the topic: [CLOSED] AFTER UPDATE - Problems
Hi Guys,
after the update, I have other problems.
Please see the screenshot attached.
Regards, Anne
after the update, I have other problems.
Please see the screenshot attached.
Regards, Anne
Please Log in or Create an account to join the conversation.
Moderators: Simone, david
Time to create page: 0.246 seconds