• Resolved MyThirdEye

    (@mythirdeye)


    I have a custom plugin that inserts data into the wordpress database but it doesn’t insert or create table rows when the Ithemes plugin is active. I can edit, delete rows from the table but to add rows into the database I have to disable Ithemes.

    Is there a better solution to having to disable Ithemes everytime my other plugin tries to communicate with the database?

    https://ww.wp.xz.cn/plugins/better-wp-security/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter MyThirdEye

    (@mythirdeye)

    I found out the issue. My custom plugin was making a call to ABSPATH which is bad for security reasons which might be blocked by Ithemes Security as I understand it. I’ll try to find a work-around.

    … making a call to ABSPATH which is bad for security reasons …

    I’m a bit puzzled by this. Could you explain this a little bit more ?

    dwinden

    Thread Starter MyThirdEye

    (@mythirdeye)

    Never mind I was wrong about the abspath thing. My code started working when I removed an abspath link so I don’t actually understand the problem but it seems fixed as of now.

    Ok, good to hear your issue got resolved.
    Please mark it as ‘resolved’.

    dwinden

    Thread Starter MyThirdEye

    (@mythirdeye)

    Sounds good.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘IThemes Security Blocking Other Plugins From Working!’ is closed to new replies.