(2019-06-20, 14:49:38)celextel Wrote: Following Code is on Line 158 of pagify.php:
PHP Code:return $pages[$pageNum] . "\n" . return_pagify_navigation(count($pages), $pageNum, $link);
Please let us know whether we could use array_pad() method as mentioned at the following URL for this issue:
https://www.daniweb.com/programming/web-development/threads/452877/how-to-prevent-undefined-offset-1
Thanks.