antonio nardelli
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Media Counters] Facebook counterthe link with solution is not available. how can we get it working? help please
Forum: Plugins
In reply to: [Related Posts by Sovrn] 500 Internal Server Errorsorry i’m not sure the problem is Relate Post. I’m having errors
Forum: Fixing WordPress
In reply to: wp_postmeta too largeHi Krishna, i optimize the db with wp-optimize plugin. Post revisions are disabled in the wp-config. I also run a sql query to clean sometimes:
DELETE FROM 'wp_options' WHERE 'option_name' LIKE ('%_transient_%')
Wordpress is running about 21000 posts and the wp_post table is 140mb.
Uninstalling a plugin will clean all its records?
Thank you.Forum: Fixing WordPress
In reply to: problem after updateThe host solved the problem. Thank you esmi!
Forum: Fixing WordPress
In reply to: problem after updateI just did it. I hope to resolve the issue. thanks for the assistance provided, I will inform you of future developments! thank you again.
Forum: Fixing WordPress
In reply to: problem after updateno no, before i was optimizing tables in a wrong db. In the right db it seems i can do anything, only browse it.
Forum: Fixing WordPress
In reply to: problem after updateI don’t have a db backup.
I realized now that I was wrong before taking database to another site. I find that I can not modify the database tables. I can not fix them, enhance them, and delete them. I do not know what to hang. I’m triyng with phpmyadmin with the login credentials of the wp-config.Forum: Fixing WordPress
In reply to: problem after updateI saw that if it try to deactivate plugins from admin plugin page the message says that plugin are disabled, but it’s not so. I saw also that if i write a new post and try to load a picture i get an error: there was an error while loading. Please try again later.
Forum: Fixing WordPress
In reply to: problem after updateI did again all steps:
I repaired and optimized tables.
I deactivated themes and plugins.
I repaired permissions to directories.
Then i deleted old files.
I’ve loaded new downloaded files of last wp.
Then run the upgrade, then i’m redirected on home page. Then when i try to log into admin i’m again redirected to upgrade.
I don’t know what do!Forum: Fixing WordPress
In reply to: problem after updaterepaired tables, tryed an aoutomatic update but the problem didn’t solve. now i have to go, later i’ll try again with manual upgrade!
thank you esmi!!Forum: Fixing WordPress
In reply to: problem after updateoh i think nevermind.. i try now!
Forum: Fixing WordPress
In reply to: problem after updateHi esmi, thank you for your support!
I did this:
– renamed plugins folder
– tried to deactivte plugins but can’t do that
– tried to activate default theme
– renamed themes directory
deleted all files except wp-contet folder, .htaccess and wp-config.php
uploaded new files from the unzipped new version of wp.
The redirection didn’t stop 🙁Forum: Fixing WordPress
In reply to: custom field problem after updateHi, i’ve seen it is limited by default set to 30.
The solution i found is to add this code in the functions.php template:add_filter( 'postmeta_form_limit', 'modify_the_nr_of_custom_field_names_in_the_dropdown_list' ); function modify_the_nr_of_custom_field_names_in_the_dropdown_list($nr_of_list_items) { $nr_of_list_items = 50; // default: 30 return $nr_of_list_items; }same problem:
Error, no Ad ID set! Check your syntax!Forum: Fixing WordPress
In reply to: wp_options table very bigSolved with wp_optimize plugin