• Hi I am using arcade plugin and social networks auto poster on my site https://www.arcaderex.com. When I post new Game I seen this error:
    Warning: Illegal string offset ‘isPosted’ in /home/arcade17/public_html/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc-cl/da.php on line 231

    Warning: Invalid argument supplied for foreach() in /home/arcade17/public_html/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc-cl/kt.api.php on line 34

    Warning: Illegal string offset ‘isPosted’ in /home/arcade17/public_html/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc-cl/kt.php on line 203
    published

    And For Some Games I seen This Error:

    Notice: Undefined index: subnav in /home/arcade17/public_html/wp-content/themes/grungyarcade/admin/classes/class.options_machine.php on line 413

    Notice: Undefined index: subnav in /home/arcade17/public_html/wp-content/themes/grungyarcade/admin/classes/class.options_machine.php on line 413

    Notice: Undefined index: subnav in /home/arcade17/public_html/wp-content/themes/grungyarcade/admin/classes/class.options_machine.php on line 413

    Notice: Undefined index: subnav in /home/arcade17/public_html/wp-content/themes/grungyarcade/admin/classes/class.options_machine.php on line 413

    Notice: Undefined index: subnav in /home/arcade17/public_html/wp-content/themes/grungyarcade/admin/classes/class.options_machine.php on line 413

    Notice: Undefined index: subnav in /home/arcade17/public_html/wp-content/themes/grungyarcade/admin/classes/class.options_machine.php on line 413

    Notice: Undefined index: subnav in /home/arcade17/public_html/wp-content/themes/grungyarcade/admin/classes/class.options_machine.php on line 413

    Notice: Undefined index: subnav in /home/arcade17/public_html/wp-content/themes/grungyarcade/admin/classes/class.options_machine.php on line 413

    Notice: Undefined variable: instructions in /home/arcade17/public_html/wp-content/themes/grungyarcade/admin/classes/class.options_machine.php on line 567

    Notice: Undefined index: subnav in /home/arcade17/public_html/wp-content/themes/grungyarcade/admin/classes/class.options_machine.php on line 413

    Notice: Undefined index: subnav in /home/arcade17/public_html/wp-content/themes/grungyarcade/admin/classes/class.options_machine.php on line 413

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 31437055 bytes) in /home/arcade17/public_html/wp-content/plugins/myarcadeplugin/core/addgames.php on line 2

    Please Help Me,

Viewing 4 replies - 1 through 4 (of 4 total)
  • (1) You can simply disable all the warnings / notices at your own. Read more on how to do it => https://gajjar.me/1OHCTST

    (2) That fatal error Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 31437055 bytes) in /home/arcade17/public_html/wp-content/plugins/myarcadeplugin/core/addgames.php on line 2 has to do with memory. I suggest you try to add following line of code into wp-config.php first, otherwise you can contact your hosting/server provider regarding the same.

    define('WP_MEMORY_LIMIT', '128M');

    I hope this helps.

    Thread Starter jesywwe

    (@jesywwe)

    #Dipak C. Gajjar this is not a proper solution I need proper solution why i have seen this error and how to fix it?

    @jesywwe, Then I suggest either you hire a WordPress expert or ask a plugin developer as well as theme developer to fix it for you. The warnings are related to NextScripts: Social Networks Auto-Poster plugin whereas notices are related your active theme grungyarcade.

    Have you tried the given solution to fix memory related fatal error?

    Thread Starter jesywwe

    (@jesywwe)

    Yes I ask my hosting provider and they increase the memory size but the problem is still there ??
    And Ok I try to contact plugin developer for further. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Warning: Illegal string offset 'isPosted' Problem?’ is closed to new replies.