zoltok
Forum Replies Created
-
Forum: Plugins
In reply to: [Private BuddyPress] [Plugin: Private BuddyPress] Invitation Code CheckerI’d be curious to know if a single/updated version of this plugin ever got made. I’d love to be able to integrate the invitation code behaviour in my single install of Buddypress.
Did a preview / beta version ever get made?
Forum: Fixing WordPress
In reply to: Custom post types "lost" and uneditable in the admin secitonOkay, I found the solution myself. Posting it here in case anyone has the same problem.
It seems that this was a problem with the recent update to 3.1. My custom post type was set using an uppercase letter at the beginning, and the most recent update prevents this. Eliminating the uppercase character in the “register_post_type” and all places where that post type was referenced did the trick.
This post was incredibly helpful: http://wordpress.stackexchange.com/questions/11259/custom-post-type-permalinks-breaking-due-to-3-1-bug-fix
Hope this helps someone!
Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] Problems with new releaseIn case anyone has the same problem – the root of the problem came from the fact that the website was password protected. The .htaccess file was interfering with the plugin.
Forum: Fixing WordPress
In reply to: Custom post types "lost" and uneditable in the admin secitonAnyone? Can’t believe I’m the only one this has happened to!
Forum: Fixing WordPress
In reply to: Custom post types "lost" and uneditable in the admin secitonYes, I have – no change. My regular posts have the correct permalink structure, it’s just my custom post types that have been affected.
I should add that I CAN add a new custom post, and it then has the correct permalink structure, and is editable. But I’d rather not have to recreate all the posts I already created, especially since I can’t access the content to copy and paste it!
Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] Problems with new releaseJust updated, deactivated and reactivated. Now, when I hit “Back Up Now”, the page reloads, but nothing happens.
Screenshot and error logs have been emailed to you.
Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] Problems with new releaseI’m on iWeb.
I should note though, that I haven’t been able to successfully backup since the update. I have the “Backup running” message, but no backup.
I’m a bit concerned, since this plugin was working perfectly for me before.
Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] Problems with new releaseHmm… okay, I just tried again to activate it, and it seemed to work. But when I navigate to the “Backups” section under “Tools” (that’s where you’ve moved it to I suppose?), this is what I get below the Compatability title:
Warning: shell_exec() has been disabled for security reasons in /usr/home/communop/public_html/dev/wp-content/plugins/backupwordpress/functions/backup.files.functions.php on line 133 <em>[Errors moderated]</em> You can fix this by adding 1 to your wp-config.php file. run which mysqldump on your server to find the path or ask your server administrator.I am having the same issue. I used writecraft’s trick and commented out the jquery function in the scripts file to get things working again as a temporary fix. Thanks!