• Resolved huntsrbc

    (@huntsrbc)


    I just updated WPPA+ to the latest version on my internal Intranet, and immediately after I see a whole slew of errors on my home page:

    Notice: Undefined variable: jQueryCycle in C:\xampp\htdocs\wp-content\themes\parallelus-unite\header.php on line 164
    Notice: Undefined index: children in C:\xampp\htdocs\wp-content\themes\parallelus-unite\theme_admin\includes\addon-functions.php on line 225
    Notice: Undefined index: children in C:\xampp\htdocs\wp-content\themes\parallelus-unite\theme_admin\includes\addon-functions.php on line 225
    Notice: Undefined index: children in C:\xampp\htdocs\wp-content\themes\parallelus-unite\theme_admin\includes\addon-functions.php on line 225
    Notice: Undefined variable: fromContent in C:\xampp\htdocs\wp-content\themes\parallelus-unite\theme_admin\includes\addon-functions.php on line 315
    Notice: Undefined variable: max_page in C:\xampp\htdocs\wp-content\themes\parallelus-unite\theme_admin\includes\addon-functions.php on line 60
    Notice: Undefined index: s in C:\xampp\htdocs\wp-content\themes\parallelus-unite\footer.php on line 58

    Clearly there is something in my theme that is not liking something in wppa+. I have for the moment deactivated wppa+ and all is working well. Anyone know a quick fix? I know the theme we are using is a customized version of a theme that was free many years ago, so most likely something in there is the issue.

    Thanks.

    https://www.ads-software.com/plugins/wp-photo-album-plus/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem with version 6.3.8. I use the Atahualpa theme. I get an error for footer.php and a header widget error but I don’t have a header widget.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I accidently left a debug switch on that causes all errors and warnings to be displayed. It is fixed now. Delete and re-install as if it is a new plugin will fix it. OR: edit wppa.php line 15:

    // Debugging
     error_reporting( E_ALL );

    change to:

    // Debugging
    // error_reporting( E_ALL );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Latest Update to WPPA breaks my theme’ is closed to new replies.