alesasha
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't add contentsI activated the default theme, and i deactivated all plugins.
The problem is the same 🙁It seems that user permissions were corrupted…
Forum: Plugins
In reply to: Media ManagementUmh… It’s not what I was searching for…
If I move media, they are not visible in albums I created… It is simply an alternative to FTP.I want a plugin that allows me to create a gallery with hundreds of photos, and that also allows me to delete the gallery, including media files once I don’t need it anymore…
Forum: Plugins
In reply to: Media ManagementThank you! I’ll try them now!
Forum: Fixing WordPress
In reply to: Issues after WordPress 3.5.1 upgradingTry manually copying wp3.5.1 files (using the related procedure described in the official WP guide)
It worked for meForum: Fixing WordPress
In reply to: Issues after WordPress 3.5.1 upgradingResolved. It was not a theme or a plugin related issue, but it was an incomplete installation related problem… I manually copied wp3.5.1 files and the problem risolved.
Can moderators please remove my theme name and my installed plugins, please? 🙂
Forum: Fixing WordPress
In reply to: Feed RSS and WP installaton folder changedThank you very much 🙂
Forum: Fixing WordPress
In reply to: Feed RSS and WP installaton folder changedP.S.
Maybe, someone added old RSS feed URL in his RSS reader, and then, once I renewed my site, every time he opens the reader, I get the 404 error…Forum: Fixing WordPress
In reply to: Feed RSS and WP installaton folder changedThank you for link
My website is: http://www.bartfoto.it (with WP in the root)
Actual RSS feed URL is http://www.bartfoto.it/feed/
Old RSS Feed URL was: http://www.bartfoto.it/crm/blog/feed/Ok, so, the bug is there:
function sendit_custom_box($post) {The following line code doesn’t work as expected:
$choosed_list = get_post_meta($post->ID, 'sendit_list', TRUE);Indeed, it doesn’t get the right post id number… And then the nonce code isn’t correct, and the following check fails
if ( !wp_verify_nonce( $_POST['sendit_noncename'], 'sendit_noncename'.$post_id )) return $post_id;I fixed it using $GET[‘post’] variable in order to calculate the correct nonce code… And then it works fine.
I found the bug…
The problem is related to the “nonce”…A workaround is to comment following code lines:
if ( !wp_verify_nonce( $_POST['sendit_noncename'], 'sendit_noncename'.$post_id )) return $post_id;It seems to work… But I’m not able to understand how to fix it using nonce…
An other thing I noticed is that, even if I restore the older version of the plugin, it is not working… Maybe the problem is the Database update required by the newer version…
Thank you for your reply and sorry for my late answer…
I’ve only the base free version… Which kind of configuration do you need?I found the problem, but I’m not able to fix it…
Here there are some screenshot about sql queries results.When the newsletter was working (before adding prefix to table names), in postmeta table there were following values in meta_key column:
_edit_last _edit_lock send_now sendit_list bwps_enable_sslThen, after prefix was added to table names, in the prefix_postmeta table there are only following meta_key:
_edit_last _edit_lock bwps_enable_sslExploring the code of the plugin, I found following function in the “extensions-handler.php” file:
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Is the problem here?
Forum: Plugins
In reply to: all-in-one-seo-packOk, now it works fine. Thank you very much 🙂
Forum: Plugins
In reply to: all-in-one-seo-packI already have the last versione of the plugin… I’ve the 1.6.14.1 one…
And at plugin page:
http://wordpress.org/extend/plugins/all-in-one-seo-pack/
The last downloadable version is the same that I already have 🙁Forum: Plugins
In reply to: all-in-one-seo-packI searched the file on google, but I was unable to find it…
I also tried to re-download the plugin package, but it wasn’t there