2021-02-22, 20:15:14
(2019-06-20, 14:49:38)celextel Wrote: Our Template has the following Code for this Plugin:
PHP Code:<?php
pagify_set_size(70000, 21);
get_page_content();
?>
We are seeing the following Error Messages now and then in the
/home/xxxx/public_html/data/other/logs/errorlog.txt File:
Code:PHP Notice: Undefined offset: 4 in /home/xxx/public_html/plugins/pagify.php on line 158
PHP Notice: Undefined offset: 4 in /home/xxx/public_html/plugins/pagify.php on line 158
PHP Notice: Undefined offset: 10 in /home/xxx/public_html/plugins/pagify.php on line 158
PHP Notice: Undefined offset: 8 in /home/xxx/public_html/plugins/pagify.php on line 158
PHP Notice: Undefined offset: 1 in /home/xxx/public_html/plugins/pagify.php on line 158
Following Code is on Line 158 of pagify.php:
PHP Code:return $pages[$pageNum] . "\n" . return_pagify_navigation(count($pages), $pageNum, $link);
Please guide us as to what to do in this regard.
Thanks,
Lakshmanan
Please suggest a solution to this issue.
Thanks,
Lakshmanan