• Hello,

    Getting a lot of errors when I activate the plugin.

    They all look like this with various strings (replaced personal path with XXX):

    Warning: Illegal string offset ‘header-title’ in /home/clients/xxx/xxx/wp-content/plugins/wptouch/core/class-wptouch-pro.php on line 580

    Warning: Illegal string offset ‘link-color’ in /home/clients/xxx/xxx/wp-content/plugins/wptouch/core/class-wptouch-pro.php on line 647

    Warning: Illegal string offset ‘link-color’ in /home/clients/xxx/xxx/wp-content/plugins/wptouch/core/class-wptouch-pro.php on line 648

    Warning: Illegal string offset ‘header-background-color’ in /home/clients/xxx/xxx/wp-content/plugins/wptouch/core/class-wptouch-pro.php on line 651

    Warning: Illegal string offset ‘header-background-color’ in /home/clients/xxx/xxx/wp-content/plugins/wptouch/core/class-wptouch-pro.php on line 652

    Warning: Illegal string offset ‘header-border-color’ in /home/clients/xxx/xxx/wp-content/plugins/wptouch/core/class-wptouch-pro.php on line 655

    Warning: Illegal string offset ‘header-border-color’ in /home/clients/xxx/xxx/wp-content/plugins/wptouch/core/class-wptouch-pro.php on line 656

    Warning: Illegal string offset ‘header-title’ in /home/clients/xxx/xxx/wp-content/plugins/wptouch/core/class-wptouch-pro.php on line 580

Viewing 1 replies (of 1 total)
  • Thread Starter hothbricks

    (@hothbricks)

    Well, dirty fix witing for some better solution, but it works now :

    Replace on line 579
    if ( $domain == ‘wptouch-pro’ ) {
    by
    if ( $domain == ‘wptouch’ ) {

    Replace on line 646 :
    if ( $domain == ‘bauhaus’ ) {
    by
    if ( $domain == ‘else’ ) {

Viewing 1 replies (of 1 total)

The topic ‘Error : Warning: Illegal string offset’ is closed to new replies.