agence
Forum Replies Created
-
thats work thank you very much (f)
thank you for your reponse, now when i add the line for create the table called : wp_translations
the error show :
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”‘ at line 7
For wp_translations_log i have this error too :
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”‘ at line 9
i think the problem is memory in you server, try version beta
Forum: Plugins
In reply to: [Quick Adsense] Quick Adsense doesn't appear at allsame problem and help !!!!!!!
Open and edit your WordPress wp-config.php file. Then locate the following two lines:
define(‘DB_CHARSET’, ‘utf8′);
define(‘DB_COLLATE’, ”);You can simply delete these 2 lines away, or just remove the utf8 from the first line to make them looks like this:
define(‘DB_CHARSET’, ”);
define(‘DB_COLLATE’, ”);