hello,
I have a problem when i use your pluggin.
When i add a menu for a day, i recieve a message “erreur de communication avec le serveur” in french.
If i change the language in english i don’t get this error.
Can you help me please ?
Frederic David
]]>I would like to be able to add two side dishes (accompaniments) to my menu. Also, I don’t need a Starter, I would like to rename that to Fruit.
I see the record in wp_options that lists these. How do I go about changing them?
Thank you!
]]>Bonjour,
J’ai une erreur lors de l’activation du plugin :
Fatal error: Class ‘SELF’ not found in /htdocs/public/www/job/institution-sainte-austreberthe/wp-content/plugins/daily-menu/models/Dish.php on line 161
Pouvez vous m’aider ?
Merci
]]>Bonjour, est-il possible d’afficher les dates dans le tableau? est-il aussi possible d’afficher plus d’une semaine (2 ou 3 semaines par exemple)
Merci
This problem occurs when the JSON extension is missing from the PHP install.
One way to add the extension in PHP is to use the command : pecl install JSON.
On the other hand, many linux distros propose different methods to install extensions. For exemple, if you have Ubuntu, you may try the command : sudo apt-get install php5-json
And then restart the apache server (sudo service apache2 restart)
For gentoo, you will need the use flag “json”