• Resolved NeilWyrchowny

    (@neilwyrchowny)


    This may be a conflict with iThemes Security because of the change to the content directory.

    Everything is working on the site (and iTheme Security is configured the way I want it) but when I install Gallery-Bank Standard Edition, the admin screen goes white and the only thing that is visible is the side menu. I disable the Gallery-Bank plugin by moving the directory out of the (renamed content directory)/plugins directory, refresh the admin screen and everything works fine.

    error PHP Fatal error: Call to undefined function gallery_bank_albums() in (renamedcontentdirectory)/plugins/gallery-bank/gallery-bank.php on line 86

    I’m reluctant to play with the php since the next update for pretty much any plugin could clobber my fix.

    Your thoughts?

    https://www.ads-software.com/plugins/gallery-bank/

Viewing 1 replies (of 1 total)
  • Plugin Contributor gallery-bank

    (@gallery-bank)

    Hi,

    The problem is not with Gallery Bank but with the working of iThemes Security itself.

    So, in order to achieve or make Gallery Bank work with iThemes, you have two options :

    1) Do you want to continue with the renamed directory or want to revert to the default wp-content?

    Case1:

    For the first case you can continue with the present setup but you must follow the following two steps.

    Step1: Goto the backend change wp-config.php file permission to writable that is at least 644 file permission

    Step2: Add the following four lines to the wp-config.php

    define( ‘DISALLOW_FILE_EDIT’, true );
    define( ‘BWPS_FILECHECK’, true );
    define( ‘WP_CONTENT_DIR’, ‘/home/your-cpanel-username/public_html/wp-root-directory-name/custom-wp-content’ );
    define( ‘WP_CONTENT_URL’, ‘https://your-domain-name/custom-wp-content’);

    Note: You must change the following in the above four lines

    1.Change your home directory name

    2.Change your cpanel username

    3.Change wp-root-directory to the directory name where your wp files installed

    4.Change custom-wp-content to the name you renamed directory

    Now save wp-config.php and everything works fine as usual.

    Case2: If would like to revert wp-content folder the follow as below

    Step1: Make the renamed wp-content folder writable, means changing folder permission to writable

    Step2: Now rename the directory to the default one wp-content.

    Now go to your backend. Hope every thing works find now.

    Let us know if you still have any questions

    Thanks & Regards

    Support Team
    Tech Banker

Viewing 1 replies (of 1 total)
  • The topic ‘Admin White screen (plus menu) when installed.’ is closed to new replies.