Help, now I can’t add products!!!
And is it possible to make a promotion and add (n) products to that promotion?
ok… I saw that I have to give permissions to wp-content folder but the message didn’t appear… I had to go into the code to see what’s the error/condition to pass this problem
Ok
I was checking the apache error log and I found this:
PHP Fatal error: Call to undefined function curl_init() in /var/www/teste/wp-content/plugins/ajax-for-all/inc/admin.php on line 229
I installed php5-curl library:
sudo apt-get install php5-curl
and restarted apache server
and now it works!!!
My recomendation for you is to explain that php5-curl library must be installed for this to work.