Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I update to php 7.1, problem solved. Thanks 😉

    Thanks for update..

    I did the update and this warning comes out on my homepage.

    Warning: unserialize() expects exactly 1 parameter, 2 given in /home/melendiz/public_html/wp-content/plugins/wp-photo-album-plus/wppa-wrappers.php on line 140

    wppa-wrappers.php

    lines:
    133 // In case of error or dangerous data, returns an empty array
    134 function wppa_unserialize( $xstring, $is_session = false ) {
    135
    136 if ( $is_session && get_option( ‘wppa_use_scabn’ ) == ‘yes’ ) {
    137 return unserialize( $xstring, array( ‘allowed_classes’ => array( 8 ‘wfCart’ ) ) );
    138 }
    139 else {
    140 return unserialize( $xstring, array( ‘allowed_classes’ => false ) 141 );
    142 }
    143 }

    What is solution? Thanks..

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