Title: blatan's Replies | WordPress.org

---

# blatan

  [  ](https://wordpress.org/support/users/blatan/)

 *   [Profile](https://wordpress.org/support/users/blatan/)
 *   [Topics Started](https://wordpress.org/support/users/blatan/topics/)
 *   [Replies Created](https://wordpress.org/support/users/blatan/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/blatan/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/blatan/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/blatan/engagements/)
 *   [Favorites](https://wordpress.org/support/users/blatan/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/users/blatan/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/blatan/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frontier Post] "You are not allowed to edit post that is published" message](https://wordpress.org/support/topic/you-are-not-allowed-to-edit-post-that-is-published-message/)
 *  Thread Starter [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/you-are-not-allowed-to-edit-post-that-is-published-message/#post-7112345)
 * Thanks, I’ll simply hide the fields with css and it will be fine for me.
    Thread
   can be closed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frontier Post] "You are not allowed to edit post that is published" message](https://wordpress.org/support/topic/you-are-not-allowed-to-edit-post-that-is-published-message/)
 *  Thread Starter [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/you-are-not-allowed-to-edit-post-that-is-published-message/#post-7112267)
 * The post types and age were set properly.
 * Allow users to change status from Published – this one helped.
 * However I don’t want to let user to change the status. Just edit.
    Is it possible?
 * BTW.
    Thanks for the great plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Lightbox & Gallery] Gallery image size option doesn't work](https://wordpress.org/support/topic/gallery-image-size-option-doesnt-work/)
 *  [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/gallery-image-size-option-doesnt-work/#post-6742697)
 * Ok, thanks.
    I’ll try and let you know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Lightbox & Gallery] Gallery image size option doesn't work](https://wordpress.org/support/topic/gallery-image-size-option-doesnt-work/)
 *  [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/gallery-image-size-option-doesnt-work/#post-6742695)
 * Hi dFactory.
    I’ve got the same problem. Here is an example: [http://kremdlamnie.pl/produkt/mydlo-aniolek/](http://kremdlamnie.pl/produkt/mydlo-aniolek/)
 * I should add, it’s the gallery created with woocommerce. I product edit screen
   there is a box to add the product gallery.
 * And in Lightbox settings I set medium image size in galleries.
 * Thanks in advance for any tip.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After moving the website some plugins break loading the page and/or dashboard](https://wordpress.org/support/topic/after-moving-the-website-some-plugins-break-loading-the-page-andor-dashboard/)
 *  Thread Starter [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/after-moving-the-website-some-plugins-break-loading-the-page-andor-dashboard/#post-4313812)
 * Hi leebaz,
    I’m sorry for the late reply.
 * Finally I started suspecting that one of the plugins uses too much memory.
    I
   asked admin of client’s server to increase the maximum used memory and it worked.
   I guess it still work (I just helped writing the site and I don’t admin it).
 * However it was quite strange, because I didn’t know which plugin exactly broke
   the site. Maybe he server was weak, I have no idea.
 * You have to check all settings of the servers, ex. `phpinfo();`, especially the
   version of php.
 * Let me know if I can help you. Write a response, if you resolve the problem. 
   My bad I didn’t do it that time – sorry for that.
 * Regards,
    Bernard
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Login] Custom redirection with short code](https://wordpress.org/support/topic/custom-redirection-with-short-code/)
 *  [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/custom-redirection-with-short-code/#post-3761834)
 * There isone more option for me.
    Can I disable the redirecting actions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Login] Custom redirection with short code](https://wordpress.org/support/topic/custom-redirection-with-short-code/)
 *  [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/custom-redirection-with-short-code/#post-3761833)
 * Hi Claude,
    I need a help. I used your above code. It works, but not in my case.
   I’m trying to redirect to user’s profile edition (buddypress) to make him/her
   to fill all required fields. To do it I need to get user name. It works fine 
   when user logs in normal way. But when I login via facebook I get empty `current_user`
   object and `bp_user_id=0` as well. This way I get: [http://websiteurl.com/profile/edit/group/1/](http://websiteurl.com/profile/edit/group/1/)
   from: `$profile_path = $current_user->user_login . "/profile/edit/group/1/";`
   In above `$profile_url` user name is empty. I added your filters. First I added
   with priority 10 as you did it, then I changed to 100 with hope it helps. I hoped
   later call of the filter allows another piece of code to be run first. Of course,
   it didn’t help.
 * What am I doing wrong?
 * Is there any other action to be called right after registration/login?
 * Regards,
    Bernard
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After moving the website some plugins break loading the page and/or dashboard](https://wordpress.org/support/topic/after-moving-the-website-some-plugins-break-loading-the-page-andor-dashboard/)
 *  Thread Starter [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/after-moving-the-website-some-plugins-break-loading-the-page-andor-dashboard/#post-4313691)
 * I installed a new copy of WP.
 * I installed plugins one by one.
 * bbPress
    All In One SEO Pack Breadcrumb NavXT
 * If two of them (and I probably checked all posibilities) are enabled everything
   is fine. When I activate the thirs one the page with the list of all plugins (
   wp-admin/plugins.php) is blank.
 * I imported the website to the third server. Everything works fine.
 * I thought it’s because php version. On the first one is 5.2, so I changed on 
   the other from 5.4 to 5.2 and there everything still works well.
 * I thought it’s because of MEMORY_LIMIT.
    On the first one is 64M, on the two 
   others: 96M and 128M. I added to wp-config: `define('WP_MEMORY_LIMIT', '64M');`.
   Again with no results.
 * I have no idea left.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After moving the website some plugins break loading the page and/or dashboard](https://wordpress.org/support/topic/after-moving-the-website-some-plugins-break-loading-the-page-andor-dashboard/)
 *  Thread Starter [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/after-moving-the-website-some-plugins-break-loading-the-page-andor-dashboard/#post-4313625)
 * Of course, the installation on another server is not what I need, so I still 
   ask for a help 🙂
 * Regards for all
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After moving the website some plugins break loading the page and/or dashboard](https://wordpress.org/support/topic/after-moving-the-website-some-plugins-break-loading-the-page-andor-dashboard/)
 *  Thread Starter [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/after-moving-the-website-some-plugins-break-loading-the-page-andor-dashboard/#post-4313607)
 * I turned off all plugins on my localhost, then I exported and imported DB.
 * I turned them on one by one. The same problem occured.
 * I removed one (breaking) plugin and installed it again on the server. The same
   problem. I believe there is a problem with some options of the plugins or maybe
   with the option “active_plugins” or similar to that.
 * I installed new wordpress on the server and installed 3 plugins – they work.
 * I’ve just installed the website on another server. It seems to works fine.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After moving the website some plugins break loading the page and/or dashboard](https://wordpress.org/support/topic/after-moving-the-website-some-plugins-break-loading-the-page-andor-dashboard/)
 *  Thread Starter [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/after-moving-the-website-some-plugins-break-loading-the-page-andor-dashboard/#post-4313602)
 * Yes, I edited the post. Sorry, my bad.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After moving the website some plugins break loading the page and/or dashboard](https://wordpress.org/support/topic/after-moving-the-website-some-plugins-break-loading-the-page-andor-dashboard/)
 *  Thread Starter [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/after-moving-the-website-some-plugins-break-loading-the-page-andor-dashboard/#post-4313599)
 * option_name = home
    option_value = [http://websiteurl](http://websiteurl) autoload
   = yes
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After moving the website some plugins break loading the page and/or dashboard](https://wordpress.org/support/topic/after-moving-the-website-some-plugins-break-loading-the-page-andor-dashboard/)
 *  Thread Starter [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/after-moving-the-website-some-plugins-break-loading-the-page-andor-dashboard/#post-4313596)
 * Hi The_Grue.
    There is the only one row with option_name “siteurl” and the option
   value is [http://websiteurl](http://websiteurl) (with no slash in the end). autoload
   is set to “yes”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Before Download] [Plugin: Email Before Download] Fatal Error: downloadable file not found](https://wordpress.org/support/topic/plugin-email-before-download-fatal-error-downloadable-file-not-found/)
 *  [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-email-before-download-fatal-error-downloadable-file-not-found/#post-3016643)
 * Maybe the problem is caused by update of the Download Monitor (23th of June)
   
   [http://wordpress.org/plugins/download-monitor/changelog/](http://wordpress.org/plugins/download-monitor/changelog/)
 * I’ve been searching. There isn’t “class downloadadble_file” in the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Before Download] [Plugin: Email Before Download] Fatal Error: downloadable file not found](https://wordpress.org/support/topic/plugin-email-before-download-fatal-error-downloadable-file-not-found/)
 *  [blatan](https://wordpress.org/support/users/blatan/)
 * (@blatan)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-email-before-download-fatal-error-downloadable-file-not-found/#post-3016641)
 * Hi mandsconsulting.
    I hope you’re here and you haven’t left the site. I’ve got
   the same problem and I have installed Download Monitor by Mike Jolley [http://wordpress.org/plugins/download-monitor/](http://wordpress.org/plugins/download-monitor/)
 * Could you help me as well?

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/users/blatan/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/blatan/replies/page/2/?output_format=md)