Which language are you trying to add?
Thread Starter
betzy
(@betzy)
I found the problem, update to 1.3.20
Thread Starter
betzy
(@betzy)
now i have 1.3.22 and the same problem nothing changed, how can i downgrade ? it was working fine before
Which version works correctly?
For downgrade the plugin go here http://wordpress.org/plugins/ceceppa-multilingua/developers/ and choose your version…
Thread Starter
betzy
(@betzy)
i have no idea why the plugin is not working for me anymore, maybe it”s not the plugin maybe it”s the wordpress, anyway here is another video maybe this help http://www.youtube.com/watch?v=p0kvxA0dQf0&feature=youtu.be
Thread Starter
betzy
(@betzy)
man, stop searching for the problem, your plugin works fine, i”ve just installed it on another site and it works there, i don”t know why it”s not working there, do have any idea how to remove those empty tables from data base ??
If you can manage your database with phpmyadmin remove the tables:
{prefix}_ceceppa_ml, {prefix}_ceceppa_ml_cats, {prefix}_ceceppa_ml_posts, {prefix}_ml_trans.
If you can’t add this line of code in the function “create_table”, ceceppaml.php, after the line “require_once ….”:
if( get_option( “cml_db_version” ) == 0 )
$wpdb->query( “DROP TABLE {$wpdb->base_prefix}ceceppa_ml, {$wpdb->base_prefix}ceceppa_ml_cats, {$wpdb->base_prefix}ceceppa_ml_posts, {$wpdb->base_prefix}ceceppa_ml_trans;” );
Save file ceceppaml.php, open the url http://www.example.com/wp-admin/options.php set the option “cml_db_version” to 0 and save…
Thread Starter
betzy
(@betzy)
well i”ve done everything u said, after i put “cml_db_version” to 0 and save it returns to cml_db_version = 19 🙁 and the tables are still there, this thing is anoying, i think i will drop the whole database
The value 0 of cml_db_version needed for execute the above code, and let the plugin drop the tables…
After that the plugin created the tables again, therefore the value returns to 19…
Thread Starter
betzy
(@betzy)
i”ve exported the DB, then droped the tables and imported the sql and now everything is working just fine 😀
sorry for your trouble and 10x for the support