Our Template has the following Code for this Plugin:
We are seeing the following Error Messages now and then in the
/home/xxxx/public_html/data/other/logs/errorlog.txt File:
Following Code is on Line 158 of pagify.php:
Please guide us as to what to do in this regard.
Thanks,
Lakshmanan
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