WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Menu click error
- AuthorPosts
- 22 May, 2015 at 1:28 pm #10089
Hi,
When I click menu eg. Pizza Firefox displays a white box where it says error: error does not show log file.
debug.log dont say anything.
My config.php:
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
How I fix this?22 May, 2015 at 1:31 pm #10091got a link ?
you can also comment out – temporarily (it’s there for a reason) –
error_reporting(0);at the top of ajax/get-json.php
22 May, 2015 at 3:14 pm #10093This reply has been marked as private.22 May, 2015 at 3:16 pm #10094This reply has been marked as private.22 May, 2015 at 3:29 pm #10095i can’t see any menu “pizza” there
also, you are currently closed, so other than the popup saying “closed” – as expected – i cant do much22 May, 2015 at 3:33 pm #10096>I tried error_reporting (0);
you need to comment it OUT
i.e so it reads
//error_reporting (0);
instead of
error_reporting (0);
(in case that was not clear)22 May, 2015 at 3:42 pm #10097Hi,
No matter what link you click…
I tried
//error_reporting (0);
Does not work.Thank you
22 May, 2015 at 3:43 pm #10098btw, your server also seems to be *very* slow (though not that surprising given that that ip is shared with over 330 other domains)
just thought i’d mention it
22 May, 2015 at 3:47 pm #10099>Does not work.
works just fine….
i click on links and stuff gets added to cart ?! (tried chrome and FF)22 May, 2015 at 3:49 pm #10100also, read the install instructions.
you are caching pages that should not be cached !!22 May, 2015 at 3:51 pm #10101Hi,
Ok. I try my best 🙂
Thank you
- AuthorPosts
- The topic ‘Menu click error’ is closed to new replies.