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

    (@balbert)

    fyi… i updated the plugin for deprecated split().
    //list($delim, $page_index) = split(‘/’, $query_string[‘page’]);
    list($delim, $page_index) = explode(‘/’, $query_string[‘page’]);

    according to php.net, split is deprecated thus you might run into issues with newer php server installs.

Viewing 1 replies (of 1 total)
  • The topic ‘Still working in 4.1’ is closed to new replies.