WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Undifined Error since last update
- AuthorPosts
- 5 April, 2016 at 8:50 pm #17110
Wp-Pizza dont send the Order Email since the last Update.
And the Error:
undefined: undefined
Please try again later..
http://delicious-sandwich.de/warenkorb/Entschuldigung. Ihre Bestellung konnte nicht aufgegeben werden. Bitte erneut versuchen.
undefined: undefined5 April, 2016 at 8:53 pm #17112check your error/debug logs
5 April, 2016 at 9:10 pm #17113Notice: register_sidebar wurde fehlerhaft aufgerufen. Es wurde kein id im Parameter-Array definiert für die Seitenleiste „Seitenleiste 1“. Standardwert ist „sidebar-1“. Um diesen Hinweis zu entfernen und den existierenden Seitenleisteninhalt zu behalten, kann id manuell auf „sidebar-1“ gestellt werden. Weitere Informationen: Debugging in WordPress (en) (Diese Meldung wurde in Version 4.2.0 hinzugefügt.) in /mnt/webv/e1/20/53804820/htdocs/devdelicious/wp-includes/functions.php on line 3792 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘yourthemename_widgets_init’ not found or invalid function name in /mnt/webv/e1/20/53804820/htdocs/devdelicious/wp-includes/plugin.php on line 525 Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /mnt/webv/e1/20/53804820/htdocs/devdelicious/wp-includes/functions.php:3792) in /mnt/webv/e1/20/53804820/htdocs/devdelicious/wp-content/plugins/wppizza/classes/wppizza.actions.inc.php on line 2926 Notice: Die verwendete Konstruktoren-Methode für WP_Widget ist seit Version 4.3.0 veraltet! Verwende stattdessen
__construct()
. in /mnt/webv/e1/20/53804820/htdocs/devdelicious/wp-includes/functions.php on line 36245 April, 2016 at 9:19 pm #17115in short:
register sidebar is a theme error
most others errors there have nothing to do with wppizza
the wppizza (session) errors are because you are outputting (all th eother) errors instead of logging them5 April, 2016 at 9:20 pm #17116look up php : “headers already sent” by errors
5 April, 2016 at 9:23 pm #17117never EVER output errors on production site, but log them (like so)
https://www.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/5 April, 2016 at 9:43 pm #17121in short, none of this has anything to do with wppizza (although it will cause wppizza errors because of issues elsewhere beforehand).
i would suggest you speak top your server/site admin. He/She should be able to help you by simply reading and acting on the notices you are getting
5 April, 2016 at 9:48 pm #17122i am the site admin….
i have activate a standatd theme but the error remains.
please check your email 🙂5 April, 2016 at 9:55 pm #17123you already have all the info in your error logs
something is causing errors and you are outputting them instead of logging them so you get
session_start(): Cannot send session cache limiter - headers already sent
this is basic stuff
5 April, 2016 at 10:00 pm #17124errors like
function 'yourthemename_widgets_init' not found
in your error logs/display should also be quite telling …
5 April, 2016 at 10:01 pm #17125sorry, but that’s really your thing to sort out
5 April, 2016 at 11:54 pm #17138ps: i would however really suggest you enable debug like so
https://www.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/
for starters as this might well solve at least the main problems you are facing(or just turn off debug altogether, though would be just solving the symptoms , not the problem(s))
5 April, 2016 at 11:58 pm #17139PPS: another/additional option would be to turn off all other non-wppizza plugins and using a default theme and see if you still get the same problem. if that is the case, feel free to drop m a line again and i will look at it. all i can say is that from your logfiles the issue appears to be elsewhere
7 April, 2016 at 11:12 am #17165I have turn off all Plugins only wp-pizza and WPPizza Add Ingredients its active with a standard theme and the same problem stays.
[URL=http://www.pic-upload.de/view-30282846/Bildschirmfoto2016-04-07um12.11.19.png.html][IMG]http://www2.pic-upload.de/thumb/30282846/Bildschirmfoto2016-04-07um12.11.19.png[/IMG][/URL]
7 April, 2016 at 11:34 am #17166[07-Apr-2016 10:19:32 UTC] PHP Notice: Die verwendete Konstruktoren-Methode für WP_Widget ist seit Version 4.3.0 veraltet! Verwende stattdessen
__construct()
. in /mnt/webv/e1/20/53804820/htdocs/WordPress_41/wp-includes/functions.php on line 3624
[moderated by admin due to – mostly – the same notice multiple times]7 April, 2016 at 3:22 pm #17174Okay with a mySQL backup its works..
7 April, 2016 at 5:57 pm #17179from what i can see you are also using an 18 months version of the ingredients plugin which is from before WP 4.3 so the
Konstruktoren-Methode für WP_Widget
notice you are getting did not exist then (as it was fine as it was)7 April, 2016 at 6:03 pm #17180PS: if it all works again after your backup, maybe something got corrupted along the way somewhere.
anyway, if it all works again now , we’re happy i would have thought7 April, 2016 at 6:19 pm #17185The update for the ingredients plugin dosten work….
7 April, 2016 at 6:34 pm #17186because the license has (most probably) expired…
- AuthorPosts
- The topic ‘Undifined Error since last update’ is closed to new replies.